Files
jikimo_sf/sf_manufacturing/static/src/scss/kanban_change.scss
2023-08-11 10:19:00 +08:00

28 lines
410 B
SCSS

.choosekanban {
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: 16px !important;
}
.choosekanban > button {
padding: 0 2vw !important;
height: 2vw !important;
border: none !important;
border-right: 1px solid #ccc !important;
background-color: #EEEEEE;
color: #989799;
font-weight: bold;
}
//.o_content > .d-flex {
// display: block !important;
//}