framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
26 lines (24 loc) • 428 B
text/less
/* === Gauge === */
.gauge {
position: relative;
text-align: center;
margin-left: auto;
margin-right: auto;
display: inline-block;
}
.gauge-svg, .gauge svg {
max-width: 100%;
height: auto;
circle, path {
transition-duration: 400ms;
}
}
.if-ios-theme({
@import url('./gauge-ios.less');
});
.if-md-theme({
@import url('./gauge-md.less');
});
.if-aurora-theme({
@import url('./gauge-aurora.less');
});