mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix toast styles
This commit is contained in:
@@ -193,9 +193,32 @@ code {
|
||||
top: 2rem;
|
||||
z-index: 1031;
|
||||
|
||||
.success {
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
.danger {
|
||||
background-color: $danger;
|
||||
}
|
||||
|
||||
.warning {
|
||||
background-color: $warning;
|
||||
}
|
||||
|
||||
.toast {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.toast-header {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: $text-color;
|
||||
|
||||
.close {
|
||||
color: $text-color;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.image-input {
|
||||
|
||||
Reference in New Issue
Block a user