Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
(PC-11318): Venue creation: correct style
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliochka committed Oct 21, 2021
1 parent e1fcfa2 commit 33025d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const AccessibilityFields = ({ formValues, readOnly, venue }) => {
pourrez modifier cette information à l’échelle de l’offre.
</p>

<p className="bi-subtitle">
<p className="vp-subtitle">
Ce lieu est accessible aux publics en situation de handicaps :
</p>
<div>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/components/pages/Venue/_Venue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@

.vp-content-section {
margin-bottom: rem(48px);

.field-label {
@include body();
}
}
}

0 comments on commit 33025d5

Please sign in to comment.