Files
ionic-framework/core/src/components/back-button/back-button.md.scss
Brandy Carney 7a8d5f68d2 chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax

fixes #14805
2018-07-19 15:10:30 -05:00

47 lines
693 B
SCSS

@import "./back-button";
@import "./back-button.md.vars";
// MD Back Button
// --------------------------------------------------
:host {
--ion-color-base: currentColor;
}
.back-button-native {
@include margin(1px, 6px, 0, 0);
@include padding(0, 5px);
min-width: 44px;
height: 32px;
border: 0;
background-color: transparent;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
box-shadow: none;
&.activated {
opacity: .4;
}
}
ion-icon {
@include padding-horizontal(null, .3em);
@include margin(0);
@include margin(0, 6px);
font-size: 24px;
font-weight: normal;
line-height: .67;
text-align: start;
pointer-events: none;
}