17 lines
195 B
SCSS
17 lines
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;
|
|
}
|
|
}
|