mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fix
This commit is contained in:
+40
-32
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user