mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 09:15:51 +03:00
36 lines
526 B
CSS
36 lines
526 B
CSS
.deleteButton {
|
|
bottom: 12px;
|
|
box-shadow: 0 1px 0 #cbcccc;
|
|
position: absolute;
|
|
right: 9px;
|
|
}
|
|
|
|
.fieldBox {
|
|
display: inline-block;
|
|
margin: 0 4px 12px;
|
|
width: calc(33.3333% - 22px);
|
|
}
|
|
|
|
.fieldWrapper {
|
|
margin: 0 -4px;
|
|
}
|
|
|
|
.iconButton {
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
margin: 0 4px 0 1px !important;
|
|
width: 36px;
|
|
}
|
|
|
|
.iconButton:hover {
|
|
background: #e9e9e9;
|
|
}
|
|
|
|
.text {
|
|
color: #444444;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-bottom: 4px;
|
|
padding-left: 2px;
|
|
}
|