Commit 79fa9be3 by Tom Giannattasio

tweaked sound lab styles

parent c95e260e
...@@ -98,6 +98,7 @@ section.tool-wrapper { ...@@ -98,6 +98,7 @@ section.tool-wrapper {
display: block; display: block;
float: right; float: right;
font: bold 14px $body-font-family; font: bold 14px $body-font-family;
margin-top: 19px;
&:active { &:active {
@include box-shadow(none); @include box-shadow(none);
...@@ -130,6 +131,7 @@ section.tool-wrapper { ...@@ -130,6 +131,7 @@ section.tool-wrapper {
margin: 0; margin: 0;
text-shadow: 0 -1px 0 darken(#073642, 10%); text-shadow: 0 -1px 0 darken(#073642, 10%);
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
color: #839496;
} }
ul { ul {
...@@ -205,6 +207,7 @@ section.tool-wrapper { ...@@ -205,6 +207,7 @@ section.tool-wrapper {
font-weight: bold; font-weight: bold;
@include inline-block(); @include inline-block();
margin: 0 lh(.5) lh() 0; margin: 0 lh(.5) lh() 0;
color: #839496;
text-shadow: 0 -1px 0 darken(#073642, 10%); text-shadow: 0 -1px 0 darken(#073642, 10%);
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment