Merge pull request #5777 from svbergerem/improve-readablity-participants-count
Conversations: Add rounded corners to participants count and improve readability
This commit is contained in:
commit
faecbc12df
1 changed files with 9 additions and 8 deletions
|
|
@ -72,18 +72,19 @@
|
|||
}
|
||||
|
||||
.participants_count {
|
||||
opacity: 0.5;
|
||||
&:before { content: '+'; }
|
||||
background-color: rgba($white, 0.7);
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
float: left;
|
||||
background-color: #fff;
|
||||
margin-top: 35px;
|
||||
margin-left: -50px;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
height: 15px;
|
||||
line-height: 15px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
height: 15px;
|
||||
line-height: 15px;
|
||||
margin-left: -50px;
|
||||
margin-top: 35px;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.participants {
|
||||
|
|
|
|||
Loading…
Reference in a new issue