mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Merge 869d9c1d11
into fdac299fc7
This commit is contained in:
commit
028a9e5503
42 changed files with 410 additions and 5 deletions
|
@ -19,3 +19,34 @@
|
|||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.boardSelectStep {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.boardButton {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 9px 0;
|
||||
border: none;
|
||||
border-radius: 0.28571429rem !important;
|
||||
font-size: 15px;
|
||||
color: #234;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
.boardButton:hover,
|
||||
.boardButton:focus {
|
||||
background: #f4f6f8;
|
||||
color: #16324a;
|
||||
}
|
||||
|
||||
.noBoards {
|
||||
color: #888;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue