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

45 lines
824 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: inline-block;
padding-bottom: 5px;
position: relative;
}
h1:before {
content: "";
position: absolute;
width: 5rem;
height: 1px;
bottom: 0;
border-bottom: 3px solid #7fc600;
}
h2 {
display: inline-block;
padding-bottom: 0;
position: relative;
}
h2:before {
content: "";
position: absolute;
width: 5rem;
height: 1px;
bottom: 0;
border-bottom: 2px solid #7fc600;
}
.link {
cursor: pointer;
outline: none;
}
.mat-list-item-content {
width: 100%;
}
.simple-snack-bar .mat-simple-snackbar {
justify-content: center;
}