mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
Allow defining icon
- Adds warning class
This commit is contained in:
+7
-2
@@ -42,7 +42,6 @@ html::-webkit-scrollbar {
|
||||
border-left: 5px solid #f44236;
|
||||
font-size: 1.5vh;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.success {
|
||||
@@ -57,6 +56,12 @@ html::-webkit-scrollbar {
|
||||
border: 1px solid #6facec;
|
||||
}
|
||||
|
||||
.warning {
|
||||
background-color: #ff9800;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ffc107;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #c10114;
|
||||
border-radius: 5px;
|
||||
@@ -73,4 +78,4 @@ html::-webkit-scrollbar {
|
||||
background-color: #f44236;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #f88e86;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user