forked from delivered/chargify-zendesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
61 lines (48 loc) · 1.21 KB
/
app.css
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
h2 {
font-size: 1em;
}
span.code {
margin: 10px 0;
display: block;
overflow-y: scroll;
}
.site-tag {
display: block;
padding: 0.35em 0 0.5em 0.1em;
border-top: 1px dotted #ccc;
font-size: 1.25em;
}
.no-data {
text-align: center;
padding: 20%;
}
.center{
text-align:center;
}
.customer-list li {
height: auto !important;
}
.customer-list li small {
display: block;
}
.dont-break-out {
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
a[href^="//"]:after,
a[href^="http://"]:after,
a[href^="https://"]:after {
content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC");
margin: 0 0 0 4px;
}