HTMLテンプレートやBootstrapを追加
This commit is contained in:
15
app/assets/scss/material-dashboard/_progress.scss
Normal file
15
app/assets/scss/material-dashboard/_progress.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.progress-bar {
|
||||
height: $progress-bar-height;
|
||||
border-radius: $border-radius-sm;
|
||||
}
|
||||
|
||||
.progress {
|
||||
overflow: visible;
|
||||
|
||||
&.progress-sm {
|
||||
height: $progress-height-sm;
|
||||
}
|
||||
&.progress-lg {
|
||||
height: $progress-height-lg;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user