Files
planka/client/src/lib/custom-ui/components/Popup/PopupHeader.module.css

32 lines
543 B
CSS
Raw Normal View History

2019-08-31 04:07:25 +05:00
.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;
}