style: format code with prettier and increase whitespace
| | |
| | | .notice { |
| | | display: flex; |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | | @include themed() { |
| | |
| | | } |
| | | |
| | | &--update { |
| | | |
| | | @include themed() { |
| | | background-color: mix(t('success'), t('accent'), 40%); |
| | | } |
| | | } |
| | | &--warning { |
| | | |
| | | &--warning { |
| | | @include themed() { |
| | | background-color: mix(t('danger'), t('accent'), 40%); |
| | | } |
| | |
| | | &--update { |
| | | background-color: t('success'); |
| | | } |
| | | |
| | | &--warning { |
| | | background-color: t('danger'); |
| | | } |
| | |
| | | {{ end }}" |
| | | > |
| | | {{- i18n $noticeType -}} |
| | | </span> |
| | | </span> |
| | | {{- $noteContent := (markdownify .Inner | chomp) -}} |
| | | <div class="notice__content"> |
| | | {{ $noteContent }} |