cleanup notice dismissable
This commit is contained in:
parent
dbde6e81ff
commit
51f8b556a2
3 changed files with 22 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue