Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 1234567891011121314151617181920212223242526 |
- .participants-count {
- background: #fff;
- border-radius: 4px;
- color: #5e6d7a;
- cursor: pointer;
- display: inline-block;
- font-size: 13px;
- line-height: 20px;
- margin-left: 16px;
- padding: 4px 8px;
- pointer-events: auto;
-
- &-number {
- margin-right: 8px;
- vertical-align: middle;
- }
-
- &-icon {
- background: url('../images/user-groups.svg');
- background-repeat: no-repeat;
- display: inline-block;
- height: 16px;
- width: 16px;
- vertical-align: middle;
- }
- }
|