add Alert to styles

This commit is contained in:
HF 2021-03-18 00:16:39 +01:00
parent bea6ae303d
commit 6103eb3620
4 changed files with 21 additions and 5 deletions

View File

@ -11,7 +11,7 @@ tr:nth-child(odd) {
border-radius: 10px; border-radius: 10px;
} }
.Overlay { .OverlayModal, .OverlayAlert {
background: linear-gradient(175deg, #61dceaab , #ffb1e1, #ecffec, #ffb1e1, #61dceaab); background: linear-gradient(175deg, #61dceaab , #ffb1e1, #ecffec, #ffb1e1, #61dceaab);
} }
@ -54,3 +54,8 @@ tr:nth-child(odd) {
background-size: cover; background-size: cover;
border-radius: 10px; border-radius: 10px;
} }
.Alert {
background: #f4edf0 none repeat scroll 0 0;
border-radius: 7px;
}

View File

@ -65,12 +65,19 @@ tr:nth-child(even) {
background-color: #15374fd1; background-color: #15374fd1;
} }
.Modal { .Modal, .Alert {
background: #444242 none repeat scroll 0 0;; background: #444242 none repeat scroll 0 0;;
color: #f4f4f4; color: #f4f4f4;
}
.Modal {
border-radius: 21px; border-radius: 21px;
} }
.Alert {
border-radius: 12px;
}
.modaltext, .modalcotext { .modaltext, .modalcotext {
color: #f4f4f4; color: #f4f4f4;
} }
@ -104,7 +111,7 @@ tr:nth-child(even) {
background-color: #6f6f75; background-color: #6f6f75;
} }
.Overlay { .OverlayModal, .OverlayAlert {
background-color: rgba(187, 187, 187, 0.75); background-color: rgba(187, 187, 187, 0.75);
} }

View File

@ -44,7 +44,7 @@ tr:nth-child(even) {
background-color: #15374fd1; background-color: #15374fd1;
} }
.Modal { .Modal, .Alert {
background: #444242 none repeat scroll 0 0;; background: #444242 none repeat scroll 0 0;;
color: #f4f4f4; color: #f4f4f4;
} }
@ -96,7 +96,7 @@ tr:nth-child(even) {
background-color: #6f6f75; background-color: #6f6f75;
} }
.Overlay { .OverlayModal, .OverlayAlert {
background-color: rgba(187, 187, 187, 0.75); background-color: rgba(187, 187, 187, 0.75);
} }

View File

@ -14,6 +14,10 @@
border-radius: 21px; border-radius: 21px;
} }
.Alert {
border-radius: 12px;
}
.notifybox { .notifybox {
border-radius: 21px; border-radius: 21px;
} }