Move manage button CSS from buttons to nav partial

This commit is contained in:
Rachid Mrad 2023-12-04 15:33:46 -05:00
parent b0d95be7a2
commit 61e05a438b
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 11 additions and 11 deletions

View file

@ -7,17 +7,6 @@ a[href$="todo"]::after {
content: " [link TBD]";
font-style: italic;
}
a.manage_domain_back {
// Slight vertical and horizontal alignment fixes
position: relative;
top: -2px;
left: -5px;
font-weight: bold;
&:visited {
color: color('primary');
}
}
a.breadcrumb__back {
display:flex;

View file

@ -7,3 +7,14 @@
.usa-logo-group {
flex: 1 1 0%;
}
a.manage_domain_back {
// Slight vertical and horizontal alignment fixes
position: relative;
top: -2px;
left: -5px;
font-weight: bold;
&:visited {
color: color('primary');
}
}