discourse/app/assets/stylesheets/common/base/uc-modernize-foundation-theme/groups.scss
Kris e547c6acb1
UX: various mondernized foundation style adjustments (#40808)
Various style fixes for the modernized foundation upcoming change. Also
noticed we have some unused button classes in the review queue in
general.


Before/After
<img width="700" alt="image"
src="https://github.com/user-attachments/assets/547c49ee-5d7c-42e5-be60-de06218b3329"
/>

<img width="700" alt="image"
src="https://github.com/user-attachments/assets/54f5e698-00db-4855-86e0-74053c49408a"
/>


Before/After
<img width="350" alt="image"
src="https://github.com/user-attachments/assets/24881ca3-d10b-40e4-b6a6-b55eb507642f"
/>
<img width="350" alt="image"
src="https://github.com/user-attachments/assets/320aaa5b-6493-4bc0-bd72-8c1f4391134b"
/>

Before/After:
<img width="800" alt="image"
src="https://github.com/user-attachments/assets/5b719e1e-24d5-434d-a370-de2477d13219"
/>

<img width="800" alt="image"
src="https://github.com/user-attachments/assets/de39de34-c393-4ee1-b560-70622b2dd245"
/>



Before/After:
<img width="333" alt="image"
src="https://github.com/user-attachments/assets/b87107bd-1484-4716-96f1-b8a227a5d59f"
/>

<img width="220" alt="image"
src="https://github.com/user-attachments/assets/8123f817-4b21-453b-bfb7-e934cd2d5e99"
/>
2026-06-11 17:53:39 -04:00

8 lines
220 B
SCSS
Vendored

.uc-modernize-foundation-theme {
.group-details-container {
background: transparent;
border: 1px solid var(--content-border-color);
border-radius: var(--d-border-radius);
padding: var(--space-4);
}
}