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:
Chris Hill-Scott
2019-06-21 14:34:01 +01:00
parent d382385b69
commit 6338795e52

View File

@@ -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;