Added content-frame, item and ion-content components, added dummy wallet interfaces
This commit is contained in:
parent
155ea281d8
commit
a2f6277e7e
9 changed files with 179 additions and 2 deletions
13
src/sass/components/ion-content.scss
Normal file
13
src/sass/components/ion-content.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Extends Ionic v1 ion-content
|
||||
*/
|
||||
|
||||
ion-content {
|
||||
&.bg-neutral {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
&.padded-bottom-cta {
|
||||
bottom: 92px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue