mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
27.49.2022 83e9ee1f74669aa5362583550c9022f74b4c8cc0
style: format code with prettier and increase whitespace
2 files modified
8 ■■■■ changed files
assets/scss/partials/components/_notice.scss 6 ●●●● patch | view | raw | blame | history
layouts/shortcodes/notice.html 2 ●●● patch | view | raw | blame | history
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');
    }
layouts/shortcodes/notice.html
@@ -19,7 +19,7 @@
    {{ end }}"
  >
    {{- i18n $noticeType -}}
</span>
  </span>
  {{- $noteContent := (markdownify .Inner | chomp) -}}
  <div class="notice__content">
    {{ $noteContent }}