tweak(esx_notify): darkness :)

This commit is contained in:
Mycroft
2022-05-01 02:34:31 +01:00
parent 871bd09d3e
commit ba60dd79c6
+10 -10
View File
@@ -34,26 +34,25 @@
.notify {
flex: auto;
display: none;
border-left: 3px solid rgb(0, 97, 153);
border-left: 5px solid rgb(34, 132, 189);
position:absolute;
margin: 0 auto;
left: 0;
right: 0;
top: 25px;
top: 5%;
min-width:15%;
width:fit-content;
height:50px;
background-color:#212121;
background: rgba(5,5, 5, 0.9);
border-radius: 5px;
animation: growDown 300ms ease-in-out;
padding-right: 10px;
}
.success {
border-left: 3px solid rgb(13, 153, 0) !important;
.success {
border-left: 5px solid rgb(33, 223, 15) !important;
}
.error {
border-left: 3px solid rgb(153, 5, 0) !important;
.error {
border-left: 5px solid rgb(231, 35, 28) !important;
}
.icon {
@@ -69,11 +68,12 @@
.innerText{
margin-left: 10px;
}
p {
flex: auto;
word-wrap: break-word;
margin-left: 30px;
margin-top: 15px;
margin-left: 40px;
margin-top: 17px;
}
.innerText .icon {