seitime-frappe/frappe/public/less/print.less
2019-05-20 18:58:32 +05:30

15 lines
229 B
Text

.text-editor-print {
ul li {
list-style-type: none;
padding-left: 1.5em;
}
ul li:before {
content: '\2022';
margin-left: -1.5em;
margin-right: 0.3em;
text-align: right;
white-space: nowrap;
width: 1.2em;
}
}