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 pathsample.css
More file actions
82 lines (67 loc) · 1.97 KB
/
sample.css
File metadata and controls
82 lines (67 loc) · 1.97 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.control-section.input-content-wrapper .e-input-picture:before {
content: '\e7b3';
font-family: e-icons;
}
.control-section.input-content-wrapper .e-input-calendar:before {
content: "";
font-family: e-icons;
font-size: 13px;
}
.control-section.input-content-wrapper .e-input-group.e-small { /* csslint allow: adjoining-classes */
padding-top: 0px;
}
.control-section.input-content-wrapper .control-label {
font-size: 12px;
opacity: 0.54;
padding:24px 0 0;
}
.control-section.input-content-wrapper div.row {
padding: 0 30px;
}
@media only screen and (max-width: 480px) {
.control-section.input-content-wrapper .col-xs-6,
.control-section.input-content-wrapper .col-xs-4,
.control-section.input-content-wrapper .col-xs-12 {
box-sizing: border-box;
padding: 10px 5px;
width: 100%;
}
.control-section.input-content-wrapper div.row {
padding: 0 15px;
}
}
#description td { /* csslint allow: adjoining-classes */
vertical-align: top;
}
.control-section.input-content-wrapper .custom-padding-10 {
padding:10px 0 0;
}
.control-section.input-content-wrapper .custom-padding-5 {
padding:5px 0;
}
.control-section.input-content-wrapper .custom-width {
width: 100%;
}
.control-section.input-content-wrapper .custom-padding-bottom-10 {
padding-bottom: 10px;
}
.control-section .row.custom-margin {
margin-top: 20px;
}
.e-bigger .control-section .row.custom-margin {
margin-top: 15px;
}
@media only screen and (max-width: 480px) {
.control-section.input-content-wrapper .content-wrapper {
width: 92%;
}
.control-section.input-content-wrapper .col-xs-6,
.control-section.input-content-wrapper .col-xs-4,
.control-section.input-content-wrapper .col-xs-12 {
padding: 10px 5px;
width: 100%;
}
}
.control-section.input-content-wrapper .col-xs-12.col-sm-12.col-lg-12.col-md-12 {
padding: 0px 15px;
}