File: /home/nassaugo/www/wp-content/themes/drone-media/plugins/trx_addons/trx_addons.editor.css
/* Theme-specific rules for the WP Editor */
.trx_addons_dropcap {
font-size: 2.143em;
font-weight: 400;
text-transform: uppercase;
border-radius: 0;
margin: 0.25em 0.55em 0.5em 0 !important;
}
.trx_addons_dropcap_style_2 {
border: 6px solid;
width: 1.6em;
height: 1.6em;
line-height: 1.6em;
}
ul[class*="trx_addons_list"] {
list-style-type: none;
padding-left: 1.6em;
}
ul[class*="trx_addons_list"] > li + li {
margin-top: 0.35em;
}
ul[class*="trx_addons_list_square"] > li:before {
content: '';
width: 6px;
height: 6px;
top: 9px;
left: -1.6em;
}
ul[class*="trx_addons_list_circle"] > li:before {
content: '';
width: 7px;
height: 7px;
border: 2px solid;
border-radius: 50%;
top: 6px;
left: -1.9em;
}
ul[class*="trx_addons_list_plus"] > li:before {
top: 1px;
left: -1.9em;
}
ul[class*="trx_addons_list_dot_cir"] > li:before {
content: '\e813';
font-family: fontello;
font-size: 12px;
top: 1px;
left: -2.2em;
}