mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
style adjustment
This commit is contained in:
parent
94c13dc8d3
commit
2283f3df7c
@ -37,13 +37,11 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="m-4 d-flex">
|
||||
<BCol class="text-left">
|
||||
<div class="buttons-wrapper d-flex justify-content-between">
|
||||
<BButton type="reset" variant="danger" @click="onReset()">
|
||||
{{ $t('creation_form.reset') }}
|
||||
</BButton>
|
||||
</BCol>
|
||||
<div class="text-right">
|
||||
<div >
|
||||
<BButton
|
||||
v-if="pagetype === 'PageCreationConfirm'"
|
||||
type="button"
|
||||
@ -182,3 +180,8 @@ watch(
|
||||
},
|
||||
)
|
||||
</script>
|
||||
<style scoped>
|
||||
.buttons-wrapper{
|
||||
margin: 1.5rem 2.4rem;
|
||||
}
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user