new directory structure and starting settings pages

This commit is contained in:
shockrahwow
2020-04-17 18:46:05 -07:00
parent 0b607a7e64
commit cc0699f095
4 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
@import 'general';
$text-color: white;
label {
color: $text-color;
}
h1 {
color: $text-color;
display: block;
}
.center {
margin: 0 auto;
text-align: center;
}
::placeholder {
color: $back-grey;
}
input {
margin-top: 0.5em;
margin-bottom: 0.5em;
}