This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinline.css
More file actions
62 lines (51 loc) · 1.35 KB
/
inline.css
File metadata and controls
62 lines (51 loc) · 1.35 KB
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
56
57
58
59
60
61
62
#inline-control {
width: 100%;
text-align: center;
}
#inline-control .col-xs-12 {
margin: 10px 0;
}
#inline-control #preview {
background: transparent url('./src/color-picker/images/pen.png') no-repeat;
display: inline-block;
height: 80px;
margin: 10px 0;
width: 600px;
background-color: #008000;
}
#inline-control.e-mobile-control #preview {
background: transparent url('./src/color-picker/images/pen_mobile.png') no-repeat;
background-color: #008000;
height: 35px;
width: 300px;
}
.highcontrast #inline-control #preview {
background: transparent url('./src/color-picker/images/pen_highcontrast.png') no-repeat;
background-color: #008000;
}
.highcontrast #inline-control.e-mobile-control #preview {
background: transparent url('./src/color-picker/images/pen_mobile_highcontrast.png') no-repeat;
background-color: #008000;
}
#inline-control h4 {
margin-bottom: 20px;
color: rgba(0, 0, 0, 0.64);
}
.highcontrast #inline-control h4 {
color: #fff;
}
.e-bigger #inline-control h4 {
font-size: 20px;
}
#inline-control.e-mobile-control h4 {
margin-bottom: 15px;
}
#inline-control.e-mobile-control #inline-content {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
#inline-control.e-mobile-control #inline-content .col-xs-12 {
flex: 0 0 auto;
margin-top: 5px;
}