Skip to content

Commit

Permalink
fix: Refactor the padding and text styling for document access option…
Browse files Browse the repository at this point in the history
…s - EXO-73174 (#1347)
  • Loading branch information
sofyenne committed Feb 26, 2025
1 parent 88224a1 commit 21171da
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
v-model="valid">
<div class="d-flex flex-row">
<div class="d-flex flex-column full-width ma-auto">
<p>
<p class="text-body font-weight-bold">
{{ $t('documents.public.access.options.password.label') }}
</p>
<p
Expand All @@ -49,10 +49,10 @@
</p>
<div
v-if="showPasswordInput"
class="pe-4 ps-4 pt-3 mb-2">
class="pt-3 mb-2">
<v-label
for="documentPassword">
<span class="text-body-2 font-weight-bold">
<span class="text-body">
{{ $t('documents.public.link.new.password.message') }}
</span>*
</v-label>
Expand Down Expand Up @@ -80,7 +80,7 @@
</p>
<v-label
for="confirmDocumentPassword">
<span class="text-body-2 font-weight-bold">
<span class="text-body">
{{ $t('documents.public.link.confirm.password.message') }}
</span>*
</v-label>
Expand Down Expand Up @@ -157,9 +157,9 @@
</v-tooltip>
</div>
</div>
<div class="d-flex flex-row">
<div class="d-flex flex-row mt-3">
<div class="d-flex flex-column full-width ma-auto">
<p>
<p class="text-body font-weight-bold">
{{ $t('documents.public.access.options.expirationDate.label') }}
</p>
<p
Expand All @@ -174,7 +174,7 @@
</p>
<div
v-if="showExpirationDateInput"
class="pe-4 ps-4 mt-n4 mb-2">
class="mt-n4 mb-2">
<v-radio-group
v-model="expirationDateType"
mandatory>
Expand Down

0 comments on commit 21171da

Please sign in to comment.