Skip to content

Commit

Permalink
Improve warning message styling
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored and PikachuEXE committed Sep 25, 2022
1 parent 596a758 commit f2d1718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@use "../../sass-partials/settings"

.experimental-warning
text-align: center
font-weight: bold
padding:
left: 4%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</h3>
</summary>
<hr>
<p class="experimental-warning">
{{ $t('Settings.Experimental Settings.Warning') }}
</p>
<ft-flex-box>
<p class="experimental-warning">
{{ $t('Settings.Experimental Settings.Warning') }}
</p>
<ft-toggle-switch
tooltip-position="top"
:label="$t('Settings.Experimental Settings.Replace HTTP Cache')"
Expand Down

0 comments on commit f2d1718

Please sign in to comment.