You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
423 B
SCSS
19 lines
423 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
@import './theme.scss';
|
|
|
|
html, body { height: 100%; }
|
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
h1 {
|
|
display: block;
|
|
padding-bottom: 5px;
|
|
position: relative;
|
|
}
|
|
h1:before {
|
|
content: "";
|
|
position: absolute;
|
|
width: 5rem;
|
|
height: 1px;
|
|
bottom: 0;
|
|
border-bottom: 3px solid #7fc600;
|
|
} |