Sha256: 144e418fce7eabcda979db5c1ff5fa0bb0ade2b76457f60a6b4ff657a6941772
Contents?: true
Size: 1.26 KB
Versions: 19
Compression:
Stored size: 1.26 KB
Contents
// Table of Contents // ================================================== // Milestone // Colors // Milestone // ================================================== .milestones { list-style: none; padding-left: 20px; > li { border-left: 1px dotted; border-bottom: 1px dotted; border-color: inherit; padding: 25px 30px; &:last-child { border-bottom: 0; } > [class^='icon-'], > [class*=' icon-'], > [class^='icon-weather-'], > [class*=' icon-weather-'] { border-radius: border-radius(xxl); box-sizing: border-box; float: left; font-size: text-size(xs); height: 34px; margin: -4px 0 0 -48px; padding-top: 2px; position: relative; text-align: center; width: 34px; } } } .milestone { background: color(steel); border: 2px solid color(steel); color: color(white); &.milestone-outline { background: color(white); color: color(steel); } } // Colors // ================================================== @each $name, $color in map-keys($colors) { .milestone-color-#{$name} { background: color($name); border-color: color($name); color: text-color-on($name); &.milestone-outline { background: color(white); color: color($name); } } }
Version data entries
19 entries across 19 versions & 1 rubygems