Modularized modal styling's
* Also fixed white on white text that I missed in join-form's text field
This commit is contained in:
parent
f548449f8c
commit
051e5e73e3
16
freechat-client/sass/join-modal.scss
Normal file
16
freechat-client/sass/join-modal.scss
Normal 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;
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,6 @@
|
|||||||
@import 'general';
|
@import 'general';
|
||||||
@import 'scroll';
|
@import 'scroll';
|
||||||
|
@import 'join-modal';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: $text;
|
color: $text;
|
||||||
@ -42,16 +43,6 @@ input {
|
|||||||
margin-right: 1em;
|
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
|
// mostly used to let the sidebar be of a correct height
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user