From 89a1fd5dee1d5620b0458276ad44aea714e6939a Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 11:07:22 +0000
Subject: [PATCH] update
---
assets/sass/_components.sass | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/assets/sass/_components.sass b/assets/sass/_components.sass
index b790def..4bd272d 100644
--- a/assets/sass/_components.sass
+++ b/assets/sass/_components.sass
@@ -28,6 +28,8 @@
width: 13.5rem
outline: none
border: none
+ background: transparent
+ color: var(--text)
box-shadow: 0 1rem 4rem rgba(0,0,0,0.17)
font-size: 1rem
&_label
@@ -42,6 +44,7 @@
padding: 0.5rem 1rem
&:hover
background-color: var(--theme)
+ color: var(--light)
&s
width: 13.5rem
background-color: var(--overlay)
@@ -56,6 +59,7 @@
&_title
padding: 0.5rem 1rem 0.5rem 1rem
background: var(--theme)
+ color: var(--light)
font-size: 0.9rem
opacity: 0.87
text-transform: uppercase
@@ -168,7 +172,7 @@
padding: 0.5rem 1rem
border-radius: 0.25rem
width: 12.5rem
- max-width: initial
+ max-width: 40vw
position: relative
display: flex
align-items: center
@@ -190,9 +194,11 @@
// filter: opacity(0.87)
&.prev
align-items: flex-start
+ // margin-right: 0.5rem
&.next
align-items: flex-end
+ // margin-left: 0.5rem
&::after
content: ""
--
Gitblit v1.10.0