Initial mobile theme using ionic

This commit is contained in:
Francis Lachapelle
2014-11-11 22:31:24 -05:00
parent 15165f0d80
commit 26caf16681
7 changed files with 593 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
@import "ionic/ionic";
.list-clear {
.list {
border-top: 1px solid $item-light-border;
ion-item {
border: 0;
&, a {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
address {
margin-bottom: 5px !important;
}
}
}
}
ion-content {
a {
&.button {
margin-left: 5px;
margin-right: 5px;
}
}
}
ion-item {
small {
display: block;
color: $positive;
}
.list-clear & {
}
}