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.
 
 
 

47 lines
912 B

/*******************************
Standard
*******************************/
/*-------------------
Divider
--------------------*/
@highlightWidth: 1px;
@highlightColor: rgba(255, 255, 255, 0.8);
@shadowWidth: 1px;
@shadowColor: rgba(0, 0, 0, 0.1);
@dividerTextColor: @textColor;
/*-------------------
Coupling
--------------------*/
/* Icon */
@dividerIconSize: 1rem;
@dividerIconMargin: 0rem;
/*******************************
Variations
*******************************/
/* Horizontal / Vertical */
@directionalFontSize: 0.875rem;
@directionalTextColor: @invertedLightTextColor;
@horizontalDividerVerticalMargin: 1rem;
@horizontalDividerHorizontalMargin: 1.5rem;
@verticalDividerWidth: 6%;
/* Inverted */
@invertedTextColor: @white;
@invertedHighlightColor: rgba(255, 255, 255, 0.15);
@invertedShadowColor: rgba(0, 0, 0, 0.15);
/* Section */
@sectionMargin: 2rem;