Sha256: ded0f8435e83806acce7660d3926fee0f23d731ebe3e7a6ff5a9d00e5815fe33
Contents?: true
Size: 1.05 KB
Versions: 132
Compression:
Stored size: 1.05 KB
Contents
@import "../tokens/colors"; @import "../tokens/opacity"; @import "../tokens/colors"; $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_kit] { width: 100%; height: $pb_progress_simple_height; border-radius: $pb_progress_simple_height/2; background: rgba($primary, $opacity-1); &[class*=_positive] { .progress_simple_value { background: $success; } } &[class*=_negative] { .progress_simple_value { background: $error; } } [class^=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
132 entries across 132 versions & 1 rubygems