Reply.less
933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.wev-comp-Reply{
display: none;
background-color: rgba(235, 236, 238, 1);
border-top: 0.5px rgb(228, 228, 228) solid;
overflow: hidden;
box-sizing: border-box;
padding: 6px 7px 7px 7px;
}
.wev-comp-Reply .wev-reply-formwrap{
width: auto;
padding-right: 6px;
overflow: hidden;
}
.wev-comp-Reply .wev-reply-content{
width: 100%;
height: 36 * @hd;
border: none;
border-radius: 4px;
font-size: @font-size-base;
background: #fbfbfb;
padding: 0px 0px 0px 7px;
box-sizing: border-box;
}
.wev-comp-Reply .wev-reply-btn{
height: 36 * @hd;
line-height: 36 * @hd;
border: 1px solid var(--themeColor);
background-color: var(--themeColor);
color: #fff;
border-radius: 4px;
box-sizing: border-box;
font-size: @font-size-base;
cursor: pointer;
text-align: center;
padding: 0px 8px;
float: right;
}
.wev-comp-Reply .wev-reply-btn.disabled{
opacity: 0.3;
}