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.
frontend/src/styles.scss

23 lines
468 B
SCSS

4 years ago
/* You can add global styles to this file, and also import other style files */
4 years ago
@import './theme.scss';
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
4 years ago
h1 {
display: block;
padding-bottom: 5px;
position: relative;
}
h1:before {
content: "";
position: absolute;
width: 5rem;
height: 1px;
bottom: 0;
border-bottom: 3px solid #7fc600;
}
.mat-list-item-content {
width: 100%;
4 years ago
}