Sha256: 8d83b0333d3082ca38e11cc6e04bd6196f8e65b71ccd0b449ad83370f8fa628c
Contents?: true
Size: 833 Bytes
Versions: 3
Compression:
Stored size: 833 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/opacity"; $pb_progress_simple_height: 4px; [class^=pb__progress_simple_wrapper] { display: flex; justify-content: flex-start; align-items: center; &[class*=_center] { justify-content: center; } &[class*=_right] { justify-content: flex-end; } } [class^=pb_progress_simple] { width: 100%; height: $pb_progress_simple_height; border-radius: $pb_progress_simple_height/2; background: rgba($primary, $opacity-1); .progress_simple_value { width: 0%; height: 100%; border-radius: $pb_progress_simple_height/2; background: $primary; } &[class*=_muted] { background: rgba($slate, $opacity-2); .progress_simple_value { background: $slate; } } &[class*=_right] { display: flex; align-self: flex-end; } }
Version data entries
3 entries across 3 versions & 1 rubygems