theme_nin/sass/layout/_groupchat.sass

151 lines
2.5 KiB
Sass
Raw Normal View History

2015-09-12 15:21:54 +02:00
// group messages
.group-messages-join-group
2018-09-30 23:06:08 +05:00
.modal-content
2015-09-12 15:21:54 +02:00
padding: 20px
2018-09-30 23:06:08 +05:00
button
2015-09-12 15:21:54 +02:00
margin: 5px 0
2018-09-30 23:06:08 +05:00
.label
font-weight: 700
2015-09-12 15:21:54 +02:00
padding: 5px 0
text-align: left
2015-09-12 16:20:09 +02:00
input[type="text"]
2018-09-30 23:06:08 +05:00
padding: 3px
2015-09-12 15:21:54 +02:00
width: 100%
margin-bottom: 10px
2015-09-12 16:20:09 +02:00
input[type="checkbox"]
2018-09-30 23:06:08 +05:00
float: left
2015-09-12 16:20:09 +02:00
margin-right: 10px
2015-09-12 15:21:54 +02:00
2018-09-30 23:06:08 +05:00
.groupMessages
button
2015-09-12 15:21:54 +02:00
margin: 5px
.direct-messages-thread
padding-bottom: 200px
.post-area-new.open
bottom: 40px
2015-09-14 13:34:33 +02:00
.direct-messages-list
2018-09-30 23:06:08 +05:00
li
2015-09-14 13:34:33 +02:00
padding: 10px 20px
2018-09-30 23:06:08 +05:00
.post-photo
2015-09-14 13:34:33 +02:00
display: none
2018-09-30 23:06:08 +05:00
.post-text
2015-09-14 13:34:33 +02:00
display: none
.post-info-time
position: static
display: block
2018-09-30 23:06:08 +05:00
text-align: left
2015-09-14 13:34:33 +02:00
padding: 5px 0
color: inherit
2018-09-30 23:06:08 +05:00
&:hover
2015-09-14 13:34:33 +02:00
text-decoration: none
color: inherit
2015-11-12 12:48:27 +05:00
.post .messages-qtd
top: 50%
left: unset
right: 24px
margin-top: -13px
2015-09-12 16:20:09 +02:00
2015-09-12 15:21:54 +02:00
// new group
.group-messages-new-group
text-align: center!important
2018-09-30 23:06:08 +05:00
.label
font-weight: 700
2015-09-12 15:21:54 +02:00
padding: 5px 1%
text-align: left
textarea
2018-09-30 23:06:08 +05:00
&.description, &.invite
width: 98%
2015-09-12 15:21:54 +02:00
margin: 5px auto
padding: 5px
text-align: left
border: 1px solid darken( #F8F8F8 , 5%)
// there is no special class for group DM profile modal window currently
.profile-card[data-screen-name^=\*]
.profile-bio
text-align: center
margin: 0
.group-description
display: inline-block
border: 1px solid rgba(0, 0, 0, 0)
background: none
text-align: center
width: 58%
padding: 4px
vertical-align: middle
&:focus
border: 1px solid rgba(0, 0, 0, .1)
background: white
&:hover
border: 1px solid rgba(0, 0, 0, .1)
.save, .cancel
display: none
2015-09-12 15:21:54 +02:00
// messages control
.group-messages-control
text-align: left!important
button
margin: 3px 0 3px 3px
2018-09-30 23:06:08 +05:00
textarea
width: 98%
2015-09-12 15:21:54 +02:00
margin: 5px auto
padding: 5px
text-align: left
border: 1px solid darken( #F8F8F8 , 5%)
2018-09-30 23:06:08 +05:00
.invite-form
2015-09-12 15:21:54 +02:00
display: none
2018-09-30 23:06:08 +05:00
div.profile-bio
2015-09-12 15:21:54 +02:00
margin-left: 0
2018-09-30 23:06:08 +05:00
.secret-key
2015-09-12 15:21:54 +02:00
display: none
font-size: 10px
padding: 5px
margin: 3px
cursor: pointer
border: 1px solid darken( #F8F8F8 , 5%)
color: $dark-grey
2018-09-30 23:06:08 +05:00
background: #F8F8F8
2015-09-12 15:21:54 +02:00
overflow: hidden
2018-09-30 23:06:08 +05:00
&:hover
2015-09-12 15:21:54 +02:00
background: white
2015-09-12 16:20:09 +02:00
2018-09-30 23:06:08 +05:00
.direct-messages-thread + .group-messages-control
position: absolute
bottom: 0
height: 40px
overflow: hidden
left: 0
width: 100%
padding: 3px 10px
text-align: right!important
z-index: 200
background: $bloc-light-color
+box-shadow(0 -8px 13px rgba(#111, 0.1))
2018-09-30 23:06:08 +05:00
.invite-form
@include prompt-wrapper-basic
2015-09-12 19:12:58 +02:00
bottom: 40px
top: auto
textarea
min-height: 100px
2018-09-30 23:06:08 +05:00
button
float: none
display: inline-block
padding: 7px
@include button-color-basic