@vendasta/store
Version:
Components and data for Store
21 lines (12 loc) • 622 B
CSS
:host { color: #9e9e9e; }
.price-box { display: flex; align-items: baseline; flex-direction: row-reverse; }
@media screen and (max-width: 600px) { .price-box { font-size: 16px; } }
.no-price { text-align: center; }
@media screen and (max-width: 600px) { .no-price { font-size: 16px; } }
b { color: #212121; font-size: 20px; }
@media screen and (max-width: 600px) { b { font-size: 16px; } }
.billing-freq { text-transform: capitalize; flex: 1; }
.addon-billing-freq { padding-left: 5px; }
.va-wrap { display: block; }
.stencil-pricing-title { height: 32px; margin-bottom: 10px; }
.stencil-pricing { height: 75px; }