cic-staff-client/src/styles.scss

9 lines
213 B
SCSS
Raw Normal View History

2020-10-30 16:16:05 +01:00
/* You can add global styles to this file, and also import other style files */
2020-12-28 10:12:37 +01:00
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.full-width {
width: 100%;
}