Files
2018-07-24 02:38:55 +02:00

57 lines
815 B
SCSS

@import "../../themes/ionic.globals";
// Menu Button
// --------------------------------------------------
:host {
pointer-events: all;
color: #{current-color(base)};
}
button {
@include margin(0);
@include padding(0);
@include font-smoothing();
display: flex;
position: relative;
flex-flow: row nowrap;
flex-shrink: 0;
align-items: center;
justify-content: center;
height: 32px;
border: 0;
outline: none;
background: transparent;
color: inherit;
line-height: 1;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
cursor: pointer;
user-select: none;
z-index: 0;
font-kerning: none;
appearance: none;
}
ion-icon {
@include margin(0);
@include padding(0);
pointer-events: none;
}