mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
32 lines
543 B
CSS
32 lines
543 B
CSS
|
|
.backButton {
|
||
|
|
background: transparent !important;
|
||
|
|
box-shadow: none !important;
|
||
|
|
left: 0;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 10px 8px 10px 12px !important;
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
width: 40px;
|
||
|
|
z-index: 2000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: normal;
|
||
|
|
left: 0;
|
||
|
|
line-height: 20px;
|
||
|
|
margin: 0 12px;
|
||
|
|
padding: 12px 28px 8px;
|
||
|
|
position: absolute;
|
||
|
|
right: 0;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.wrapper {
|
||
|
|
height: 40px;
|
||
|
|
margin: 0 -12px 8px !important;
|
||
|
|
position: relative;
|
||
|
|
text-align: center;
|
||
|
|
}
|