Conversations: Add rounded corners to participants count and improve readability

This commit is contained in:
Steffen van Bergerem 2015-03-14 18:16:21 +01:00
parent 194fc3ea71
commit ca087d6b26

View file

@ -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 {