2020-04-25 09:36:07 +00:00
|
|
|
#page-index {
|
|
|
|
h2 {
|
2020-08-17 21:05:18 +00:00
|
|
|
margin-bottom: var(--size-32);
|
2020-04-25 09:36:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
@include textbox;
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2020-08-22 18:45:22 +00:00
|
|
|
|
|
|
|
button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
font-size: var(--size-16);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-04-25 09:36:07 +00:00
|
|
|
}
|