Sha256: e74e6ac2d975bd927b89382a55820ddf8b66562014e2f349c7951c3873232c9a
Contents?: true
Size: 1.05 KB
Versions: 23
Compression:
Stored size: 1.05 KB
Contents
// Table of Contents // ================================================== // Milestone // Colors // Milestone // ================================================== .milestones { list-style: none; padding-left: 20px; > li { border-left: 1px dashed; border-bottom: 1px dashed; 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(xl); box-sizing: border-box; float: left; height: 40px; margin: -7px 0 0 -50px; padding-top: 6px; position: relative; text-align: center; width: 40px; } } } .milestone { background: color(light-haze); border: 1px solid color(dark-haze); } // Colors // ================================================== @each $name, $color in map-keys($colors) { .milestone-#{$name} { background: color($name); border-color: darker-color($name); color: text-color-on($name); } }
Version data entries
23 entries across 23 versions & 1 rubygems