Sha256: 222bbd64c686ad12be4e881fb568c67c38df53e7f720a1cadbc0e16ac5786a07
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
/******************************* Divider *******************************/ /*------------------- Element --------------------*/ @margin: 1rem 0rem; @highlightWidth: 1px; @highlightColor: @whiteBorderColor; @shadowWidth: 1px; @shadowColor: @borderColor; /* Text */ @letterSpacing: 0.05em; @fontWeight: @bold; @color: @darkTextColor; @textTransform: uppercase; /*------------------- Coupling --------------------*/ /* Icon */ @dividerIconSize: 1rem; @dividerIconMargin: 0rem; /******************************* Variations *******************************/ /* Horizontal / Vertical */ @horizontalMargin: ''; @horizontalDividerMargin: 1em; @horizontalRulerOffset: ~"calc(-50% - "(@horizontalDividerMargin)~")"; @verticalDividerMargin: 1rem; @verticalDividerHeight: ~"calc(100% - "(@verticalDividerMargin)~")"; /* Inverted */ @invertedTextColor: @white; @invertedHighlightColor: rgba(255, 255, 255, 0.15); @invertedShadowColor: @borderColor; /* Section */ @sectionMargin: 2rem; /* Sizes */ @medium: 1rem;
Version data entries
3 entries across 3 versions & 2 rubygems