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

generator.client.tikui.style.template.toasting._toasting.scss.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
.toasting {
  position: absolute;
  z-index: 1;

  &.-up {
    top: var(--spacing-m);
  }

  &.-right {
    right: var(--spacing-m);
  }

  &.-down {
    bottom: var(--spacing-m);
  }

  &.-left {
    left: var(--spacing-m);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy