1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
This commit is contained in:
Symon Baikov 2025-07-18 09:22:47 +02:00 committed by GitHub
commit 028a9e5503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 410 additions and 5 deletions

View file

@ -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;
}