Connect.scss
28 lines
| 1 | .hostinger-reach-block-connect { |
| 2 | display: flex; |
| 3 | flex-direction: column; |
| 4 | align-content: flex-start; |
| 5 | background: #fff6e9; |
| 6 | padding: 14px; |
| 7 | font-size: 14px; |
| 8 | margin: 28px 0 14px; |
| 9 | |
| 10 | |
| 11 | &__title { |
| 12 | color: #1d1e20; |
| 13 | font-weight: 700; |
| 14 | margin-bottom: 4px; |
| 15 | } |
| 16 | |
| 17 | &__subtitle { |
| 18 | color: #727586; |
| 19 | margin-bottom: 4px; |
| 20 | } |
| 21 | |
| 22 | a { |
| 23 | color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); |
| 24 | text-decoration: underline; |
| 25 | } |
| 26 | |
| 27 | } |
| 28 |