mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 17:25:39 +03:00
Initial commit
This commit is contained in:
35
client/src/components/EditTimerStep/EditTimerStep.module.css
Normal file
35
client/src/components/EditTimerStep/EditTimerStep.module.css
Normal file
@@ -0,0 +1,35 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user