update styles number label

This commit is contained in:
Julie Salha 2023-01-05 10:04:53 +01:00 committed by Colin Darie
parent deddd1fcbe
commit 96fbf70696
2 changed files with 7 additions and 1 deletions

View file

@ -173,12 +173,18 @@ $landing-breakpoint: 1040px;
}
.number-label {
max-width: 10rem;
margin: auto;
font-weight: 600;
font-size: 1.25rem;
line-height: 1.5rem;
color: var(--text-label-grey);
}
.number-label-third {
max-width: 13rem;
}
$users-breakpoint: 950px;
.users {

View file

@ -42,7 +42,7 @@
%li.number
.number-value
= "#{number_with_delimiter(50)} %"
%div.number-label= t(".numbers.processing_time")
%div.number-label.number-label-third= t(".numbers.processing_time")
.landing-panel.cta-panel
.container