web-apps/apps/common/mobile/resources/less/material/_collaboration.less

59 lines
1 KiB
Plaintext
Raw Normal View History

2019-05-17 14:18:56 +00:00
.page-change {
.block-description {
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin: 0;
}
#user-name {
font-size: 17px;
line-height: 22px;
color: #000000;
margin: 0;
}
#date-change {
font-size: 14px;
line-height: 18px;
2019-05-21 08:02:03 +00:00
color: #6d6d72;
2019-05-17 14:18:56 +00:00
margin: 0;
margin-top: 3px;
}
#text-change {
color: #000000;
font-size: 15px;
line-height: 18px;
margin: 0;
margin-top: 10px;
}
.block-btn {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 0;
padding: 26px 0;
background-color: #EFEFF4;
#btn-next-change, #btn-reject-change {
margin-left: 20px;
}
.link {
display: inline-block;
.icon {
background-position: center;
height: 48px;
width: 48px;
}
}
}
}
.navbar .center-collaboration {
text-align: center;
}
.container-collaboration {
.navbar .right.close-collaboration {
position: absolute;
right: 5px;
}
2019-05-17 14:18:56 +00:00
}