Disable theme customization.

This commit is contained in:
Alexis Lahouze 2017-09-16 22:03:40 +02:00
parent 2a07506005
commit 3088ccc748

View File

@ -11,7 +11,9 @@ $fa-font-path: '~font-awesome/fonts';
$roboto-font-path: '~roboto-fontface/fonts/roboto/';
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
.fixed-header {
@import '~material-design-icons/iconfont/material-icons.css';
/*.fixed-header {
position: fixed;
top: 0;
left: 0;
@ -55,6 +57,10 @@ body {
box-sizing: border-box;
}
md-dialog > form {
overflow: visible;
}*/
.italic {
font-style: italic;
}