Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
chore: apply suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff authored and Mihail Parvanov committed Jan 29, 2018
1 parent fa7603c commit b66abc1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scss/window/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@

// Actions
.k-window-actions {
margin-top: add-two(-$button-padding-y, -$button-border-width);
margin-bottom: add-two(-$button-padding-y, -$button-border-width);
line-height: 1;
display: flex;
flex-direction: row;
flex-shrink: 0;
align-items: center;
vertical-align: top;

.k-button {
margin-top: calc(#{-1*$button-padding-y} - 1px);
margin-bottom: calc(#{-1*$button-padding-y} - 1px);
}
}


Expand Down

0 comments on commit b66abc1

Please sign in to comment.