11 lines
192 B
SCSS
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;
|
|
}
|
|
}
|