cleanup notice dismissable

This commit is contained in:
Henry Jameson 2026-04-22 17:33:40 +03:00
commit 51f8b556a2
3 changed files with 22 additions and 22 deletions

View file

@ -61,15 +61,16 @@
</div>
<p
v-if="error"
class="alert error notice-dismissible"
class="alert error"
>
<span>{{ error }}</span>
<a
<button
class="fa-scale-110 fa-old-padding dismiss"
type="button"
@click.prevent="dismissError()"
>
<FAIcon icon="times" />
</a>
</button>
</p>
</div>
</form>
@ -117,10 +118,6 @@
margin: 0.3em 0 1em;
}
.notice-dismissible {
padding-right: 2rem;
}
.dismiss {
cursor: pointer;
}