/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 30-Jul-2018, 14:55:58 Author : podkrizniku */ /* font awesom za admin */ #variable_holder input[type="checkbox"].enka-admin-custom, #variable_holder input[type="radio"].enka-admin-custom { display: none !important; } #variable_holder input[type="checkbox"].enka-admin-custom+ span.enka-checkbox-radio:before, #variable_holder input[type="radio"].enka-admin-custom + span.enka-checkbox-radio:before { font-family: $fontawesome; display: inline-block; font-size: 14px; color: $grey_light; font-weight: 400; } #variable_holder input[type="checkbox"].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before, #variable_holder input[type="radio"].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before { display: inline-block; float: left; padding-top: 4px; padding-left: 4px; font-weight: 400; } #variable_holder input[type="checkbox"].enka-admin-custom + span.enka-checkbox-radio:before{ /*content: "\f096";*/ content: "\f0c8"; letter-spacing: 10px; } #variable_holder input[type="radio"].enka-admin-custom + span.enka-checkbox-radio:before{ /*content: "\f10c";*/ content: "\f111"; letter-spacing: 8px; } /* select, checked */ #variable_holder input[type="checkbox"].enka-admin-custom:checked + span.enka-checkbox-radio:before{ /*content: "\f046";*/ content: "\f14a"; color: $grey_super_dark; letter-spacing: 8px; } #variable_holder input[type="radio"].enka-admin-custom:checked + span.enka-checkbox-radio:before{ /*content: "\f192";*/ content: "\f192"; color: $grey_super_dark; } @import "toolbox"; @import "voting"; @import "form"; @import "other"; @import "branching_expanded"; @import "branching_collapsed"; @import "question_settings"; @import "questions/questions"; @import "conditions"; @import "library";