Chatwoot/app/assets/stylesheets/administrate/components/_reports.scss
2020-05-24 22:44:26 +05:30

15 lines
229 B
SCSS

.report--list {
display: flex;
padding: 0 $space-two $space-larger;
}
.report-card {
flex: 1;
font-size: $font-size-small;
text-align: center;
.metric {
font-size: $font-size-bigger;
font-weight: 200;
}
}