blob: 6b15d2a7cd6734b9dc2f2eb0d084c586d62a1b69 [file] [log] [blame]
/**
*
*
* @param {string} $primary-stylename (v-form) -
*
* @group form
*/
@mixin valo-form ($primary-stylename: v-form) {
.#{$primary-stylename} fieldset {
border: none;
padding: 0;
margin: 0;
height: 100%;
}
.#{$primary-stylename}-content {
height: 100%;
@include box-sizing(border-box);
}
}