Skip to content
Snippets Groups Projects
Commit 7b05e2b8 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Merge branch 'NXSTAGE-1116-fix-link' into 'development'

NXSTAGE-1116: a-tag issue

See merge request julkiset-sivut/design-system-lib!94
parents 8912a4a4 a36c09da
No related branches found
No related tags found
No related merge requests found
......@@ -6,18 +6,18 @@
--site-logo-color: var(--brand-main-nearly-black);
}
a {
align-items: center;
display: flex;
text-decoration: none;
.hy-site-logo {
a {
align-items: center;
display: flex;
text-decoration: none;
&:focus {
outline: solid 2px var(--additional-yellow);
outline-offset: 2px;
&:focus {
outline: solid 2px var(--additional-yellow);
outline-offset: 2px;
}
}
}
.hy-site-logo {
&__label {
@include font-size(14px, 14px);
@include font-weight($bold);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment