/* You can add global styles to this file, and also import other style files */ @import "~@angular/material/prebuilt-themes/indigo-pink.css"; * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } mat-sidenav-layout { background: rgba(0,0,0,0.03); } mat-sidenav { width: 200px; } .displayButton .active { background: 'teal'; } .content { margin: 20px; }