mobile button styles

This commit is contained in:
Alex Wolfe 2015-03-04 21:25:37 -08:00
parent 022e5bede4
commit 58a7c1f2aa
1 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,13 @@
background: darken($tin, 5%);
color: $snow;
padding-right: $unit * 4;
display: none;
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
display: inline-block;
}
.icon {
position: absolute;