Increase the size of the share links

This commit is contained in:
Neil Lalonde 2013-03-26 12:34:04 -04:00
parent 7bfd66aa80
commit 1b779e5e71
1 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@
@include border-radius-all(3px); @include border-radius-all(3px);
@include box-shadow(1px 1px 5px $darkish_gray); @include box-shadow(1px 1px 5px $darkish_gray);
background-color: $light_gray; background-color: $light_gray;
padding: 3px 7px 5px 7px; padding: 3px 7px 6px 7px;
width: 300px; width: 300px;
@include fades-in(0.25s); @include fades-in(0.25s);
&.visible { &.visible {
@ -26,10 +26,14 @@
margin-left: 2px; margin-left: 2px;
margin-right: 8px; margin-right: 8px;
float: left; float: left;
font-size: 18px; font-size: 22px;
} }
.link { .link {
margin-right: 2px; margin-right: 2px;
float: right; float: right;
font-size: 20px;
a {
color: $black;
}
} }
} }