Add Dropdowns

Rename folder from Components to Elements
Clean up font sizing and weighting
This commit is contained in:
Michał Gdula 2024-04-24 14:47:47 +01:00
parent 1d4f6d5b70
commit 03aef063bc
19 changed files with 628 additions and 135 deletions

View file

@ -9,15 +9,19 @@
<p>Could not find resource you've searched for. <a href="/" use:link>Go Back</a></p>
</div>
<style>
<style lang="scss">
@import "%/styles/vars";
div {
padding: 16px;
padding: $spacing-large;
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;
}
h1 {
font-size: 50px;
text-align: center;
}
p {
@ -25,7 +29,7 @@
}
a {
text-decoration: none;
color: #6A9343;
color: $color-primary;
&:hover {
text-decoration: underline;