2017-10-18 19:18:10 +00:00
|
|
|
.group-view
|
2018-11-21 11:35:25 +00:00
|
|
|
vertical
|
2017-10-18 19:18:10 +00:00
|
|
|
width 100%
|
2018-11-23 01:24:19 +00:00
|
|
|
max-width 540px
|
2018-03-06 23:36:04 +00:00
|
|
|
margin 0 auto
|
2017-10-18 19:18:10 +00:00
|
|
|
|
|
|
|
.group-feed
|
2018-03-07 00:08:47 +00:00
|
|
|
flex 1
|
2017-10-18 19:18:10 +00:00
|
|
|
|
2018-11-22 07:52:29 +00:00
|
|
|
.group-avatar-container
|
|
|
|
display flex
|
|
|
|
justify-content center
|
|
|
|
|
|
|
|
.group-avatar
|
|
|
|
width 280px
|
|
|
|
height 280px
|
|
|
|
border-radius ui-element-border-radius
|
2018-11-23 01:25:35 +00:00
|
|
|
|
|
|
|
// For image upload previews,
|
|
|
|
// cover mode should be activated.
|
2018-11-22 07:52:29 +00:00
|
|
|
object-fit cover
|
|
|
|
|
2018-11-21 07:37:24 +00:00
|
|
|
.group-header
|
2018-11-22 07:52:29 +00:00
|
|
|
vertical
|
|
|
|
cover-image-container
|
|
|
|
align-items center
|
|
|
|
|
|
|
|
.group-header-intro
|
|
|
|
vertical
|
|
|
|
align-items center
|
|
|
|
margin-top content-padding
|
|
|
|
|
2018-11-22 08:16:39 +00:00
|
|
|
> 900px
|
2018-11-22 07:52:29 +00:00
|
|
|
.group-header
|
|
|
|
horizontal
|
2018-11-22 08:16:39 +00:00
|
|
|
align-items stretch
|
2018-11-22 07:52:29 +00:00
|
|
|
|
|
|
|
.group-header-intro
|
|
|
|
margin-top 0
|
|
|
|
margin-left calc(content-padding * 2)
|
|
|
|
align-items flex-start
|
|
|
|
|
|
|
|
.group-page-name
|
|
|
|
margin-top 0
|
|
|
|
|
|
|
|
.group-page-name,
|
|
|
|
.group-page-tagline
|
|
|
|
text-align left
|
2018-11-21 07:37:24 +00:00
|
|
|
|
|
|
|
.group-page-name
|
|
|
|
margin 0
|
|
|
|
|
|
|
|
.group-page-tagline
|
|
|
|
text-align center
|
|
|
|
|
|
|
|
&.mounted
|
2018-11-22 07:52:29 +00:00
|
|
|
opacity 0.7 !important
|