Files
planka-zh/client/src/components/CardModal/AddAttachmentPopup.module.css
2020-05-26 00:46:04 +05:00

21 lines
269 B
CSS

.divider {
background: #eee;
border: 0;
height: 1px;
margin-bottom: 8px;
}
.menu {
margin: -7px -12px -5px !important;
width: calc(100% + 24px) !important;
}
.menuItem {
margin: 0 !important;
padding-left: 14px !important;
}
.tip {
opacity: 0.5;
}