forked from Gitlink/forgeplus-react
46 lines
702 B
SCSS
46 lines
702 B
SCSS
.blue_line_btn {
|
|
color: #4cacff !important;
|
|
border: 1px solid #4cacff;
|
|
background: #fff !important;
|
|
}
|
|
|
|
.base_smallBtn {
|
|
color: #ccc;
|
|
font-size: 14px;
|
|
background: #ccc;
|
|
border-radius: 4px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
display: block;
|
|
width: 100px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
margin-top: 1.25rem;
|
|
}
|
|
|
|
.fileCommentsList {
|
|
background: #fafafa;
|
|
padding-top: .25rem;
|
|
}
|
|
|
|
.comments-item{
|
|
margin-top:1rem;
|
|
}
|
|
.comments-content {
|
|
text-align: left;
|
|
font-size: 16px;
|
|
line-height: 1.6;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.small-head{
|
|
max-width: 2rem;
|
|
}
|
|
|
|
.clickable:hover{
|
|
color: #4cacff;
|
|
cursor: pointer;
|
|
} |