Improve styling of loading retry / error screen

feature/default_network_editable
Dan Miller 6 years ago
parent 20dbebae9f
commit f4dc64960d
  1. 6
      ui/app/css/itcss/components/loading-overlay.scss

@ -11,6 +11,12 @@
height: 100%;
background: rgba(255, 255, 255, .8);
&__screen-content {
display: flex;
flex-direction: column;
align-items: center;
}
&__container {
position: absolute;
top: 33%;

Loading…
Cancel
Save