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 pathtemplate.css
More file actions
109 lines (93 loc) · 2.61 KB
/
template.css
File metadata and controls
109 lines (93 loc) · 2.61 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
/**
* ej2 Menu template styles
*/
.template-menu-control {
margin-top: 45px;
text-align: center;
}
/**
* Common customization
*/
.e-bigger .template-menu-control .e-menu-wrapper.e-control ul.e-ul .e-menu-item,
.template-menu-control .e-menu-wrapper.e-control ul.e-ul .e-menu-item {
display: flex;
height: auto;
padding: 0;
}
/**
* Avatar customization
*/
.e-bigger .template-menu-control .e-menu-wrapper ul .e-menu-item .e-avatar {
background-size: auto;
text-indent: 40px;
}
.template-menu-control .e-menu-wrapper ul .e-menu-item .e-avatar {
background-color: inherit;
background-position: 0;
background-size: 25px;
color: inherit;
font-size: inherit;
height: inherit;
justify-content: left;
margin: 0 10px;
width: 100%;
text-indent: 35px;
}
/**
* Badge customization
*/
.template-menu-control .e-menu-wrapper ul .e-menu-item ul li {
padding: 0 10px;
}
.e-bigger .template-menu-control .e-menu-wrapper ul .e-menu-item ul li .e-badge {
margin: 18px 0px 0px 10px;
}
.template-menu-control .e-menu-wrapper ul .e-menu-item ul li .e-badge {
float: right;
margin: 13px 0px 0px 10px;
}
.template-menu-control .e-menu-wrapper ul .e-menu-item ul li:hover {
background-color: #eee;
}
.fabric .template-menu-control .e-menu-wrapper ul .e-menu-item ul li:hover {
background-color: #eaeaea;
}
.bootstrap .template-menu-control .e-menu-wrapper ul .e-menu-item ul li:hover {
background-color: #e6e6e6;
}
.highcontrast .template-menu-control .e-menu-wrapper ul .e-menu-item ul li:hover {
background-color: #685708;
}
/**
* Card customization
*/
.e-bigger .template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card {
width: 320px;
}
.template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card {
width: 290px;
font-size: inherit;
cursor: default;
background-color: inherit;
border-color: transparent;
}
.template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card .e-card-content {
white-space: normal;
color: inherit;
padding-top: 0;
text-align: justify;
font-size: inherit;
}
.e-bigger .template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card .cb-icons {
width: 40px;
font-size: 40px;
height: 40px;
}
.template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card .cb-icons {
width: 30px;
font-size: 30px;
height: 30px;
}
.template-menu-control .e-menu-wrapper ul.e-ul .e-menu-item .e-card .e-card-btn {
background-color: inherit;
}