Merge pull request #6918 from adullact/feature/6875-improve-landing-contrast

Amélioration du contraste de la landing page administration
This commit is contained in:
Paul Chavard 2022-02-08 12:30:18 +01:00 committed by GitHub
commit ad545771b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,6 @@ $users-breakpoint: 950px;
font-size: 24px; font-size: 24px;
font-weight: bold; font-weight: bold;
margin-top: 13px; margin-top: 13px;
color: #FFFFFF;
&.grey { &.grey {
color: $g700; color: $g700;
@ -303,15 +302,19 @@ $users-breakpoint: 950px;
} }
.cta-panel-explanation { .cta-panel-explanation {
font-size: 24px; font-size: 22px;
margin-bottom: 10px; margin-bottom: 10px;
color: #FFFFFF;
&.grey { &.grey {
color: $g700; color: $g700;
} }
} }
.half .cta-panel-title,
.half .cta-panel-explanation {
text-align: center;
}
.role-panel-title { .role-panel-title {
font-size: 30px; font-size: 30px;
font-weight: bold; font-weight: bold;
@ -357,7 +360,7 @@ $cta-panel-button-border-size: 2px;
@include vertical-padding(15px); @include vertical-padding(15px);
display: block; display: block;
border-radius: 100px; border-radius: 100px;
font-size: 24px; font-size: 22px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
margin-top: 20px; margin-top: 20px;