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"] {