mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix warning inconsistency
parent
338819416f
commit
fe63e5db50
|
@ -9,9 +9,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div out:fade={FADE_OUT} in:fade={FADE_IN} class="fields">
|
<div out:fade={FADE_OUT} in:fade={FADE_IN} class="fields">
|
||||||
<p class="warning">
|
<blockquote>
|
||||||
{ts("settings.gameNotice")}
|
{ts("settings.gameNotice")}
|
||||||
</p>
|
</blockquote>
|
||||||
<GameSettingFields game="general"/>
|
<GameSettingFields game="general"/>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="bool">
|
<div class="bool">
|
||||||
|
@ -59,14 +59,4 @@
|
||||||
|
|
||||||
> input
|
> input
|
||||||
flex: 1
|
flex: 1
|
||||||
|
|
||||||
.warning
|
|
||||||
background: #aa555510
|
|
||||||
padding: 10px
|
|
||||||
border-left: solid 2px vars.$c-error
|
|
||||||
|
|
||||||
&::before
|
|
||||||
color: vars.$c-error
|
|
||||||
font-weight: bold
|
|
||||||
content: "!"
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue