IconGroupAtempt

This commit is contained in:
ivan gomes
2021-11-19 08:51:10 +01:00
parent e622acc98e
commit d8fcd32b3b
9 changed files with 165 additions and 49 deletions
+26 -3
View File
@@ -747,6 +747,9 @@ app-header-no-search .ion-toolbar{
--title-text-color: rgb(0, 0, 0);
--subtitle-text-color: #000
}
@@ -1300,8 +1303,6 @@ ngx-mat-datetime-content{
}
@keyframes ldio-rpinwye8j0b {
0% { transform: rotate(0deg) }
50% { transform: rotate(180deg) }
@@ -1332,4 +1333,26 @@ ngx-mat-datetime-content{
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-rpinwye8j0b div { box-sizing: content-box; }
.ldio-rpinwye8j0b div { box-sizing: content-box; }
.transparent-modal {
--background: #0000005c;
ion-content {
--background:transparent;
}
}
ion-modal::part(content){
backdrop-filter: blur(12px);
}
.transparentblack-modal{
--background: #000000e7;
ion-content {
--background:transparent;
}
}