20 lines
314 B
SCSS
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;
|
|
}
|
|
|