feat(home): better padding and spacing on home view
This commit is contained in:
parent
a2d9c33eec
commit
7b4beae373
3 changed files with 15 additions and 6 deletions
|
|
@ -35,3 +35,8 @@ $placeholder-icon-padding: 10px;
|
|||
.item p {
|
||||
color: $mid-gray;
|
||||
}
|
||||
|
||||
// we'd like to diverge from the standard ionic formula for left-right card margins
|
||||
.card {
|
||||
margin: ($content-padding * 2) 14px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,16 +16,20 @@
|
|||
background-image: url("../img/icon-amazon.svg");
|
||||
}
|
||||
.bg {
|
||||
&.wallet{
|
||||
&.wallet {
|
||||
padding: .25rem
|
||||
}
|
||||
}
|
||||
.card{
|
||||
.card {
|
||||
.item {
|
||||
color: #444;
|
||||
border-top:none;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top:1.5rem;
|
||||
padding-bottom: 1rem;
|
||||
padding-top:1rem;
|
||||
&.item-extra-padding {
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
}
|
||||
.item-sub {
|
||||
&:first-child:before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue