Sha256: bba29efe90cf2403eb27a1a178dc3cbfb914cdfe3e9ba20040a9e084a18cf38a
Contents?: true
Size: 1.95 KB
Versions: 31
Compression:
Stored size: 1.95 KB
Contents
/******************************* Step *******************************/ /*------------------- Element --------------------*/ @verticalMargin: 0em; @horizontalMargin: 0em; @arrowSize: 1.5em; @verticalPadding: 0.9285em; @horizontalPadding: 1.5em; @leftPadding: @horizontalPadding + (@arrowSize / 2); @transition: background-color @transitionDuration @transitionEasing, opacity @transitionDuration @transitionEasing, color @transitionDuration @transitionEasing, box-shadow @transitionDuration @transitionEasing ; @borderRadius: @defaultBorderRadius; @lineHeight: 1.142rem; @backgroundColor: #FFFFFF; @background: @backgroundColor; @borderRadius: 0em; @boxShadow: 0px 0px 0px 1px @solidBorderColor; /* Icon */ @iconDistance: 0.6em; @iconSize: 2em; @iconVerticalAlign: middle; /* Title */ @titleFontFamily: @headerFont; @titleFontWeight: bold; @titleFontSize: 1.0714em; @titleColor: @darkTextColor; /* Description */ @descriptionDistance: 0.1em; @descriptionFontSize: 0.9285em; @descriptionFontWeight: normal; @descriptionColor: @textColor; /* Arrow */ @arrowBackgroundColor: @backgroundColor; @arrowTopOffset: 50%; @arrowRightOffset: 0em; @arrowBorderColor: @borderColor; /*------------------- Group --------------------*/ @stepsBorderRadius: @defaultBorderRadius; @stepsBackground: ''; @stepsBoxShadow: ''; /*------------------- Variations --------------------*/ @attachedTopMargin: 0em; @attachedBottomMargin: -1px 0em 0em; /*------------------- States --------------------*/ /* Completed */ @completedColor: @positiveColor; /* Hover */ @hoverBackground: #FAFAFA; @hoverColor: @hoveredTextColor; /* Down */ @downBackground: #F0F0F0; @downColor: @pressedTextColor; /* Active */ @activeBackground: #F0F0F0; @activeColor: @linkColor; @activeIconColor: @darkTextColor; /* Active + Hover */ @activeHoverBackground: #ECECEC; @activeHoverColor: @textColor; /* Disabled */ @disabledBackground: @white; @disabledColor: @disabledTextColor;
Version data entries
31 entries across 31 versions & 2 rubygems