Allow defining icon

- Adds warning class
This commit is contained in:
Kakarot
2024-02-17 06:13:47 -06:00
parent 40df11027b
commit 5c60c94197
7 changed files with 119 additions and 109 deletions
+7 -2
View File
@@ -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;
}
}