UNPKG

622 BCSSView Raw
1:host { color: #9e9e9e; }
2
3.price-box { display: flex; align-items: baseline; flex-direction: row-reverse; }
4@media screen and (max-width: 600px) { .price-box { font-size: 16px; } }
5
6.no-price { text-align: center; }
7@media screen and (max-width: 600px) { .no-price { font-size: 16px; } }
8
9b { color: #212121; font-size: 20px; }
10@media screen and (max-width: 600px) { b { font-size: 16px; } }
11
12.billing-freq { text-transform: capitalize; flex: 1; }
13
14.addon-billing-freq { padding-left: 5px; }
15
16.va-wrap { display: block; }
17
18.stencil-pricing-title { height: 32px; margin-bottom: 10px; }
19
20.stencil-pricing { height: 75px; }