1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/client/src/components/lists/List/ActionsStep.module.scss

53 lines
826 B
SCSS
Raw Normal View History

/*!
* Copyright (c) 2024 PLANKA Software GmbH
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
:global(#app) {
.menu {
margin: -7px -12px -5px;
width: calc(100% + 24px);
}
.menuItem {
margin: 0;
padding-left: 14px;
}
2025-07-17 15:23:53 +02:00
.menuItemIcon {
float: left;
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;
}