carnet-portal-app/src/styles.scss

18 lines
315 B
SCSS
Raw Normal View History

2025-06-04 23:21:18 -05:00
/* You can add global styles to this file, and also import other style files */
// Compact density for all Material components
@use '@angular/material' as mat;
html {
2025-06-06 07:24:43 -03:00
@include mat.theme((density: -3));
2025-06-04 23:21:18 -05:00
}
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}