Skip to content

Commit

Permalink
fix(buttons, icons): fix vova issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Mar 2, 2016
1 parent 6198770 commit 6348fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sass/app/_iconsPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ a.see-all-icons {
max-width: 84px;
img {
width: 100%;
min-width: 81px;
min-height: 82px;
}
span {
display: block;
Expand Down
3 changes: 2 additions & 1 deletion src/sass/theme/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,11 @@ button.progress-button {
margin-bottom: 0;
border-radius: 0;
}
&:hover {
&:hover, &.btn.disabled {
transform: none;
}


&.btn.btn-primary {
@include progressButtonColor($primary);
}
Expand Down

0 comments on commit 6348fc3

Please sign in to comment.