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