2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-11 03:02:22 +03:00

Style updates (#27)

This commit is contained in:
Randall Wilk
2019-06-22 10:09:45 -05:00
committed by GitHub
parent fe0165eb6a
commit d34c421a8e
5 changed files with 22 additions and 5 deletions
+10 -2
View File
@@ -13,14 +13,14 @@
z-index: 1500;
position: fixed;
list-style: none;
box-sizing: border-box;
> li {
margin: 0;
> a {
display: block;
width: 100%;
padding: .50rem 1.5rem;
padding: .5rem 1.5rem;
font-weight: 400;
color: $item-color;
text-decoration: none;
@@ -34,6 +34,14 @@
color: $item-hover-color;
background-color: $item-hover-bg;
}
&:focus {
outline: 0;
}
}
}
&:focus {
outline: 0;
}
}