smooth criminal

This commit is contained in:
Adam Bradley
2015-06-12 14:49:09 -05:00
parent d2c3ed1125
commit d698777421
12 changed files with 35 additions and 94 deletions

View File

@@ -25,14 +25,11 @@ $button-small-icon-size: 2.1rem !default;
// --------------------------------------------------
.button {
position: relative;
display: inline-flex;
flex-shrink: 0;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
z-index: $z-index-button;
margin: $button-margin;
line-height: 1;
@@ -52,16 +49,6 @@ $button-small-icon-size: 2.1rem !default;
cursor: pointer;
user-select: none;
&:after {
// used to create a larger button "hit" area
position: absolute;
top: -6px;
right: -6px;
bottom: -6px;
left: -6px;
content: ' ';
}
}