2020-05-01 10:29:05 -07:00
|
|
|
.entry {
|
|
|
|
$this: &;
|
2022-04-17 08:34:09 -07:00
|
|
|
margin: map-get($spacers, 4) 0;
|
2020-05-01 10:29:05 -07:00
|
|
|
|
|
|
|
&__value {
|
2022-04-17 08:34:09 -07:00
|
|
|
display: block;
|
|
|
|
font-size: 4rem;
|
|
|
|
line-height: 1;
|
2020-05-01 10:29:05 -07:00
|
|
|
margin-bottom: 0;
|
2022-04-17 08:56:25 -07:00
|
|
|
text-align: center;
|
2020-05-01 10:29:05 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
color: var(--primary);
|
2022-04-17 08:56:25 -07:00
|
|
|
display: block;
|
2020-05-01 10:29:05 -07:00
|
|
|
font-size: .8rem;
|
2022-04-17 08:56:25 -07:00
|
|
|
font-weight: bold;
|
2020-05-01 10:29:05 -07:00
|
|
|
margin-top: 0px;
|
2022-04-17 08:56:25 -07:00
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2020-05-01 10:29:05 -07:00
|
|
|
}
|
|
|
|
}
|