jiti-meet/css/_labels.scss

38 lines
545 B
SCSS
Raw Normal View History

.label {
align-items: center;
background: #36383C;
border-radius: 3px;
color: #fff;
2020-05-18 12:07:09 +00:00
display: flex;
font-size: 12px;
font-weight: 600;
height: 28px;
margin: 0 0 4px 4px;
padding: 0 8px;
2020-05-18 12:07:09 +00:00
&--green {
background: #31B76A;
2020-05-18 12:07:09 +00:00
}
&--red {
background: #E34F56
2020-05-18 12:07:09 +00:00
}
&--white {
background: #fff;
color: #5e6d7a;
2020-05-18 12:07:09 +00:00
svg {
fill: #5e6d7a;
}
2020-05-18 12:07:09 +00:00
}
}
2020-05-18 12:07:09 +00:00
.label-text-with-icon {
margin-left: 8px;
2020-05-18 12:07:09 +00:00
}
.participants-count {
cursor: pointer;
}