13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
@import "colors.less";
|
|
@import "mixins/admin-skins.less";
|
|
|
|
/* This file creates the AdminForm "theme-info" skin.
|
|
* The success color is applied to every form element and widget
|
|
* via the styles generated by the admin-skins.less mixin
|
|
*/
|
|
|
|
|
|
// Info Skin
|
|
// --------------------------------------------------
|
|
.skin-element-variant(@brand-info; @brand-info-light; @brand-info-lighter; @brand-info-dark; @brand-info-darker; info);
|
|
.admin-form.theme-info { .skin-form-variant(@brand-info-dark; @brand-info-light; @brand-info); } |