Misc style updates

This commit is contained in:
Jennifer Siegfried
2016-08-04 17:03:23 -06:00
parent 53095028be
commit 635297884d
5 changed files with 37 additions and 15 deletions

View File

@ -87,6 +87,7 @@ button.tertiary-btn {
html.no-js {
.tertiary-btn.button-edit {
border: none;
text-decoration: underline;
}
.button-save,
.button-cancel {

View File

@ -5,6 +5,17 @@ fieldset {
border: none;
padding: 0;
margin: 0;
&:disabled {
label {
display: none;
}
.form-group-multiples {
label {
display: block;
}
}
}
}
legend {
@ -21,10 +32,12 @@ label {
#{$all-text-inputs} {
display: block;
font-size: $base-font-size;
border-left:0;
border-top: 0;
border-right: 0;
border-bottom: 1px solid $secondary-color;
border: none !important;
border-bottom: 1px solid $secondary-color !important;
// border-left:0;
// border-top: 0;
// border-right: 0;
// border-bottom: 1px solid $secondary-color;
box-shadow: none;
border-radius: $base-border-radius;
box-sizing: border-box;
@ -35,9 +48,9 @@ label {
font-family: $primary-font-face;
line-height: 1.5em;
&:hover {
border-color: shade($base-border-color, 20%);
}
// &:hover {
// border-color: shade($base-border-color, 20%);
// }
&:focus {
outline: none;
@ -48,9 +61,9 @@ label {
background-color: shade($base-background-color, 5%);
cursor: default;
&:hover {
border: $base-border;
}
// &:hover {
// border: $base-border;
// }
}
}
button:disabled,