Skip to content
Snippets Groups Projects
Unverified Commit 9bfec118 authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #111 from ASCWebServices/canini

asc_gateway - style updates for webform and headings
parents c6f775f3 8feb2759
No related branches found
No related tags found
No related merge requests found
......@@ -189,10 +189,6 @@ p, a, ul, ol, li {
-moz-osx-font-smoothing: grayscale;
}
h2, h3, h4, h5, h6 {
font-weight: 500;
}
.page-node-type-page section {
padding-right: 65px;
......@@ -205,3 +201,56 @@ h2, h3, h4, h5, h6 {
.region-top-head section {
padding-right: 0px;
}
//
// Webforms
// --------------------------------------------------
.form-inline .control-label {
margin-bottom: 5px;
}
label {
width: 100%;
}
// --------------------------------------------------
//## Headings.
h1, h2, h3, h4, h5, h6 {
margin: 11px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
font-weight: bold;
line-height: 33px;
}
h2 {
line-height: 26px;
}
h3 {
line-height: 22px;
}
h4 {
line-height: 17px;
}
h5, h6 {
line-height: 15px;
text-transform: uppercase;
}
h5 {
font-weight: 600;
}
h6 {
font-weight: 500;
}
......@@ -15,7 +15,7 @@
.menu-card {
background: $brand-lgray;
flex: 1;
min-height: 375px;
min-height: 385px;
position: relative;
h2 {
......
......@@ -8994,27 +8994,76 @@ p, a, ul, ol, li {
-moz-osx-font-smoothing: grayscale;
}
/* line 192, ../assets/sass/layout/_default.scss */
h2, h3, h4, h5, h6 {
font-weight: 500;
}
/* line 197, ../assets/sass/layout/_default.scss */
/* line 193, ../assets/sass/layout/_default.scss */
.page-node-type-page section {
padding-right: 65px;
}
@media (max-width: 768px) {
/* line 197, ../assets/sass/layout/_default.scss */
/* line 193, ../assets/sass/layout/_default.scss */
.page-node-type-page section {
padding-right: 15px;
}
}
/* line 205, ../assets/sass/layout/_default.scss */
/* line 201, ../assets/sass/layout/_default.scss */
.region-top-head section {
padding-right: 0px;
}
/* line 210, ../assets/sass/layout/_default.scss */
.form-inline .control-label {
margin-bottom: 5px;
}
/* line 214, ../assets/sass/layout/_default.scss */
label {
width: 100%;
}
/* line 222, ../assets/sass/layout/_default.scss */
h1, h2, h3, h4, h5, h6 {
margin: 11px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 228, ../assets/sass/layout/_default.scss */
h1 {
font-weight: bold;
line-height: 33px;
}
/* line 233, ../assets/sass/layout/_default.scss */
h2 {
line-height: 26px;
}
/* line 237, ../assets/sass/layout/_default.scss */
h3 {
line-height: 22px;
}
/* line 241, ../assets/sass/layout/_default.scss */
h4 {
line-height: 17px;
}
/* line 245, ../assets/sass/layout/_default.scss */
h5, h6 {
line-height: 15px;
text-transform: uppercase;
}
/* line 250, ../assets/sass/layout/_default.scss */
h5 {
font-weight: 600;
}
/* line 254, ../assets/sass/layout/_default.scss */
h6 {
font-weight: 500;
}
/* line 8, ../assets/sass/layout/_aside.scss */
.path-frontpage aside {
margin-top: 30px;
......@@ -9789,7 +9838,7 @@ a.carousel-control:hover {
.menu-card {
background: #F5F5F5;
flex: 1;
min-height: 375px;
min-height: 385px;
position: relative;
}
/* line 21, ../assets/sass/pages/_front-page.scss */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment