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:
commit
ad545771b7
1 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue