Skip to content

Commit

Permalink
Slighty raise the toolbar icons size
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 15, 2018
1 parent cd29c89 commit bf5eeeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/alchemy/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ button, input[type="submit"], a.button, input.button {
padding: 3px;
overflow: hidden;
text-align: center;
text-shadow: none;

img {
position: absolute;
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/alchemy/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
@include truncate($main-menu-entry-max-width);
}

a {
text-shadow: $text-shadow-light;
}

img, .icon {
width: 24px;
}
Expand Down
9 changes: 9 additions & 0 deletions app/assets/stylesheets/alchemy/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
}
}
}

.icon_button {
line-height: 26px;

.icon {
font-size: 1.25em;
text-shadow: 0 0 1px rgba(#fff, 0.75);
}
}
}

.toolbar_spacer {
Expand Down

0 comments on commit bf5eeeb

Please sign in to comment.