Fix toast styles

This commit is contained in:
Infinite
2020-02-13 22:11:06 +01:00
parent 750759e4bf
commit 6df25a2c5e
3 changed files with 31 additions and 5 deletions

View File

@@ -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 {