Class | Description | Quick Example |
---|---|---|
.w--*
.max-w-*
.w-*vh
.min-w-*vh
.max-w-*vh
.w-inherit
.w-auto
.mw-100
.min-w-0
|
Smarty added few width helper classes. In many situations, are pure gold, without writing repeating CSS rules for elements.
Width variables defined in: _core/utils/_variables.scss
|
.w--80 .w--120 |
Class | Description | Quick Example |
---|---|---|
.h--*
.max-h-*
.h-*vh
.min-h-*vh
.max-h-*vh
Mobile helper.max-h-*-xs
|
Height variables defined in: _core/utils/_variables.scss
|
.h--50 .h--120 .h--150 .w--150 |