Formatting updates

This commit is contained in:
Jennifer Siegfried
2016-08-04 16:25:12 -06:00
parent 1566edec4c
commit 53095028be
7 changed files with 28 additions and 11 deletions

View File

@ -53,7 +53,8 @@ button.tertiary-btn {
display: none;
}
.button-cancel {
.button-cancel,
.tertiary-btn.button-cancel {
color: #ef0734;
border: 1px solid #ef0734;
display: none;
@ -78,6 +79,10 @@ button.tertiary-btn {
cursor: default;
}
.button-wrap {
margin-top: 3rem;
}
// JS-enabled styles
html.no-js {
.tertiary-btn.button-edit {

View File

@ -177,6 +177,13 @@ textarea {
&:not(:disabled) + label:before {
background-color: white;
}
&:disabled {
+ label {
&:after {
background-color: #888;
}
}
}
}
[type="checkbox"] {

View File

@ -2,9 +2,8 @@
text-align: center;
background-color: $accent-color-1;
color: #fff;
padding-top: .5rem;
padding-bottom: .5rem;
margin-bottom: .5rem;
margin: 2rem 0 .5rem;
padding: .5rem 0;
}
.error-header {

View File

@ -29,6 +29,10 @@
}
.answer-container {
padding:2rem 0;
textarea:not(:disabled) {
background-color: white;
}
}
}
}
@ -50,7 +54,7 @@
color: #fff;
padding-top: .5rem;
padding-bottom: .5rem;
margin-bottom: .5rem;
margin-bottom: .5rem;
animation-name: success-fadeout;
animation-duration: 1.5s;
animation-delay: 2s;