28 lines
410 B
SCSS
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;
|
|
//}
|
|
|
|
|
|
|
|
|
|
|
|
|