carnet-portal-app/src/styles.scss

19 lines
321 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-08 20:36:24 -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;
}