Wallet/src/sass/components/ion-content.scss

13 lines
152 B
SCSS
Raw Normal View History

/*
* Extends Ionic v1 ion-content
*/
ion-content {
&.bg-neutral {
background-color: #F2F2F2;
}
&.padded-bottom-cta {
bottom: 92px;
}
}