13 lines
252 B
SCSS
13 lines
252 B
SCSS
|
|
.generic-button a.button {
|
||
|
|
display: initial !important;
|
||
|
|
min-height: initial !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.generic-button a.button {
|
||
|
|
&:before {
|
||
|
|
display: initial;
|
||
|
|
position: initial;
|
||
|
|
filter: initial;
|
||
|
|
opacity: initial;
|
||
|
|
}
|
||
|
|
}
|