Improve the admin landing page

This commit is contained in:
gregoirenovel 2018-11-08 14:49:53 +01:00 committed by Paul Chavard
parent 684314c117
commit 6a39e0e831
2 changed files with 61 additions and 20 deletions

View file

@ -159,10 +159,15 @@ $landing-breakpoint: 1040px;
}
.usagers-panel,
.numbers-panel {
.numbers-panel,
.cta-panel-2 {
background-color: $light-grey;
}
.more-info {
background-color: #FFFFFF;
}
.numbers {
@extend %horizontal-list;
justify-content: space-around;
@ -316,6 +321,15 @@ $users-breakpoint: 950px;
}
}
.role-more-info-image {
text-align: left;
@media (max-width: $users-breakpoint) {
text-align: center;
margin-bottom: 45px;
}
}
.role-usagers-image {
@media (max-width: $users-breakpoint) {
text-align: center;
@ -437,3 +451,12 @@ $cta-panel-button-border-size: 2px;
text-decoration: underline;
}
}
.half {
width: 45%;
float: left;
}
.first-half {
margin-right: 10%;
}