17 lines
211 B
SCSS
17 lines
211 B
SCSS
@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;
|
|
}
|
|
|