39 lines
652 B
Plaintext
Raw Normal View History

2017-06-10 00:51:11 +00:00
.user-avatars
2017-06-12 22:06:35 +00:00
horizontal-wrap
justify-content center
2018-03-27 19:08:26 +00:00
border-radius ui-element-border-radius
2017-06-12 22:06:35 +00:00
2018-07-01 02:52:28 +00:00
.user
2017-07-19 14:56:02 +00:00
margin 0.4rem
.pro-avatars
horizontal-wrap
justify-content center
.profile-image-container
2018-03-10 17:04:20 +00:00
flex-basis 170px
2018-04-18 11:09:13 +00:00
flex-grow 0
height 230px
2018-11-21 07:43:41 +00:00
margin content-padding-half
position relative
border ui-border
box-shadow shadow-light
:hover
.image-title
opacity 1
2017-07-19 14:56:02 +00:00
.user
2017-11-30 15:40:52 +00:00
display flex
2018-07-01 02:52:28 +00:00
position relative
2017-11-30 15:40:52 +00:00
.user-list-name
2018-07-01 02:52:28 +00:00
text-align center
.user-pro-icon
display inline-flex
position absolute
bottom -2px
right -2px
font-size user-pro-icon-size
2018-07-01 03:00:42 +00:00
filter drop-shadow(0 0 3px hsla(link-color-h, link-color-s, link-color-l, 0.35))