Update labels, and colors, and things

This commit is contained in:
Michael Rose
2016-03-22 22:59:39 -04:00
parent f029ce6e25
commit 0feeb21821
15 changed files with 212 additions and 69 deletions

View File

@ -75,8 +75,14 @@
a {
display: block;
padding: 10px 20px;
margin: 0 20px;
padding: 10px 0;
color: $gray;
text-decoration: none;
&:hover {
color: #000;
}
}
button {
@ -99,17 +105,27 @@
&:first-child {
font-weight: bold;
a {
padding-left: 0;
margin-left: 0;
}
}
&:last-child {
a {
padding-right: 0;
margin-right: 0;
}
}
}
a {
border-bottom: 4px solid transparent;
&:hover {
color: #000;
border-bottom-color: $border-color;
}
}
}
.hidden-links {
@ -124,7 +140,14 @@
box-shadow: 0 0 10px rgba(#000, 0.25);
a {
margin: 0;
padding: 10px 20px;
font-size: 0.8em;
&:hover {
color: #000;
background: $border-color;
}
}
&:before {
@ -156,6 +179,7 @@
li {
display: block;
border-bottom: 1px solid $border-color;
&:last-child {
border-bottom: none;
}