adjusting styles

This commit is contained in:
Jesse Lucas
2020-04-09 13:01:06 -04:00
parent 95f7a26bce
commit 5f1aba9a37
5 changed files with 25 additions and 22 deletions
+1
View File
@@ -17,6 +17,7 @@
.tui-card-title {
padding: 16px 16px 0 16px;
font-size: mat-font-size($tech-ui-typography, subheading-2);
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: mat-color($primary);
}
+2 -1
View File
@@ -1,5 +1,6 @@
.header {
margin: 20px 3vw 20px 3vw;
margin: 15px 3vw 12px 3vw;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.progress {
@@ -1,4 +1,4 @@
<app-card>
<app-card class="status-list">
<div fxLayout="row" fxLayoutAlign="space-between start">
<app-card-title>{{title | uppercase}}</app-card-title>
<app-list-toggle (listTypeEvent)="onToggle($event)" class="tui-card-toggle"></app-list-toggle>
@@ -1,7 +1,3 @@
.tui-card-toggle {
.status-list .tui-card-toggle {
padding: 16px 16px 0 16px;
}
.tui-card-content {
padding-top: 0;
}