You've already forked AstralRinth
forked from didirus/AstralRinth
Add more banners and warnings for some statuses & other fixes (#558)
* Add more banners and warnings for some statuses & other fixes * Remove unused css
This commit is contained in:
@@ -810,10 +810,11 @@ label {
|
||||
// box-shadow: var(--shadow-card);
|
||||
|
||||
&.warning {
|
||||
border-left: 0.5rem solid var(--color-banner-side);
|
||||
padding: 1.5rem;
|
||||
line-height: 1.5;
|
||||
background-color: var(--color-warning-bg);
|
||||
color: var(--color-warning-text);
|
||||
background-color: var(--color-banner-bg);
|
||||
color: var(--color-banner-text);
|
||||
min-height: 0;
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user