39 lines
652 B
Plaintext
Raw Normal View History

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