mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
14 lines
188 B
SCSS
Executable File
14 lines
188 B
SCSS
Executable File
.kanban-column {
|
|
.portlet-head {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
> a {
|
|
flex: 1;
|
|
}
|
|
|
|
div {
|
|
flex: 0;
|
|
}
|
|
}
|
|
} |