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

generator.client.tikui.style.template.template-page._template-page.scss.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
@use '../../variables/breakpoint';

.template-page {
  position: fixed;
  inset: 0;
  background-color: var(--color-background-page);
  overflow: auto;

  &--content {
    box-sizing: border-box;
    margin: 0 auto;
    background-color: var(--color-background);
    padding: var(--spacing-l);
    width: 100%;
    max-width: var(--content-width);
    min-height: 100vh;

    @media screen and (width >= #{breakpoint.$large}) {
      padding: var(--spacing-l) 5rem;
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy