framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
27 lines • 639 B
text/less
:root {
--f7-sheet-height: 260px;
}
.ios-vars({
--f7-sheet-bg-color: #cfd5da;
--f7-sheet-border-color: #929499;
.theme-dark, &.theme-dark {
--f7-sheet-bg-color: #171717;
--f7-sheet-border-color: var(--f7-bars-border-color);
}
});
.md-vars({
--f7-sheet-bg-color: #fff;
--f7-sheet-border-color: transparent;
.theme-dark, &.theme-dark {
--f7-sheet-bg-color: #202020;
--f7-sheet-border-color: transparent;
}
});
.aurora-vars({
--f7-sheet-bg-color: #fff;
--f7-sheet-border-color: transparent;
.theme-dark, &.theme-dark {
--f7-sheet-bg-color: #202020;
--f7-sheet-border-color: transparent;
}
});