mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
fixed padding
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
background-color:#212121;
|
||||
border-radius: 5px;
|
||||
animation: growDown 300ms ease-in-out;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.notifySuccess {
|
||||
flex: auto;
|
||||
@@ -60,6 +61,7 @@
|
||||
background-color:#212121;
|
||||
border-radius: 5px;
|
||||
animation: growDown 300ms ease-in-out;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.notifyError {
|
||||
flex: auto;
|
||||
@@ -71,13 +73,13 @@
|
||||
right: 0;
|
||||
top: 25px;
|
||||
min-width:15%;
|
||||
width:fit-content;
|
||||
width:fit-content ;
|
||||
height:50px;
|
||||
background-color:#212121;
|
||||
border-radius: 5px;
|
||||
animation: growDown 300ms ease-in-out;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user