Initial mobile theme using ionic

This commit is contained in:
Francis Lachapelle
2014-08-06 16:11:39 -04:00
parent 8d36a3fd25
commit a1a5684f25
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 & {
}
}