css
This commit is contained in:
parent
8a8cb14f22
commit
9c28748064
|
@ -20,10 +20,10 @@ nav.cap
|
|||
border-radius: 4px
|
||||
font-weight: 500
|
||||
white-space: nowrap
|
||||
trans1 background
|
||||
&.active, &:hover
|
||||
background: var(--block-hover)
|
||||
color: var(--text-p1)
|
||||
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1)
|
||||
|
||||
|
||||
@media screen and (max-width: $device-tablet)
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
nav.menu
|
||||
margin-top: 0
|
||||
background: var(--block-hover)
|
||||
background: var(--block)
|
||||
border-radius: 6px
|
||||
display: flex
|
||||
padding: 1px
|
||||
|
@ -95,6 +95,7 @@ nav.menu
|
|||
&.active, &:hover
|
||||
color: var(--text-p1)
|
||||
background: var(--card)
|
||||
box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1)
|
||||
|
||||
.l_left .menu a.nav-item
|
||||
flex-grow: 1
|
||||
|
|
Loading…
Reference in New Issue