EN · DE · RU · FR · ES

#2669: LoadingContainer.module.scss

projectforge-webapp/src/components/design/loading-container/LoadingContainer.module.scss Type: SCSS/CSS · Role: Component · Source: projectforge-webapp/src/components/design/loading-container/LoadingContainer.module.scss 15 lines · 14 code · 0 comments · 1 blank
Source code file at projectforge-webapp/src/components/design/loading-container/LoadingContainer.module.scss containing SCSS/CSS code for the Component layer.

Code Structure

CSS Rules (2): .loadingContainer, .loadingOverlay

Source Code (abridged)

div.loadingContainer {
  position: relative;
  min-height: 100px;

  div.loadingOverlay {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
  }
}

Git History

d159e2f70 wip: move list page to redux
39f955ded fix loading container css
7b1c92578 fix some scss stuff
a928754d3 fix LoadingContainer z-index
1996e70c0 add Base Edit Page