chore: post
This commit is contained in:
parent
1cf22fac47
commit
14e502a866
6 changed files with 71 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -27,6 +27,34 @@
|
|||
border-color: var(--gray-light);
|
||||
}
|
||||
|
||||
&.warning {
|
||||
border-color: var(--warning);
|
||||
|
||||
& p a:hover,
|
||||
& p a:active,
|
||||
& p a:focus {
|
||||
color: var(--warning);
|
||||
}
|
||||
|
||||
& svg {
|
||||
stroke: var(--error);
|
||||
}
|
||||
}
|
||||
|
||||
&.error {
|
||||
border-color: var(--error);
|
||||
|
||||
& p a:hover,
|
||||
& p a:active,
|
||||
& p a:focus {
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
& svg {
|
||||
stroke: var(--error);
|
||||
}
|
||||
}
|
||||
|
||||
&.npm {
|
||||
border-color: var(--brand-npm);
|
||||
|
||||
|
|
Reference in a new issue