Adds fee-summary bar, adds amount directive, adds support for fee-summary overlapping with content on scrollable small screens

This commit is contained in:
Sam Cheng Hung 2018-07-26 14:29:53 +08:00
commit 2492a405a1
9 changed files with 154 additions and 1 deletions

View file

@ -10,4 +10,8 @@ ion-content {
&.padded-bottom-cta {
bottom: 92px;
}
&.padded-bottom-cta-with-summary {
bottom: 134px;
}
}