Removing styling from footer
This commit is contained in:
parent
ae94b67700
commit
ac09198ed6
1 changed files with 16 additions and 21 deletions
|
|
@ -30,29 +30,24 @@
|
||||||
a.new-window-link {
|
a.new-window-link {
|
||||||
color: $link;
|
color: $link;
|
||||||
}
|
}
|
||||||
footer {
|
.btn {
|
||||||
a {
|
&.btn-override[aria-disabled="false"]:not(.form-test-invalid) {
|
||||||
color: $link;
|
&.btn-primary {
|
||||||
}
|
background: $button-color;
|
||||||
.btn {
|
color: $button-text-color;
|
||||||
&.btn-override[aria-disabled="false"]:not(.form-test-invalid) {
|
|
||||||
&.btn-primary {
|
|
||||||
background: $button-color;
|
|
||||||
color: $button-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus-visible {
|
|
||||||
background: $button-color;
|
|
||||||
color: $button-text-color;
|
|
||||||
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.loader {
|
&:focus-visible {
|
||||||
&:after {
|
background: $button-color;
|
||||||
background-color: $button-text-color;
|
color: $button-text-color;
|
||||||
|
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.loader {
|
||||||
|
&:after {
|
||||||
|
background-color: $button-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue