File Manager

Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/box-shadow
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/box-shadow/form.less
// // Component: Form // // ======================================================================== // Variables // ======================================================================== // // New // @form-box-shadow: none; @form-focus-box-shadow: none; @form-blank-focus-box-shadow: none; @form-radio-box-shadow: none; @form-radio-focus-box-shadow: none; @form-radio-checked-box-shadow: none; // Component // ======================================================================== .hook-form() when not (@form-box-shadow = none) { box-shadow: @form-box-shadow; } .hook-form-single-line() {} .hook-form-multi-line() {} .hook-form-focus() when not (@form-focus-box-shadow = none) { box-shadow: @form-focus-box-shadow; } .hook-form-disabled() { box-shadow: none; } // Style modifiers // ======================================================================== .hook-form-danger() {} .hook-form-success() {} .hook-form-blank() when not (@form-box-shadow = none) { box-shadow: none; } .hook-form-blank-focus() when not (@form-blank-focus-box-shadow = none) { box-shadow: @form-blank-focus-box-shadow; } // Radio and checkbox // ======================================================================== .hook-form-radio() when not (@form-radio-box-shadow = none) { box-shadow: @form-radio-box-shadow; } .hook-form-radio-focus() when not (@form-radio-focus-box-shadow = none) { box-shadow: @form-radio-focus-box-shadow; } .hook-form-radio-checked() when not (@form-radio-checked-box-shadow = none) { box-shadow: @form-radio-checked-box-shadow; } .hook-form-radio-checked-focus() { } .hook-form-radio-disabled() when not (@form-radio-box-shadow = none) { box-shadow: none; } // Legend // ======================================================================== .hook-form-legend() {} // Label // ======================================================================== .hook-form-label() {} // Layout // ======================================================================== .hook-form-stacked-label() {} .hook-form-horizontal-label() {} // Miscellaneous // ======================================================================== .hook-form-misc() {} // Inverse // ======================================================================== .hook-inverse-form() {} .hook-inverse-form-focus() {} .hook-inverse-form-radio() {} .hook-inverse-form-radio-focus() {} .hook-inverse-form-radio-checked() {} .hook-inverse-form-radio-checked-focus() {} .hook-inverse-form-label() {}