mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-11 13:29:49 +00:00
Initial mobile theme using ionic
This commit is contained in:
@@ -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 & {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user