54 lines
963 B
Plaintext
54 lines
963 B
Plaintext
|
.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;
|
||
|
color: #8C8C8C;
|
||
|
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: 26px 0;
|
||
|
|
||
|
#btn-next-change, #btn-reject-change {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
|
||
|
.link {
|
||
|
height: 48px;
|
||
|
width: 48px;
|
||
|
display: inline-block;
|
||
|
.icon {
|
||
|
background-position: center;
|
||
|
height: 48px;
|
||
|
width: 48px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.navbar .center-collaboration {
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
margin-left: 45px;
|
||
|
}
|