This commit is contained in:
Peter Maquiran
2023-09-19 10:21:23 +01:00
parent 527cc0f2a6
commit f51bd246fc
29 changed files with 754 additions and 261 deletions
+15 -1
View File
@@ -1475,12 +1475,19 @@ $font-size: rem(15);
ngx-mat-datetime-content .actions {
z-index: 1;
position: relative;
top: -66px;
button {
z-index: 11111111;
}
}
ngx-mat-datetime-content .time-container {
margin-bottom: -44px;
button {
z-index: 11111111;
}
}
@@ -1659,3 +1666,10 @@ h5, .buttons{
.welcome-text {
margin-bottom: 15px;
}
.image-prety {
border-color: transparent !important;
-o-object-fit: cover;
object-fit: cover;
}