web-apps/apps/common/mobile/resources/less/collaboration.less
2021-05-12 20:00:00 +03:00

20 lines
439 B
Plaintext

.page.page-users {
background-color: @white;
.block-title {
text-transform: none;
color: @black;
margin-top: 20px;
margin-bottom: 20px;
font-size: 17px;
font-weight: normal;
}
.color {
min-width: 40px;
min-height: 40px;
text-align: center;
border-radius: 50px;
line-height: 40px;
color: @white;
font-size: 18px;
}
}