Initial mobile theme using ionic

This commit is contained in:
Francis Lachapelle
2015-06-11 15:25:25 -04:00
parent f248f81583
commit 459c040d8a
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 & {
}
}