Skip to content
Snippets Groups Projects

feat: working group footer styles

Merged Olivier Goulet requested to merge oliviergoulet/solstice-assets:wg-footer into main
1 unresolved thread
1 file
+ 22
0
Compare changes
  • Side-by-side
  • Inline
@@ -135,3 +135,25 @@
}
}
}
.footer-working-group {
&-sponsor {
display: flex;
justify-content: center;
align-items: baseline;
gap: 4rem;
}
&-circle-group {
display: flex;
gap: 2rem;
flex-shrink: 0;
}
&-circle {
width: 1rem;
height: 1rem;
background-color: @brand-primary-light;
border-radius: 50%;
}
}
Loading