_product.scss
901 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.mainwrapper .toggle-table tr {
cursor: pointer;
}
.mainwrapper .toggle-table tr.level1 td:nth-of-type(1) {
text-indent: 2px;
}
.mainwrapper .toggle-table tr.level2 td:nth-of-type(1) {
text-indent: 15px;
}
.mainwrapper .toggle-table tr.level3 td:nth-of-type(1) {
text-indent: 30px;
}
.pattrscroll {
background: #F7F7F7;
ul {
padding-left: 0;
}
li {
cursor: pointer;
}
}
.mainwrapper .list-group-item.level1 {
text-indent: 2px;
}
.mainwrapper .list-group-item.level2 {
text-indent: 15px;
}
.mainwrapper .list-group-item.level3 {
text-indent: 30px;
}
.attr-item-active {
background: #428bca;
color: #fff;
}
.pannel-scroll {
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
.attr-select {
display: block;
height: 40px;
line-height: 40px;
border: 1px solid #ccc;
border-radius: 3px;
}