Updates misc styles

This commit is contained in:
Jennifer Siegfried 2016-08-11 16:02:17 -06:00
parent 5a27d8d5a4
commit df024046ac
4 changed files with 35 additions and 32 deletions

View File

@ -1,7 +1,6 @@
// TODO: Align colors with variables.scss // TODO: Align colors with variables.scss
fieldset { fieldset {
background-color: transparent; background-color: transparent;
// border: 1px solid $input-border;
border: none; border: none;
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -36,12 +35,8 @@ form.btn-center {
#{$all-text-inputs} { #{$all-text-inputs} {
display: block; display: block;
font-size: $base-font-size; font-size: $base-font-size;
border: none !important; border: none;
border-bottom: 1px solid $secondary-color !important; border-bottom: 1px solid $secondary-color;
// border-left:0;
// border-top: 0;
// border-right: 0;
// border-bottom: 1px solid $secondary-color;
box-shadow: none; box-shadow: none;
border-radius: $base-border-radius; border-radius: $base-border-radius;
box-sizing: border-box; box-sizing: border-box;
@ -52,10 +47,6 @@ form.btn-center {
font-family: $primary-font-face; font-family: $primary-font-face;
line-height: 1.5em; line-height: 1.5em;
// &:hover {
// border-color: shade($base-border-color, 20%);
// }
&:focus { &:focus {
outline: none; outline: none;
box-shadow: none; box-shadow: none;
@ -64,10 +55,7 @@ form.btn-center {
&:disabled { &:disabled {
background-color: shade($base-background-color, 5%); background-color: shade($base-background-color, 5%);
cursor: default; cursor: default;
border-bottom-color: #bbb;
// &:hover {
// border: $base-border;
// }
} }
} }
button:disabled, button:disabled,
@ -282,6 +270,12 @@ select {
} }
} }
} }
.content-well {
label {
font-weight: 400;
font-style: italic;
}
}
.form-group-multiples { // radios, checks wrappers .form-group-multiples { // radios, checks wrappers
margin-bottom: .5rem; margin-bottom: .5rem;
} }

View File

@ -23,7 +23,7 @@
} }
.results { .results {
border: 1px solid black; border: 1px solid $secondary-color;
clear: both; clear: both;
margin: 10px 0; margin: 10px 0;
min-height: 200px; min-height: 200px;
@ -31,6 +31,10 @@
background-color: #fff; background-color: #fff;
} }
fieldset:disabled .results {
border-color: #bbb;
}
iframe { iframe {
border: 0; border: 0;
height: 100%; height: 100%;
@ -76,11 +80,15 @@ iframe {
// }); // });
.linedwrap { .linedwrap {
border: 1px solid black; border: 1px solid $secondary-color;
padding: 0; padding: 0;
position: relative; position: relative;
} }
fieldset:disabled .linedwrap {
border-color: #bbb;
}
.linedtextarea { .linedtextarea {
padding: 0; padding: 0;
margin: 0; margin: 0;

View File

@ -29,7 +29,6 @@
} }
} }
textarea { textarea {
// padding: 1rem 3rem;
padding: 1rem 0; padding: 1rem 0;
} }
} }

View File

@ -1,8 +1,9 @@
.summary_tpl { .summary_tpl {
@include outer-container; @include outer-container;
padding: 2rem 0; padding: 2rem 0;
.prft-heading { h2 {
font-size:1.875rem; font-size:1.875rem;
font-weight: 400;
} }
.answer-sec { .answer-sec {
// padding-top:2rem; // padding-top:2rem;
@ -13,19 +14,20 @@
// } // }
.question-heading { .question-heading {
@include outer-container; @include outer-container;
.question-title { }
@include span-columns(12); .question-title {
@include omega(); @include span-columns(12);
padding-top: .75rem; @include omega();
h3 { padding-top: .75rem;
font-size: 1.25rem; }
} h3 {
} font-size: 1.25rem;
.answer-buttons { font-weight: 400;
@include span-columns(12); }
@include omega(); .answer-buttons {
white-space: nowrap; @include span-columns(12);
} @include omega();
white-space: nowrap;
} }
.answer-container { .answer-container {
padding:2rem 0; padding:2rem 0;