mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 05:54:53 +04:00
.nav-link box-shado fix
This commit is contained in:
@@ -135,6 +135,7 @@ Sidebar
|
|||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
padding: 0 $navbar-padding-x;
|
padding: 0 $navbar-padding-x;
|
||||||
|
box-shadow: inset 2px 0 0 0 transparent;
|
||||||
transition: .3s background, .3s box-shadow;
|
transition: .3s background, .3s box-shadow;
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
@@ -286,7 +287,7 @@ Folded navbar
|
|||||||
|
|
||||||
.nav-icon {
|
.nav-icon {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1.5rem;
|
width: 1.75rem;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
|
|||||||
Reference in New Issue
Block a user