legendary-doc-site/assets/semantic-ui/themes/default/elements/divider.variables
2020-07-03 18:22:25 -05:00

54 lines
1 KiB
Text

/*******************************
Divider
*******************************/
/*-------------------
Element
--------------------*/
@margin: 1rem 0;
@borderStyle: solid;
@highlightWidth: 1px;
@highlightColor: @whiteBorderColor;
@shadowWidth: 1px;
@shadowColor: @borderColor;
/* Text */
@letterSpacing: 0.05em;
@fontWeight: @bold;
@color: @darkTextColor;
@textTransform: uppercase;
/*-------------------
Coupling
--------------------*/
/* Icon */
@dividerIconSize: 1rem;
@dividerIconMargin: 0;
/*******************************
Variations
*******************************/
/* Horizontal / Vertical */
@horizontalMargin: '';
@horizontalDividerMargin: 1em;
@horizontalRulerOffset: e(%("calc(-50%% - %d)", @horizontalDividerMargin));
@verticalDividerMargin: 1rem;
@verticalDividerHeight: e(%("calc(100%% - %d)", @verticalDividerMargin));
/* Inverted */
@invertedTextColor: @white;
@invertedHighlightColor: rgba(255, 255, 255, 0.15);
@invertedShadowColor: @borderColor;
/* Section */
@sectionMargin: 2rem;
/* Sizes */
@medium: 1rem;