2024-10-10
This commit is contained in:
49
web/bsadmin/assets/less/progress-bar.less
Normal file
49
web/bsadmin/assets/less/progress-bar.less
Normal file
@@ -0,0 +1,49 @@
|
||||
@import "variable.less"; // Variable.less
|
||||
|
||||
|
||||
|
||||
.progress-bar {
|
||||
background-color: @primary;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.progress-bar-primary {
|
||||
background-color: @primary;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.progress-bar-success {
|
||||
background-color: @success;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.progress-bar-info {
|
||||
background-color: @info;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.progress-bar-danger {
|
||||
background-color: @danger;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.progress-bar-warning {
|
||||
background-color: @warning;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.progress-bar-pink {
|
||||
background-color: @pink;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user