scss improvments

This commit is contained in:
_Bastler
2021-03-26 14:13:17 +01:00
parent 34755be840
commit b3f77eb721
13 changed files with 77 additions and 50 deletions
+67 -1
View File
@@ -191,6 +191,72 @@ mat-sidenav-container {
}
.text-warning {
color: darkred;
color: $warn;
}
mat-card.warn,
mat-card.accent {
padding: 0;
mat-card-content {
padding: 16px;
}
mat-card-header {
padding: 16px;
padding-bottom: 0;
}
mat-card-actions {
padding: 16px !important;
padding-top: 0 !important;
}
}
mat-card.warn mat-card-header {
background-color: $warn !important;
}
mat-card.accent mat-card-header {
background-color: $accent !important;
}
table {
border: 0;
border-spacing: 0;
width: 100%;
th,
td,
td {
color: rgba(0, 0, 0, 0.87);
font-size: 14px;
border: 0;
padding: 14px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgba(0, 0, 0, 0.12);
}
th:first-of-type,
td:first-of-type,
td:first-of-type {
padding-left: 24px;
}
thead {
tr {
height: 56px;
th {
color: rgba(0, 0, 0, 0.54);
font-size: 12px;
font-weight: 500;
}
}
}
}