| /** | |
| * | |
| * | |
| * @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); | |
| } | |
| } |