Style remove buttons
This commit is contained in:
parent
870e0a299e
commit
f3a2ac1f49
@ -348,11 +348,26 @@
|
|||||||
.task-order__loa-list-item {
|
.task-order__loa-list-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-end;
|
align-items: flex-start;
|
||||||
|
|
||||||
.usa-input {
|
.usa-input {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loa-list-item__remover {
|
||||||
|
@include icon-link;
|
||||||
|
@include icon-link-vertical;
|
||||||
|
@include icon-link-color($color-red, $color-red-lightest);
|
||||||
|
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-right: -$gap;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 3 * $gap;
|
||||||
|
margin-left: $gap;
|
||||||
|
left: 45em;
|
||||||
|
max-width: 30em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
<input type="text" v-model='loa.number' :id="'loas-' + i" placeholder="1234567890"/>
|
<input type="text" v-model='loa.number' :id="'loas-' + i" placeholder="1234567890"/>
|
||||||
<input type="hidden" :name="'loas-' + i" v-model='loa.number'/>
|
<input type="hidden" :name="'loas-' + i" v-model='loa.number'/>
|
||||||
</div>
|
</div>
|
||||||
<button v-on:click="removeLOA(i)" v-if="loas.length > 1" type="button" class='application-edit__env-list-item__remover'>
|
<button v-on:click="removeLOA(i)" v-if="loas.length > 1" type="button" class='loa-list-item__remover'>
|
||||||
{{ Icon('trash') }}
|
{{ Icon('trash') }}
|
||||||
<span>Remove</span>
|
<span>Remove</span>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user