style(front): Red top border for dangerous modals
This commit is contained in:
parent
ba14007b12
commit
b7ea9c4ff0
|
@ -11,7 +11,7 @@
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
|
|
||||||
&.is-destructive {
|
&.is-destructive {
|
||||||
border: 2px solid var(--fw-red-500);
|
border-top: 24px solid var(--fw-red-400);
|
||||||
|
|
||||||
> h2 {
|
> h2 {
|
||||||
&.destructive-header {
|
&.destructive-header {
|
||||||
|
|
Loading…
Reference in New Issue