mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
some style changes
This commit is contained in:
parent
c0f9bf35ac
commit
682dc2174e
@ -27,13 +27,12 @@
|
|||||||
|
|
||||||
<div id="copy-widget">
|
<div id="copy-widget">
|
||||||
<h4 class="chill-red" style="margin-top: 2rem;">{{ $t('copy_range_from_to') }}</h4>
|
<h4 class="chill-red" style="margin-top: 2rem;">{{ $t('copy_range_from_to') }}</h4>
|
||||||
<div style="display: flex; justify-content: space-between; margin-top: 1rem;">
|
<div style="display: flex; margin-top: 1rem;">
|
||||||
<label class="col-form-label">{{ $t('dateFrom') }}</label>
|
<div class="col-sm-3" style="margin-right: 1rem">
|
||||||
<div class="col-sm-3">
|
|
||||||
<input class="form-control" type="date" v-model="copyFrom" />
|
<input class="form-control" type="date" v-model="copyFrom" />
|
||||||
</div>
|
</div>
|
||||||
<label class="col-form-label">{{ $t('dateTo') }}</label>
|
<i class="fa fa-angle-double-right" style="font-size: 2rem; margin-right: 1rem"></i>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-3" style="margin-right: 1rem">
|
||||||
<input class="form-control" type="date" v-model="copyTo" />
|
<input class="form-control" type="date" v-model="copyTo" />
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-action" @click="copyDay">
|
<button class="btn btn-action" @click="copyDay">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user