-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
94 lines (80 loc) · 1.57 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
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
article img:not([alt="Logo"]) {
opacity: .6;
}
article img.logo {
float: left;
margin: 0 1rem 1rem 0;
opacity: 1;
}
.screen-reader-text {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.main {
margin-bottom: 60px;
}
/* Fix link color (insufficient contrast) */
.breadcrumbs__inner a,
.browser-default a,
.ticket__body_block p > a,
.ticket__params .params--block .list,
.link,
.kb--folder a,
.preview .preview__title,
.topics__list a,
.form__search .form__search_results .results--list li a,
.ticket__body_block .block--head .more,
.ticket__body_block .block--head .more span,
.form-footer .link,
.footer a {
color: #1471e2;
}
.btn--blue-border {
color: #1471e2;
border-color: #1471e2;
}
.btn-full {
background-color: #1471e2;
}
/* Fix light grey color (insufficient contrast) */
.label,
.form-group label,
.cust-help .lightgrey,
.checkbox-custom [type="checkbox"]:not(:checked) + label,
.ticket__params .params--block .row .title,
.ticket__block-footer {
color: #26282a;
}
.cust-help .header,
.search__form {
background: #ffc234;
border-bottom: none;
}
.cust-help .header__logo,
.cust-help .header .dropdown-select .label {
color: #26282a;
}
.main__content {
background-color: white;
}
th {
padding: 4px;
}
.cust-help .info-block {
background-color: #d1ecf1;
border: 1px solid #bee5eb;
color: #0c5460;
padding: 12px 20px;
border-radius: .3em;
}
.ticket__body_block {
text-align: left;
}
.ticket__body_block .block--description ul {
margin: 1em 0;
}