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