rf-web/_sass/pages/home.scss
2020-08-22 20:45:22 +02:00

21 lines
286 B
SCSS

#page-index {
h2 {
margin-bottom: var(--size-32);
}
h2,
h3 {
@include textbox;
display: inline-block;
margin-top: 0;
}
button {
-webkit-appearance: none;
border: none;
box-shadow: none;
font-size: var(--size-16);
cursor: pointer;
}
}