Formatting updates
This commit is contained in:
@ -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 {
|
||||
|
@ -177,6 +177,13 @@ textarea {
|
||||
&:not(:disabled) + label:before {
|
||||
background-color: white;
|
||||
}
|
||||
&:disabled {
|
||||
+ label {
|
||||
&:after {
|
||||
background-color: #888;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[type="checkbox"] {
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user