24 lines
371 B
SCSS

.dashboard_top_settings{
flex-direction: column;
.dashboard_top_filters{
align-items: flex-start;
width: 100%;
margin-top: 16px;
.filter_setting{
margin-left: 0;
margin-right: 16px;
}
}
}
.dashboard_boxes{
flex-direction: column;
.dashboard_box{
margin: 0 0 32px 0;
}
}