mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +02:00
Move manage button CSS from buttons to nav partial
This commit is contained in:
parent
b0d95be7a2
commit
61e05a438b
2 changed files with 11 additions and 11 deletions
|
@ -7,17 +7,6 @@ a[href$="todo"]::after {
|
||||||
content: " [link TBD]";
|
content: " [link TBD]";
|
||||||
font-style: italic;
|
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 {
|
a.breadcrumb__back {
|
||||||
display:flex;
|
display:flex;
|
||||||
|
|
|
@ -7,3 +7,14 @@
|
||||||
.usa-logo-group {
|
.usa-logo-group {
|
||||||
flex: 1 1 0%;
|
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');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue