Remove text from dismiss modal button
This commit is contained in:
parent
fe29b5d838
commit
cf42bfbbda
@ -137,7 +137,6 @@ body {
|
||||
position: absolute;
|
||||
top: $gap;
|
||||
right: $gap;
|
||||
width: 8rem;
|
||||
|
||||
@include media($medium-screen) {
|
||||
top: $gap * 2;
|
||||
@ -251,3 +250,9 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal--dismissable {
|
||||
.modal__body {
|
||||
padding-top: $gap * 3.5;
|
||||
}
|
||||
}
|
||||
|
@ -16,9 +16,6 @@
|
||||
{% if dismissable %}
|
||||
<button type='button' class='icon-link modal__dismiss' v-on:click='closeModal("{{name}}")'>
|
||||
{{ Icon('x') }}
|
||||
<span>
|
||||
{{ "common.close" | translate }}
|
||||
</span>
|
||||
</button>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user