ui fixes
This commit is contained in:
parent
469551a596
commit
c7e4ae3ff9
|
@ -40,6 +40,10 @@ $mat-card-header-size: 40px !default;
|
|||
|
||||
display: flex;
|
||||
background: #ffffff 0% 0% no-repeat padding-box;
|
||||
#navigation {
|
||||
color: var(--dark-gray);
|
||||
}
|
||||
|
||||
box-shadow: 0px 0px 6px #00000029;
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
|
|
|
@ -153,6 +153,13 @@ $mat-accessibility-theme: mat.m2-define-light-theme((color: (primary: $mat-theme
|
|||
}
|
||||
}
|
||||
|
||||
// styles moved from material-dashboard.scss
|
||||
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: var(--link-color);
|
||||
|
|
Loading…
Reference in New Issue