Modularized modal styling's

* Also fixed white on white text that I missed in join-form's text field
This commit is contained in:
shockrah 2021-01-28 12:40:31 -08:00
parent f548449f8c
commit 051e5e73e3
2 changed files with 17 additions and 10 deletions

View File

@ -0,0 +1,16 @@
@import 'general';
.join-style {
color: $text;
background: $top-grey;
}
.join-form-label {
color: $text;
}
// override 'general's whitesmoke color fo thie dialog
.form-text {
color: black;
}

View File

@ -1,5 +1,6 @@
@import 'general';
@import 'scroll';
@import 'join-modal';
body {
color: $text;
@ -42,16 +43,6 @@ input {
margin-right: 1em;
}
// Join modal meme
.join-style {
color: $text;
background: $top-grey;
}
.join-form-label {
color: $text;
}
// mostly used to let the sidebar be of a correct height
.wrapper {
display: flex;