// Boolean DT less .tpl-datatype-container { label[class*=checked-] { width: 1em; height: 1em; font-size: 2em; position: relative; display: inline-block; margin-bottom: 0; cursor: pointer; &::before { font-family: "Font Awesome 5 Free"; content: "\f0c8"; color: #444; position: absolute; left: 0; } &.checked-1 { &::before { content: "\f14a"; } } } } .tpl_settings_page_wrap .tpl-dt-boolean .tpl-default-value { margin-top: 0.2em; }