13 lines
192 B
SCSS
13 lines
192 B
SCSS
|
#page-rf2020 {
|
||
|
a {
|
||
|
display: block;
|
||
|
button {
|
||
|
-webkit-appearance: none;
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
font-size: $size-16;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
}
|