mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
868 B
32 lines
868 B
//
|
|
// Component: Description list
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
$description-list-term-font-size: $global-small-font-size !default;
|
|
$description-list-term-font-weight: normal !default;
|
|
$description-list-term-text-transform: uppercase !default;
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
|
|
|
|
// @mixin hook-description-list-description(){}
|
|
|
|
|
|
// Style modifier
|
|
// ========================================================================
|
|
|
|
// @mixin hook-description-list-divider-term(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-description-list-misc(){}
|