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
|
|
|
|
|
2018-03-10 15:42:39 +00:00
|
|
|
.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-03-10 17:04:20 +00:00
|
|
|
margin calc(content-padding / 2)
|
2018-03-10 15:42:39 +00:00
|
|
|
position relative
|
|
|
|
border ui-border
|
|
|
|
box-shadow shadow-light
|
|
|
|
|
|
|
|
:hover
|
2018-04-11 21:32:59 +00:00
|
|
|
.image-title
|
2018-03-10 15:42:39 +00:00
|
|
|
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
|
2018-07-08 05:01:54 +00:00
|
|
|
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))
|