Disable theme customization.
This commit is contained in:
parent
2a07506005
commit
3088ccc748
@ -11,7 +11,9 @@ $fa-font-path: '~font-awesome/fonts';
|
|||||||
$roboto-font-path: '~roboto-fontface/fonts/roboto/';
|
$roboto-font-path: '~roboto-fontface/fonts/roboto/';
|
||||||
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
|
||||||
|
|
||||||
.fixed-header {
|
@import '~material-design-icons/iconfont/material-icons.css';
|
||||||
|
|
||||||
|
/*.fixed-header {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -55,6 +57,10 @@ body {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
md-dialog > form {
|
||||||
|
overflow: visible;
|
||||||
|
}*/
|
||||||
|
|
||||||
.italic {
|
.italic {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user