Skip to content

Commit

Permalink
feat:Sites Management Card review - MEED-7165 - Meeds-io/MIPs#137 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej authored and boubaker committed Aug 27, 2024
1 parent eb5dcc5 commit 90b77dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
v-text="data.item.displayName" />
</template>
</v-autocomplete>
<span v-if="!page" class="caption mt-n3 mx-2 position-absolute error-color">
<span v-if="!page" class="text-subtitle mt-n3 position-absolute error-color">
{{ $t('siteNavigation.required.error.message') }}
</span>
</v-flex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
v-text="data.item.displayName" />
</template>
</v-autocomplete>
<span v-if="!allSites && !selectedSiteNavigation" class="caption mt-n3 mx-2 position-absolute error-color">
<span v-if="!allSites && !selectedSiteNavigation" class="text-subtitle mt-n3 position-absolute error-color">
{{ $t('siteNavigation.required.error.message') }}
</span>
</v-flex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
</translation-text-field>
</v-card-text>
<v-card-text class="mt-3 py-4 px-3">
<p class="mb-2 px-1 text-capitalize"> {{ $t('siteManagement.label.banner') }}</p>
<p class="text-subtitle px-1 text-capitalize"> {{ $t('siteManagement.label.caption') }}</p>
<p class="mb-2 px-1"> {{ $t('siteManagement.label.banner') }}</p>
<p class="text-subtitle px-1"> {{ $t('siteManagement.label.caption') }}</p>
<site-management-banner-selector
ref="siteBannerSelector"
:src="siteBannerUrl"
Expand Down

0 comments on commit 90b77dc

Please sign in to comment.