UNPKG

952 BCSSView Raw
1a { color: #1e88e5; text-decoration: none; }
2
3.container { width: 100%; margin: 0 auto; background-color: #ffffff; box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2); }
4
5.salesperson-image { margin-right: 20px; }
6
7.salesperson-contact-info { display: flex; align-items: center; padding: 24px; font-size: 14px; color: #9e9e9e; }
8@media screen and (max-width: 600px) { .salesperson-contact-info { flex-direction: column; display: inline-block; } }
9
10.salesperson-name { font-size: 20px; font-weight: bold; color: #212121; }
11
12.generic-contact { margin-left: 20px; }
13
14.pricing { display: flex; align-items: center; flex-grow: 1; justify-content: flex-end; }
15.pricing ::ng-deep .price-box { flex-direction: row; }
16.pricing ::ng-deep .price-number { margin-right: 4px; }
17@media screen and (min-width: 600px) { .pricing { padding-left: 16px; } }
18
19.pricing va-pricing { margin-right: 20px; }
20
21.now-button { font-size: 14px; color: white; background-color: #4caf50; }