1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/app/assets/stylesheets/application/components/_admin_stats.scss
2017-04-19 13:07:25 +01:00

17 أسطر
195 B
SCSS

.adminStats {
display:flex;
}
.adminStats__stat {
flex:1 1 auto;
text-align: center;
dt {
font-weight:300;
color:#999;
}
dd {
font-size:26px;
font-weight:bold;
}
}