2022-05-08 16:36:35 +02:00
|
|
|
.boardsList {
|
|
|
|
|
@extend
|
|
|
|
|
.p-0,
|
|
|
|
|
.m-0;
|
|
|
|
|
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
|
|
.boardEditable {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.justify-content-between,
|
|
|
|
|
.p-3;
|
|
|
|
|
|
|
|
|
|
column-gap: 32px;
|
|
|
|
|
|
|
|
|
|
.boardInfo {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.flex-column;
|
|
|
|
|
|
|
|
|
|
row-gap: 8px;
|
|
|
|
|
|
|
|
|
|
.boardName { @extend .align-self-center; }
|
|
|
|
|
.boardDescription { @extend .text-center; }
|
|
|
|
|
}
|
|
|
|
|
|
2022-08-22 10:38:03 +02:00
|
|
|
.boardEditableActions {
|
|
|
|
|
@extend .d-flex, .align-self-center;
|
2022-05-08 16:36:35 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.boardForm {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.flex-column,
|
|
|
|
|
.m-2;
|
|
|
|
|
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
row-gap: 8px;
|
|
|
|
|
|
|
|
|
|
.boardMandatoryForm {
|
|
|
|
|
@extend .d-flex;
|
|
|
|
|
|
|
|
|
|
column-gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|