mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
172 B
CSS
8 lines
172 B
CSS
@import '@angular/material/prebuilt-themes/deeppurple-amber.css';
|
|
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
max-width: unset !important;
|
|
background: white !important;
|
|
}
|