framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
48 lines (46 loc) • 804 B
text/less
.ios {
.toolbar {
a.icon-only {
min-height: var(--f7-toolbar-height);
display: flex;
justify-content: center;
align-items: center;
margin: 0;
min-width: 44px;
}
}
.tabbar-icons {
.tab-link,
.link {
padding-top: 4px;
padding-bottom: 4px;
i + span {
margin: 0;
margin-top: 4px;
}
}
}
@media (min-width: 768px) and (min-height: 600px) {
.tabbar,
.tabbar-icons {
.tab-link,
.link {
justify-content: center;
flex-direction: row;
i + span {
margin-left: 5px;
}
}
}
}
// Scrollable
.tabbar-scrollable {
.toolbar-inner {
justify-content: flex-start;
}
.tab-link,
.link {
padding: 0 8px;
}
}
}