mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
Make ‘switch service’ the same as ‘Change’ links
It looks inconsistent when the switch service link is 16px, right next to a change link and organisation breadcrumb which is 19px.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
|
||||
&-switch {
|
||||
|
||||
@include core-16;
|
||||
@include core-19;
|
||||
text-decoration: none;
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -30,11 +31,12 @@
|
||||
|
||||
&:hover {
|
||||
color: $link-hover-colour;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
border-bottom: 4px solid $yellow;
|
||||
border-bottom: 1px solid $yellow;
|
||||
border-left: 10px solid $yellow;
|
||||
border-right: 3px solid $yellow;
|
||||
right: -3px;
|
||||
|
||||
Reference in New Issue
Block a user