2022-09-28 19:15:47 +08:00

11 lines
192 B
SCSS

.saleStatistic {
&--filterBar {
display: flex;
flex-flow: row nowrap;
justify-content: space-evenly;
align-items: center;
width: 100%;
background-color: white;
}
}