mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-07 22:09:46 +00:00
classes for address-valid
This commit is contained in:
@@ -94,8 +94,8 @@ section.chill-entity {
|
||||
}
|
||||
|
||||
span.address-valid {
|
||||
&.address-since {}
|
||||
&.address-until {}
|
||||
&.date-since {}
|
||||
&.date-until {}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -58,8 +58,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="!context.edit" class='person-address__valid'>
|
||||
<h2>{{ $t('date') }}</h2>
|
||||
<div v-if="!context.edit" class='address-valid date-since'>
|
||||
<h3>{{ $t('date') }}</h3>
|
||||
<div class="input-group mb-3">
|
||||
<span class="input-group-text" id="validFrom"><i class="fa fa-fw fa-calendar"></i></span>
|
||||
<input type="date" class="form-control form-control-lg" name="validFrom"
|
||||
|
Reference in New Issue
Block a user