10 lines
No EOL
196 B
CSS
10 lines
No EOL
196 B
CSS
.wrapper {
|
|
color: $gray-medium;
|
|
&:hover {
|
|
background-color: $active-blue !important;
|
|
color: $gray-medium !important;
|
|
}
|
|
& > div {
|
|
background-color: transparent !important;
|
|
}
|
|
} |