This commit is contained in:
Peter Maquiran
2023-08-15 15:17:27 +01:00
parent 20c53993bf
commit 08f51343fa
7 changed files with 54 additions and 46 deletions
+40 -32
View File
@@ -1144,13 +1144,6 @@ 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;
@@ -1472,36 +1465,51 @@ $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 .mat-input-element {
padding: 0px !important;
}
// ngx-mat-datetime-content .ngx-mat-timepicker {
// z-index: 111;
// }
// .mat-form-field-underline {
// display: none !important;
// }
ngx-mat-datetime-content{
.actions {
.mat-button-disabled {
background-color: #ff5a5a59 !important;
}
}
}
// ngx-mat-datetime-content .mat-input-element {
// padding: 0px !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 {