Files
jikimo_sf/spiffy_theme_backend/static/src/scss/graph_view.scss
2023-07-14 09:21:21 +08:00

18 lines
471 B
SCSS

body.o_web_client{
.o_graph_controller {
@include media-breakpoint-down(sm){
.o_control_panel {
.o_cp_buttons {
button {
margin-right: 8px !important;
}
display: flex;
flex-wrap: wrap;
}
}
.o_graph_renderer {
padding: 30px 15px !important;
}
}
}
}