first comit
This commit is contained in:
18
static/scss/argon-dashboard/_progress.scss
Executable file
18
static/scss/argon-dashboard/_progress.scss
Executable file
@@ -0,0 +1,18 @@
|
||||
.progress-bar {
|
||||
height: $progress-bar-height;
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
.progress {
|
||||
overflow: visible;
|
||||
|
||||
&.progress-xs {
|
||||
height: $progress-height-xs;
|
||||
}
|
||||
&.progress-sm {
|
||||
height: $progress-height-sm;
|
||||
}
|
||||
&.progress-lg {
|
||||
height: $progress-height-lg;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user