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);
}
}