2015-08-03 11:23:48 -04:00
|
|
|
// ==========================================================================
|
|
|
|
|
// Button resets
|
|
|
|
|
// ==========================================================================
|
|
|
|
|
button,
|
2015-11-16 17:28:51 -05:00
|
|
|
.o-button {
|
2016-08-22 10:30:46 -04:00
|
|
|
display: inline-block;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
outline: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
background: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
font: inherit;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
user-select: none;
|
2015-08-03 11:23:48 -04:00
|
|
|
|
2016-08-22 10:30:46 -04:00
|
|
|
&:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-08-03 11:23:48 -04:00
|
|
|
}
|