1 .reload_overlay_title { 2 display: block; 3 font-size: 16px; 4 line-height: 20px; 5 } 6 7 .reload_overlay_text { 8 display: block; 9 font-size: 12px; 10 line-height: 30px; 11 } 12 13 #reloadProgressBar { 14 background: #e9e9e9; 15 border-radius: 3px; 16 height: 5px; 17 margin: 5px auto; 18 overflow: hidden; 19 width: 180px; 20 21 .progress-indicator-fill { 22 background: $reloadProgressBarBg; 23 height: 100%; 24 transition: width .5s; 25 } 26 }