This commit is contained in:
Cassie Tarakajian 2017-02-17 17:07:53 -05:00
parent 93e0ec2a73
commit 38a5d6e100
2 changed files with 8 additions and 5 deletions

View file

@ -5,7 +5,7 @@
width: #{44 / $base-font-size}rem; width: #{44 / $base-font-size}rem;
text-align: center; text-align: center;
border-radius: 100%; border-radius: 100%;
line-height: #{46 / $base-font-size}rem; line-height: #{49 / $base-font-size}rem;
cursor: pointer; cursor: pointer;
border: none; border: none;
outline: none; outline: none;

View file

@ -19,7 +19,7 @@
} }
margin-right: #{15 / $base-font-size}rem; margin-right: #{15 / $base-font-size}rem;
& span { & span {
padding-left: #{2 / $base-font-size}rem; padding-left: #{3 / $base-font-size}rem;
} }
} }
@ -40,14 +40,17 @@
.toolbar__preferences-button { .toolbar__preferences-button {
@include themify() { @include themify() {
@extend %toolbar-button; @extend %toolbar-button;
line-height: #{50 / $base-font-size}rem; line-height: #{52 / $base-font-size}rem;
&--selected { &--selected {
@extend %toolbar-button--selected; @extend %toolbar-button--selected;
line-height: #{50 / $base-font-size}rem; line-height: #{52 / $base-font-size}rem;
} }
} }
line-height: #{50 / $base-font-size}rem; line-height: #{52 / $base-font-size}rem;
margin-left: auto; margin-left: auto;
& span {
padding-left: #{1 / $base-font-size}rem;
}
} }
.toolbar__logo { .toolbar__logo {