first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.progressbar{
|
||||
border:1px solid #99BBE8;
|
||||
border-radius:5px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.progressbar-text{
|
||||
text-align:center;
|
||||
color:#15428b;
|
||||
position:absolute;
|
||||
}
|
||||
.progressbar-value{
|
||||
background-color:#FF8D40;
|
||||
border-radius:5px;
|
||||
width:0;
|
||||
}
|
||||
Reference in New Issue
Block a user