2021-04-20 07:13:03 +03:00
. board {
display : flex ;
flex-direction : row ;
flex-wrap : nowrap ;
overflow-x : auto ;
2023-03-15 05:20:19 +03:00
margin : 0 0 . 5em ;
2021-04-20 07:13:03 +03:00
}
. board-column {
background-color : var ( --color-project-board-bg ) ! important ;
border : 1px solid var ( --color-secondary ) ! important ;
2023-03-15 05:20:19 +03:00
margin : 0 0 . 5rem ! important ;
padding : 0 . 5rem ! important ;
2021-04-20 07:13:03 +03:00
width : 320px ;
2022-12-15 00:14:50 +03:00
height : calc ( 100vh - 450px ) ;
min-height : 60vh ;
2021-04-20 07:13:03 +03:00
overflow-y : scroll ;
flex : 0 0 auto ;
overflow : visible ;
display : flex ;
flex-direction : column ;
}
. board-column-header {
display : flex ;
justify-content : space-between ;
2023-03-15 05:20:19 +03:00
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. board-column-header . dark-label {
color : var ( --color-project-board-dark-label ) ! important ;
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. board-column-header . dark-label . board-label {
color : var ( --color-project-board-dark-label ) ! important ;
}
. board-column-header . light-label {
color : var ( --color-project-board-light-label ) ! important ;
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. board-column-header . light-label . board-label {
color : var ( --color-project-board-light-label ) ! important ;
2021-04-20 07:13:03 +03:00
}
. board-label {
background : none ! important ;
line-height : 1 . 25 ! important ;
}
. board-column > . cards {
flex : 1 ;
display : flex ;
2022-03-08 19:42:28 +03:00
align-content : baseline ;
2021-04-20 07:13:03 +03:00
margin : 0 ! important ;
padding : 0 ! important ;
flex-wrap : nowrap ! important ;
flex-direction : column ;
}
. project-board-title {
word-break : break-word ;
}
. board-column > . divider {
margin : 5px 0 ;
}
. board-column : first-child {
margin-left : auto ! important ;
}
. board-column : last-child {
margin-right : auto ! important ;
}
2023-02-11 11:12:41 +03:00
. board-column . ui . cards > . card > . content {
border : none ;
}
2021-04-20 07:13:03 +03:00
. board-card {
margin : 4px 2px ! important ;
border-radius : 5px ! important ;
cursor : move ;
width : calc ( 100 % - 4px ) ! important ;
2023-03-15 05:20:19 +03:00
padding : 0 . 5rem ! important ;
2021-04-20 07:13:03 +03:00
min-height : auto ! important ;
}
. board-card . meta * {
margin-right : 0 ! important ;
}
. board-card . header {
margin-top : 0 ! important ;
font-size : 16px ! important ;
}
2023-02-11 11:12:41 +03:00
. board-card . card-attachment-images {
display : inline-block ;
white-space : nowrap ;
overflow : hidden ;
text-align : center ;
}
. board-card . card-attachment-images img {
display : inline-block ;
max-height : 50px ;
border-radius : var ( --border-radius ) ;
margin-right : 2px ;
}
. board-card . card-attachment-images img : only-child {
max-height : 90px ;
margin : auto ;
}
2021-04-20 07:13:03 +03:00
. card-ghost {
border-style : dashed ! important ;
background : none ! important ;
}
. card-ghost * {
opacity : 0 ;
}
2021-09-29 23:53:12 +03:00
. color-field . minicolors . minicolors-theme-default {
display : block ;
2023-03-15 05:20:19 +03:00
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. color-field . minicolors . minicolors-theme-default . minicolors-input {
height : 38px ;
padding-left : 2rem ;
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. color-field . minicolors . minicolors-theme-default . minicolors-swatch {
top : 10px ;
2021-09-29 23:53:12 +03:00
}
2023-03-15 05:20:19 +03:00
. edit-project-board . color . picker . column ,
. new-board-modal . color . picker . column {
display : flex ;
}
2021-09-29 23:53:12 +03:00
2023-03-15 05:20:19 +03:00
. edit-project-board . color . picker . column . minicolors ,
. new-board-modal . color . picker . column . minicolors {
flex : 1 ;
2021-09-29 23:53:12 +03:00
}