You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_reload_overlay.scss 244B

1234567891011121314151617
  1. .reload_overlay_title {
  2. display: block;
  3. font-size: 16px;
  4. line-height: 20px;
  5. }
  6. .reload_overlay_msg {
  7. display: block;
  8. font-size: 12px;
  9. line-height: 30px;
  10. }
  11. #reloadProgressBar {
  12. width: 180px;
  13. margin: 5px auto;
  14. }