Ref #14. Additionally fixed some bugs around the KotoButton showing the badge text label when it shouldn't, styling related to margins, and various legacy null and string valid checks.
12 lines
No EOL
232 B
SCSS
12 lines
No EOL
232 B
SCSS
// This is the styling for the writer page
|
|
|
|
@import '../vars';
|
|
|
|
.writer-page {
|
|
.writer-header { // Our writer / artist header label
|
|
color: $text-color-faded;
|
|
font-size: 4em;
|
|
font-weight: bold;
|
|
padding-bottom: $padding;
|
|
}
|
|
} |