From 83e9ee1f74669aa5362583550c9022f74b4c8cc0 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 27 Mar 2022 09:49:40 +0000
Subject: [PATCH] style: format code with prettier and increase whitespace

---
 assets/scss/partials/components/_notice.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/scss/partials/components/_notice.scss b/assets/scss/partials/components/_notice.scss
index 163fc2b..37b4750 100644
--- a/assets/scss/partials/components/_notice.scss
+++ b/assets/scss/partials/components/_notice.scss
@@ -1,5 +1,5 @@
 .notice {
-  display:  flex;
+  display: flex;
   flex-direction: column;
 
   @include themed() {
@@ -7,13 +7,12 @@
   }
 
   &--update {
-
     @include themed() {
       background-color: mix(t('success'), t('accent'), 40%);
     }
   }
-  &--warning {
 
+  &--warning {
     @include themed() {
       background-color: mix(t('danger'), t('accent'), 40%);
     }
@@ -33,6 +32,7 @@
     &--update {
       background-color: t('success');
     }
+    
     &--warning {
       background-color: t('danger');
     }

--
Gitblit v1.10.0