20 lines
315 B
SCSS
20 lines
315 B
SCSS
|
@import "/imports/ui/stylesheets/variables/_all";
|
||
|
@import "/imports/ui/stylesheets/mixins/_scrollable";
|
||
|
|
||
|
.btn {
|
||
|
margin: 0;
|
||
|
|
||
|
i{
|
||
|
color: black !important;
|
||
|
}
|
||
|
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
span {
|
||
|
background-color: transparent !important;
|
||
|
color: $color-white !important;
|
||
|
opacity: .75;
|
||
|
}
|
||
|
}
|
||
|
}
|