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"] {
|
||||
|
Reference in New Issue
Block a user