Skip to content
Snippets Groups Projects
styles.css 588 B
Newer Older
/* You can add global styles to this file, and also import other style files */

html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Roboto', sans-serif
.mat-expansion-panel-content {font: unset !important;}

.snackbar-warning {border: 3px double #ff4d4d}
.snackbar-error {background-color: #ff4d4d}
.drop-list {cursor: grab}
.drop-list.cdk-drop-list-dragging {cursor: grabbing}
h1 {
  font-weight: bold;
  font-size: 20px;
}
h2 {
  font-weight: bold;
  font-size: 18px;
}
h3 {
  font-weight: bold;
  font-size: 16px;
}
h4 {
  font-weight: normal;
  font-size: 16px;
}