mirror of
https://github.com/plankanban/planka.git
synced 2025-07-31 11:09:43 +02:00
40 lines
685 B
CSS
40 lines
685 B
CSS
.content {
|
|
display: inline-block;
|
|
width: calc(100% - 44px);
|
|
}
|
|
|
|
.deleteButton {
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
flex: 0 0 auto;
|
|
font-weight: normal !important;
|
|
margin: 0 0 0 -10px !important;
|
|
padding: 11px 10px !important;
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.deleteButton:hover {
|
|
background: #e9e9e9 !important;
|
|
}
|
|
|
|
.email {
|
|
color: #888888;
|
|
font-size: 14px;
|
|
line-height: 1.2;
|
|
padding: 4px 0 4px 2px;
|
|
}
|
|
|
|
.name {
|
|
color: #212121;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
padding: 9px 28px 0 2px;
|
|
}
|
|
|
|
.user {
|
|
display: inline-block;
|
|
padding-right: 8px;
|
|
padding-top: 8px;
|
|
vertical-align: top;
|
|
}
|