Adjust warning/alert/... styling
This commit is contained in:
parent
fccd7625a2
commit
524eb67b9f
3 changed files with 84 additions and 20 deletions
|
@ -39,11 +39,6 @@
|
|||
background-image: none;
|
||||
background-color: var(--color-shade-1);
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
max-width: calc(~"100% - 2.5rem");
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
flex-shrink: 0;
|
||||
|
@ -53,6 +48,7 @@
|
|||
mask-size: contain;
|
||||
mask-position: center top;
|
||||
mask-repeat: no-repeat;
|
||||
background-color: currentColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -60,7 +56,6 @@
|
|||
color: var(--color-foreground);
|
||||
|
||||
&::before {
|
||||
background-color: currentColor;
|
||||
mask-image: url(img/info.svg);
|
||||
}
|
||||
}
|
||||
|
@ -69,7 +64,6 @@
|
|||
color: var(--color-foreground);
|
||||
|
||||
&::before {
|
||||
background-color: currentColor;
|
||||
mask-image: url(img/lightbulb.svg);
|
||||
}
|
||||
}
|
||||
|
@ -118,7 +112,6 @@
|
|||
color: var(--color-foreground);
|
||||
|
||||
&::before {
|
||||
background-color: currentColor;
|
||||
mask-image: url(img/tick_small.svg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue