legacy-modules icon indicating copy to clipboard operation
legacy-modules copied to clipboard

font-awesome not available in css

Open Silve2611 opened this issue 8 years ago • 1 comments

I can load font-awesome as and html <i class="fa fa-fw fa-square-o unchecked"></i> But when i try to reshape my checkboxes via css it show nothing but an empty div.

`

.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
    display: none;
}

.fancy-checkbox input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}

.fancy-checkbox input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}

`

This question is available on Nuxt.js community (#c76)

Silve2611 avatar Aug 15 '17 16:08 Silve2611

this comment might help

kartsims avatar Sep 06 '18 07:09 kartsims