mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Merge branch 'dev' into @update/groups
This commit is contained in:
commit
248ddf53f0
@ -11,6 +11,7 @@
|
|||||||
inset 0 -4px darken(rgba($dark, 0.6), 4);
|
inset 0 -4px darken(rgba($dark, 0.6), 4);
|
||||||
|
|
||||||
.navigation-item {
|
.navigation-item {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&.item-avatar {
|
&.item-avatar {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
@ -31,9 +32,9 @@
|
|||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&:active {
|
&:active {
|
||||||
-webkit-transform: translate(0px, 0px);
|
-webkit-transform: unset;
|
||||||
transform: translate(0px, 0px);
|
transform: unset;
|
||||||
filter: drop-shadow(2px 2px 0 rgba($black, 0.8));
|
filter: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user