mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 21:29:43 +02:00
Move cards between boards and projects
This commit is contained in:
parent
ba2017705b
commit
b1d187476d
24 changed files with 474 additions and 16 deletions
10
client/src/components/MoveCardStep/MoveCardStep.module.css
Normal file
10
client/src/components/MoveCardStep/MoveCardStep.module.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.field {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: #444444;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 6px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue