This commit is contained in:
Peter Maquiran
2023-08-15 12:03:37 +01:00
parent 30aba9b182
commit 20c53993bf
8 changed files with 78 additions and 30 deletions
+11 -10
View File
@@ -1143,14 +1143,6 @@ background: rgb(92, 92, 92);
}
}
ngx-mat-datetime-content{
.actions {
.mat-button-disabled {
background-color: #ff5a5a59 !important;
}
}
}
// angular material inputs
@@ -1491,7 +1483,6 @@ ngx-mat-datetime-content .actions {
}
}
ngx-mat-datetime-content .ngx-mat-timepicker {
z-index: 111;
}
@@ -1499,10 +1490,20 @@ ngx-mat-datetime-content .ngx-mat-timepicker {
display: none !important;
}
ngx-mat-datetime-content .mat-input-element {
padding: 0px !important;
}
ngx-mat-datetime-content{
.actions {
.mat-button-disabled {
background-color: #ff5a5a59 !important;
}
}
}
pre {
font-family: 'Roboto' !important;
font-size: rem(16) !important;