web-apps/apps/common/mobile/resources/less/collaboration.less

21 lines
466 B
Plaintext
Raw Normal View History

2021-05-12 17:00:00 +00:00
.page.page-users {
background-color: @white;
.block-title {
text-transform: none;
color: @black;
margin-top: 20px;
margin-bottom: 20px;
font-size: 17px;
2021-05-25 15:22:34 +00:00
line-height: 17px;
2021-05-12 17:00:00 +00:00
font-weight: normal;
}
.color {
min-width: 40px;
min-height: 40px;
text-align: center;
border-radius: 50px;
line-height: 40px;
color: @white;
font-size: 18px;
}
2020-08-31 17:31:05 +00:00
}