@vendasta/store
Version:
Components and data for Store
12 lines (8 loc) • 570 B
CSS
section { padding: 24px; }
section ::ng-deep > *:first-child { margin-top: 0; padding-top: 0; }
@media screen and (max-width: 600px) { .resize { font-size: 16px; } }
#description * { max-width: 100% ; }
.key-selling-point { display: flex; align-items: center; padding-bottom: 24px; font-size: 16px; }
@media screen and (max-width: 600px) { .key-selling-point { align-items: flex-start; } }
.key-selling-point:last-of-type { padding-bottom: 0; }
.key-selling-point mat-icon { color: #4caf50; font-size: 32px; width: 32px; height: 32px; margin-right: 20px; }