| | |
| | | .gmb-reviews { |
| | | max-width: none; |
| | | > .row.btw { |
| | | max-width:var(--alignWide); |
| | | .button { |
| | | width: 100%; |
| | | height: max-content; |
| | | } |
| | | > .row.center { |
| | | max-width:var(--content); |
| | | margin: 0 auto; |
| | | --gap: .5rem 6rem; |
| | | |
| | | p { |
| | | width: fit-content; |
| | | } |
| | | } |
| | | .button { |
| | | width: 66.6%; |
| | | margin: 0 auto 2rem; |
| | | display: flex; |
| | | height: max-content; |
| | | } |
| | | .stars { |
| | | display: inline-flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | justify-content: flex-start; |
| | | flex-wrap: nowrap; |
| | | } |
| | | ul { |
| | | list-style: none; |
| | | margin: 0; |
| | | padding: 0; |
| | | max-width: var(--wider); |
| | | max-width: var(--full); |
| | | li { |
| | | margin: 2rem 0; |
| | | position:relative; |
| | | background-color: var(--base-100); |
| | | padding: 1rem; |
| | | @media (min-width: 768px) { |
| | | &:nth-of-type(odd) { |
| | | left: -2rem; |
| | | } |
| | | &:nth-of-type(even) { |
| | | right: -2rem; |
| | | width: 100%; |
| | | max-width: none; |
| | | padding: 4rem 1rem; |
| | | &:nth-of-type(odd) { |
| | | background-color: rgb(var(--base-50)); |
| | | blockquote { |
| | | --background: rgb(var(--base-50)); |
| | | } |
| | | } |
| | | |
| | | &:nth-of-type(even) { |
| | | background-color: rgb(var(--base-100)); |
| | | blockquote { |
| | | --background: rgb(var(--base-100)); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | blockquote { |
| | | margin:0; |
| | | margin:0 auto; |
| | | padding: 0; |
| | | max-width: var(--content); |
| | | .content { |
| | | border-width: 4px 1px; |
| | | &::after { |
| | |
| | | } |
| | | } |
| | | .stars .icon { |
| | | background-color: var(--action-0); |
| | | background-color: rgb(var(--action-0)); |
| | | } |
| | | article { |
| | | padding: 1rem; |
| | | border-radius: var(--outerRadius); |
| | | background-color: var(--base); |
| | | border-radius: var(--radius-outer); |
| | | background-color: rgb(var(--base)); |
| | | header { |
| | | --align: center; |
| | | >img { |
| | |
| | | width: max-content; |
| | | } |
| | | .icon { |
| | | color: var(--action-0); |
| | | color: rgb(var(--action-0)); |
| | | } |
| | | } |
| | | .footer .button { |