Skip to content
Snippets Groups Projects
Commit 272eb734 authored by Brian Canini's avatar Brian Canini
Browse files

asc_bootstrap - style updates for webform and headings

parent 8b19287a
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,14 @@
.form-inline .control-label {
width: 100%;
margin-bottom: 5px;
}
textarea.form-control {
margin-bottom: 10px;
}
label {
width: 100%;
}
......@@ -218,6 +218,15 @@ h4 {
h5, h6 {
line-height: 15px;
text-transform: uppercase;
}
h5 {
font-weight: 600;
}
h6 {
font-weight: 500;
}
......
......@@ -9092,19 +9092,30 @@ h4 {
/* line 219, ../assets/sass/layout/_default.scss */
h5, h6 {
line-height: 15px;
text-transform: uppercase;
}
/* line 224, ../assets/sass/layout/_default.scss */
h5 {
font-weight: 600;
}
/* line 228, ../assets/sass/layout/_default.scss */
h6 {
font-weight: 500;
}
/* line 237, ../assets/sass/layout/_default.scss */
#contact-message-feedback-form {
margin-bottom: 20px;
}
/* line 237, ../assets/sass/layout/_default.scss */
/* line 246, ../assets/sass/layout/_default.scss */
.user-login-form {
margin-bottom: 40px;
}
/* line 241, ../assets/sass/layout/_default.scss */
/* line 250, ../assets/sass/layout/_default.scss */
#user-form {
margin-bottom: 40px;
}
......@@ -11753,13 +11764,19 @@ body {
/* line 8, ../assets/sass/components/_webforms.scss */
.form-inline .control-label {
width: 100%;
margin-bottom: 5px;
}
/* line 13, ../assets/sass/components/_webforms.scss */
/* line 14, ../assets/sass/components/_webforms.scss */
textarea.form-control {
margin-bottom: 10px;
}
/* line 18, ../assets/sass/components/_webforms.scss */
label {
width: 100%;
}
/* line 9, ../assets/sass/components/_wysiwyg.scss */
.align-right .field--name-field-media-image {
padding: 15px 0 15px 15px;
......
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