assets/scss/partials/components/_alert.scss
@@ -1,18 +1,15 @@ .alert { @include themed() { border-color: t('alert'); } padding: 1rem; border-style: solid; border-radius: 0.25rem; border-width: 2px; margin-top: 1rem; @include themed() { border-color: t('alert'); } &__indicator { @include themed() { color: t('accent'); background-color: t('alert'); } display: inline-block; border-radius: 9999px; padding: 0.5rem; @@ -21,5 +18,10 @@ text-align: center; font-weight: 800; margin-right: 0.75rem; @include themed() { color: t('accent'); background-color: t('alert'); } } }