first commit
This commit is contained in:
16
src/styles/progress-bar.scss
Normal file
16
src/styles/progress-bar.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.progress-bar {
|
||||
width: 100%;
|
||||
background-color: #e0e0e0;
|
||||
padding: 3px;
|
||||
margin: 15px 0;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
|
||||
|
||||
&-fill {
|
||||
display: block;
|
||||
height: 22px;
|
||||
background-color: #ffcb9b;
|
||||
border-radius: 3px;
|
||||
transition: width 500ms ease-in-out;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user