|
|
|
@ -219,7 +219,8 @@ p {
|
|
|
|
border: none
|
|
|
|
border: none
|
|
|
|
color: white
|
|
|
|
color: white
|
|
|
|
width: calc(100vw - 40px)
|
|
|
|
width: calc(100vw - 40px)
|
|
|
|
margin: 0 20px
|
|
|
|
max-width: 800px
|
|
|
|
|
|
|
|
margin: 0 auto
|
|
|
|
border-radius: 4px
|
|
|
|
border-radius: 4px
|
|
|
|
font: bold 18px/20px "Quicksand", sans-serif
|
|
|
|
font: bold 18px/20px "Quicksand", sans-serif
|
|
|
|
transition: 0.25s
|
|
|
|
transition: 0.25s
|
|
|
|
@ -242,7 +243,8 @@ p {
|
|
|
|
background: green
|
|
|
|
background: green
|
|
|
|
transition: all 1s ease
|
|
|
|
transition: all 1s ease
|
|
|
|
width: calc(100vw - 40px)
|
|
|
|
width: calc(100vw - 40px)
|
|
|
|
margin: 0 20px
|
|
|
|
max-width: 800px
|
|
|
|
|
|
|
|
margin: 0 auto
|
|
|
|
border-radius: 4px
|
|
|
|
border-radius: 4px
|
|
|
|
|
|
|
|
|
|
|
|
.progress-bar-inner {
|
|
|
|
.progress-bar-inner {
|
|
|
|
|