Files
jikimo_sf/sf_manufacturing/static/src/scss/kanban_change.scss
2023-08-07 16:49:36 +08:00

20 lines
314 B
SCSS

.choosekanban {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 1vw !important;
}
.choosekanban > button {
width: 4vw !important;
height: 2vw !important;
border: none !important;
margin-left: 16px !important;
}
.o_content > .d-flex {
display: block !important;
}