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 pathsidebar-component.css
More file actions
123 lines (99 loc) · 1.83 KB
/
sidebar-component.css
File metadata and controls
123 lines (99 loc) · 1.83 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/* sample-level styles */
.center-align {
text-align: center;
padding: 20px;
}
.title {
text-align: center;
font-size: 20px;
padding: 15px;
}
#wrapper .column {
display: inline-block;
padding: 10px;
}
.sub-title {
text-align: center;
font-size: 16px;
padding: 10px;
}
.center {
text-align: center;
display: none;
font-size: 13px;
font-weight: 400;
margin-top: 20px;
}
.sb-content-tab .center {
display: block;
}
.sb-content-tab #wrapper {
display: none;
}
#default-sidebar {
background-color: rgb(25, 118, 210);
color: #ffffff;
}
#default-sidebar .close-btn:hover {
color: rgba(0, 0, 0, .87);
background-color: #fafafa;
}
/* sample-level styles */
#hamburger.menu {
font-size: 25px;
cursor: pointer;
float: left;
line-height: 50px;
position: absolute;
z-index: 1000;
}
#hamburger.menu:before {
content: '\e7f6';
}
#hamburger.menu.e-rtl {
position: relative;
float: right;
}
#wrapper #close:before {
content: "\e945";
}
.e-sidebar .title-header #close {
color: #fafafa;
cursor: pointer;
line-height: 25px;
}
.e-sidebar.e-left .title-header #close {
float: right;
}
.e-sidebar.e-right .title-header #close {
float: left;
}
.title-header {
text-align: center;
font-size: 18px;
padding: 15px;
}
.title.default {
padding: 25px 15px 15px;
}
#hamburger.default {
padding: 9px 15px 0;
}
/* sample-level styles */
/* newTab support styles */
.ej2-new .sb-header,
.ej2-new .sb-bread-crumb,
.ej2-new #action-description,
.ej2-new #description-section,
.ej2-new #description {
display: none
}
.ej2-new .container-fluid,
.ej2-new .container-fluid .control-section,
#sidebar-section {
padding: 0px;
}
.ej2-new .content.e-view {
top: 0px;
}
/* end of newTab support styles */