24 lines
371 B
SCSS
Raw Normal View History

.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;
}
}
}
2022-05-12 12:12:21 +02:00
.dashboard_boxes{
flex-direction: column;
2022-05-12 12:12:21 +02:00
.dashboard_box{
margin: 0 0 32px 0;
}
}