HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/marisrental/boldt.tech/resources/sass/site/7-Templates/_templates.simplepage.scss
.simplepage {
  background-color: white;
  position: relative;

  &:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( 50% - (50vw + 8px) );
    top: 0;
    z-index: 0;
    background-color: white;
  }

  h1, h2, h3, h4, h5, form {
    position: relative;
    z-index: 1;
    color: palette(dark);
  }

  form {
    max-width: 400px;
    text-align: left;
    margin: 0 auto;

    input[type=submit] {
      color: white;
    }
  }

  p, ul {
    margin: 1em 0;
    position: relative;
    z-index: 1;
    color: palette(text, 300);

    &.c-form-element__error {
      margin-top: 0;
      color: white;
    }
  }

  a {
    color: palette(text, 400);
  }
}