70 lines
1.4 KiB
SCSS
70 lines
1.4 KiB
SCSS
#backoffice_dossier_show {
|
|
|
|
#messages {
|
|
.last-commentaire {
|
|
display: block;
|
|
background-color: #FFFFFF;
|
|
.content, .new-action {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
.last-commentaire, .commentaire {
|
|
padding: 20px 0 0 20px;
|
|
.comment-header {
|
|
font-family: Arial;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
line-height: 16px;
|
|
color: #000000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.new-action {
|
|
background-color: #E45B51;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #FFFFFF;
|
|
width: 253px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-family: Arial;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.file {
|
|
padding-right: 70px;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
.link {
|
|
span {
|
|
width: 100%;
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.split-hr {
|
|
margin: 20px 20px 0 20px;
|
|
border-bottom: 1px solid #979797;
|
|
}
|
|
#new-commentaire {
|
|
padding: 35px;
|
|
.btn-send {
|
|
background-color: #E45B51;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
width: 150px;
|
|
height: 40px;
|
|
line-height: 28px;
|
|
font-family: Arial;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
float: right;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
#infos {
|
|
}
|
|
#dossier {
|
|
}
|
|
}
|