Sha256: 9e4dd325ec2bbca93d17b09a0c069309b410ce9af80e79b83173e25a13142c30
Contents?: true
Size: 1.01 KB
Versions: 34
Compression:
Stored size: 1.01 KB
Contents
/*------------------------------------*\ #DATE-MARKER \*------------------------------------*/ $date-marker-min-width: 50px !default; $date-marker-background-color: $light-gray !default; $date-marker-month-font-size: 12px !default; $date-marker-day-font-size: 20px !default; .date-marker { position: relative; margin-top: $spacing-unit; margin-right: $horizontal-margin; padding: $spacing-unit; min-width: $date-marker-min-width; float: right; font-weight: bold; line-height: 1.2; text-align: center; background-color: $date-marker-background-color; } .date-marker--no-date { padding: 0; } .date-marker__annotation { @include center($to: vertical); right: $date-marker-min-width + $horizontal-margin; text-align: right; white-space: nowrap; } .date-marker__month { font-size: $date-marker-month-font-size; } .date-marker__day { margin-bottom: 0; font-size: $date-marker-day-font-size; }
Version data entries
34 entries across 34 versions & 1 rubygems