上传修改后的主题
This commit is contained in:
18
spiffy_theme_backend/static/src/scss/graph_view.scss
Normal file
18
spiffy_theme_backend/static/src/scss/graph_view.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user