mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
fix outline btn style (remove underline) when anchor emlement)
This commit is contained in:
parent
15f656b77a
commit
e78e95df0d
1 changed files with 4 additions and 13 deletions
|
@ -22,8 +22,11 @@ a.breadcrumb__back {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
a.usa-button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
||||||
color: color('white');
|
color: color('white');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,15 +114,3 @@ a.usa-button--unstyled:visited {
|
||||||
margin-left: units(2);
|
margin-left: units(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// WARNING: crazy hack ahead:
|
|
||||||
// Cancel button(s) on the DNSSEC form pages
|
|
||||||
// We want to position the cancel button on the
|
|
||||||
// dnssec forms next to the submit button
|
|
||||||
// This button's markup is in its own form
|
|
||||||
.btn-cancel {
|
|
||||||
position: relative;
|
|
||||||
top: -39.2px;
|
|
||||||
left: 88px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue