mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 20:18:22 +00:00
remove comments in scss files
This commit is contained in:
parent
2edbef81e4
commit
0b16b028b4
@ -1,7 +1,6 @@
|
||||
// scss-lint:disable all
|
||||
.animated {
|
||||
animation-duration: 1s;
|
||||
// animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animated.infinite {
|
||||
|
@ -39,16 +39,12 @@
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
// &::-webkit-scrollbar-button { }
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: lighten($aside-menu-bg, 5%);
|
||||
border-right: 1px solid darken($aside-menu-bg, 5%);
|
||||
border-left: 1px solid darken($aside-menu-bg, 5%);
|
||||
}
|
||||
|
||||
// &::-webkit-scrollbar-track-piece { }
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
height: 50px;
|
||||
background-color: darken($aside-menu-bg, 10%);
|
||||
|
@ -83,14 +83,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// .navbar-brand {
|
||||
// color: $navbar-active-color;
|
||||
//
|
||||
// @include hover-focus {
|
||||
// color: $navbar-active-color;
|
||||
// }
|
||||
// }
|
||||
|
||||
.navbar-nav {
|
||||
.nav-link {
|
||||
color: $navbar-color;
|
||||
|
@ -83,14 +83,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// .navbar-brand {
|
||||
// color: $navbar-active-color;
|
||||
//
|
||||
// @include hover-focus {
|
||||
// color: $navbar-active-color;
|
||||
// }
|
||||
// }
|
||||
|
||||
.navbar-nav {
|
||||
.nav-link {
|
||||
color: $navbar-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user