more style edits, renamed the template files to reflect the parent category, new template for contact

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-10 12:07:36 -07:00
parent 1fd5789810
commit 899d44bf70
11 changed files with 137 additions and 62 deletions

8
styles/_forms.scss Normal file
View File

@@ -0,0 +1,8 @@
form {
input {
background: rgba(184, 189, 199, 0.1);
border: 1px solid #B8BDC7;
box-sizing: border-box;
border-radius: 2px;
}
}

View File

@@ -80,6 +80,10 @@
.mb-40 {
margin-bottom: 10rem;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.mb-49 {
margin-bottom: 12.25rem;
}

View File

@@ -3,11 +3,13 @@
#main_content_wrapper {
border-bottom: 0;
}
.landing section:last-of-type {
border-bottom: none;
}
section {
position: relative;
}
/* main content area ----------------------------------- */
.sidebar-primary .main {
@@ -174,16 +176,16 @@
@media (max-width: 991px) {
#main_content_wrapper {
padding: 0 24px;
}
// #main_content_wrapper {
// padding: 0 24px;
// }
.navbar-brand img {
width: 120px;
}
.landing section:first-of-type h1:first-child {
font-size: 3em;
font-weight: 400;
}
// .landing section:first-of-type h1:first-child {
// font-size: 3em;
// font-weight: 400;
// }
.section-hero .blurb {
font-size: 0.95em;
}

View File

@@ -12,15 +12,7 @@
.va-middle {
vertical-align: middle;
}
.text-white {
color: $white;
}
.text-green {
color: $primary;
}
.text-green:hover {
color: $primary;
}
.arrow-link:after {
content: url(../img/icon-green-arrow.svg);
width: 28px;
@@ -43,6 +35,10 @@
height: 100vh;
min-height: 100%;
}
.vw100 {
width: 100vw;
min-width: 100%;
}
.align-items-stretch {
align-items: stretch;
}
@@ -88,15 +84,14 @@
height: 38px;
padding-bottom: 5rem;
}
section {
position: relative;
}
.section-marker {
position: absolute;
font-size: 0.875rem;
transform: rotate(90deg);
font-weight: normal;
top: calc(50% - 4px);
margin-left: -48px;
top: calc(50% - 64px);
margin-left: -32px;
transform-origin: top left;
}

View File

@@ -147,7 +147,7 @@
/* Push content below fixed header ------------------------------------------ */
#main_content_wrapper {
margin-top: 68px;
padding: 0 48px;
// padding: 0 48px;
}
/* Fix so anchors don't jump under the fixed header ------------------------- */