Initial commit
This commit is contained in:
17
public/theme/theme-base/components/misc/_progressbar.scss
Normal file
17
public/theme/theme-base/components/misc/_progressbar.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.p-progressbar {
|
||||
border: $progressBarBorder;
|
||||
height: $progressBarHeight;
|
||||
background: $progressBarBg;
|
||||
border-radius: $borderRadius;
|
||||
|
||||
.p-progressbar-value {
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
background: $progressBarValueBg;
|
||||
}
|
||||
|
||||
.p-progressbar-label {
|
||||
color: $progressBarValueTextColor;
|
||||
line-height: $progressBarHeight;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user