Strip non-layout CSS to remain as style-agnostic as possible!
This commit is contained in:
parent
a022a4b9a6
commit
f0e990034d
9 changed files with 1 additions and 30 deletions
|
@ -1,12 +1,9 @@
|
|||
.mx_ProgressBar {
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_ProgressBar_fill {
|
||||
height: 100%;
|
||||
background-color: #666;
|
||||
transition: width 0.1s ease;
|
||||
background-color: #000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue