21 lines
286 B
SCSS
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;
|
|
}
|
|
}
|