Improve message

This commit is contained in:
Peter Maquiran
2021-06-15 14:30:32 +01:00
parent d232db99cb
commit 365b32e34c
12 changed files with 192 additions and 425 deletions
+36
View File
@@ -812,3 +812,39 @@ background: rgb(92, 92, 92);
.hide-scroll::-webkit-scrollbar-thumb:hover {
display: none !important;
}
#notification{
position: absolute;
top: 23px;
right: 0px;
height: 87px;
max-width: 400px;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
background-color: white;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
background-image: url("/assets/background/background-circle-negative.svg");
background-size: 686px 674px;
background-position: center;
background-position-y: 0px;
background-repeat: no-repeat;
min-width: 340px;
box-shadow: 0px 2px 10px #0000003d;
display: flex;
align-items: center;
.main-content {
display: flex;
align-items: center;
}
.message {
font-size: 12pt;
}
}