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 pathtypes.css
More file actions
117 lines (97 loc) · 2.26 KB
/
types.css
File metadata and controls
117 lines (97 loc) · 2.26 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
.fabric .sample_container.badge-types .e-badge-showcase.e-card {
background: transparent;
}
.control-section.badge-types-section {
overflow: auto;
padding-top: 40px;
}
.badge-types .e-btn {
position: relative;
}
/* Media queries for Multiple devices */
.e-bigger .sample_container.badge-types .e-btn {
padding: 0px 10px 2px 10px;
}
.highcontrast .sample_container.badge-types .e-btn:focus {
outline: 0px;
color: white;
}
.badge-types code {
text-transform: none;
}
@media only screen and (max-width: 890px) {
.sample_container.badge-types {
max-width: 311px;
margin: auto;
margin-top: 0px;
}
.e-card-content.text {
font-size: 10px;
}
.e-badge-showcase.e-card {
width: 135px;
}
}
@media only screen and (min-width: 890px) {
.sample_container.badge-types {
max-width: 745px;
margin: auto;
margin-top: 24px;
}
.e-badge-showcase.e-card {
width: 160px;
}
}
@media only screen and (max-width: 365px) {
.sample_container.badge-types {
max-width: 146px;
}
}
.badge-types .e-btn {
text-transform: none;
}
.sample_container.badge-types .badge-block {
margin: 2px 2px 2px 2px;
vertical-align: top;
display: inline-block;
}
.highcontrast .sample_container.badge-types code {
border: 0;
}
.sample_container.badge-types .badge-block-first {
position: relative;
}
/* Card Customization */
.e-badge-showcase.e-card {
height: 100px;
padding: 5px;
margin: 5px 3px;
box-shadow: none;
border-radius: 8px;
border: 1px solid #f1f1f1;
background-color: #f1f1f1;
}
.highcontrast .e-badge-showcase.e-card {
background-color: #000;
}
.e-badge-showcase.e-card .e-card-header .e-card-header-title {
align-self: center;
font-size: 18px;
letter-spacing: 1px;
text-shadow: #eaeaea 1px 1px 2px;
}
.e-badge-showcase.e-card .e-card-header .e-card-sub-title {
color: rgba(0, 0, 0, 0.75);
white-space: pre-line;
font-size: 14px;
text-shadow: #eaeaea 1px 1px 2px
}
.e-badge-showcase.e-card .e-card-header .e-card-sub-title p {
margin: 0;
}
.e-badge-showcase.e-card .e-card-content {
overflow: visible;
align-self: center;
padding: 0 0 10px 0;
overflow: initial;
}