This commit is contained in:
Peter Maquiran
2023-08-15 17:12:50 +01:00
parent bf62fc0834
commit d6f9db53ca
5 changed files with 47 additions and 114 deletions
+32 -39
View File
@@ -1144,6 +1144,13 @@ background: rgb(92, 92, 92);
}
// angular material inputs
.mat-form-field-infix, .mat-form-field-wrapper {
padding: 0px !important;
}
.select-calendar {
.mat-form-field-infix {
width: unset !important;
@@ -1465,52 +1472,38 @@ $font-size: rem(15);
width: 100%;
}
// date picker
// ngx-mat-datetime-content .actions {
// z-index: 1;
// position: relative;
// top: -66px;
// margin-bottom: -44px;
ngx-mat-datetime-content .actions {
z-index: 1;
position: relative;
top: -66px;
margin-bottom: -44px;
// button {
// z-index: 11111111;
// }
// }
button {
z-index: 11111111;
}
}
// ngx-mat-datetime-content .ngx-mat-timepicker {
// z-index: 111;
// }
// .mat-form-field-underline {
// display: none !important;
// }
ngx-mat-datetime-content .ngx-mat-timepicker {
z-index: 111;
}
.mat-form-field-underline {
display: none !important;
}
// ngx-mat-datetime-content .mat-input-element {
// padding: 0px !important;
// }
ngx-mat-datetime-content .mat-input-element {
padding: 0px !important;
}
ngx-mat-datetime-content{
.actions {
.mat-button-disabled {
background-color: #ff5a5a59 !important;
}
}
// ngx-mat-datetime-content{
// .actions {
// .mat-button-disabled {
// background-color: #ff5a5a59 !important;
// }
// }
// }
// // angular material inputs
// .mat-form-field-infix, .mat-form-field-wrapper {
// padding: 0px !important;
// }
// .mat-form-field-infix input {
// }
}
pre {
font-family: 'Roboto' !important;