some style changes

This commit is contained in:
Julie Lenaerts 2022-05-17 16:26:21 +02:00
parent c0f9bf35ac
commit 682dc2174e

View File

@ -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">