45 lines
679 B
Plaintext
Raw Normal View History

const group-padding-y = 0.75rem
const group-padding-x = 0.75rem
2017-10-18 16:18:15 +00:00
2017-10-18 10:02:48 +00:00
.groups
horizontal-wrap
justify-content space-around
.group
2017-10-18 16:18:15 +00:00
horizontal
2017-10-18 10:02:48 +00:00
ui-element
position relative
width 100%
2017-10-18 16:18:15 +00:00
max-width 520px
padding group-padding-y group-padding-x
2017-10-18 10:02:48 +00:00
margin calc(content-padding / 2)
2017-10-18 16:18:15 +00:00
color text-color
:hover
2018-03-04 14:43:00 +00:00
color theme-white
background-color theme-black
text-shadow none
2017-10-18 16:18:15 +00:00
.group-image
width 70px
height 70px
margin-right 1rem
border-radius ui-element-border-radius
.group-info
vertical
2017-10-18 10:02:48 +00:00
.group-name
horizontal
align-items center
.group-tagline
opacity 0.6
.group-member-count
position absolute
top 0.5rem
right 1rem
text-align right
font-size 0.8rem
opacity 0.5