All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.loading.scss Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
body {
  background: var(--background);
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -87.5px;
  margin-left: -120px;
  width: 240px;
  height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: monospace;
  text-align: center;
  justify-content: center;
  padding: 20px;
  color: var(--textColor);
  font-size: 1.5rem;
  line-height: 20px;
  box-sizing: border-box;
}

#loading span:nth-child(3) {
  color: var(--primary);
}

#loading img {
  height: 75px;
  display: block;
  margin: 20px auto;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy