-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpec_aruba.css
More file actions
66 lines (59 loc) · 1.38 KB
/
pec_aruba.css
File metadata and controls
66 lines (59 loc) · 1.38 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
body {
box-sizing: border-box;
color: #222;
font-family: 'Lato',sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
margin: 0;
margin-left: calc(50% - 450px);
background-color: #f2f2f1;
height: 100%;
max-width: 900px;
}
h1 {
color: #bf2924;
font-size: 22px;
font-weight: normal;
}
#otherservice .panel .panel-heading a.collapsed:before,
#otherservice .panel .panel-heading a:before,
#otherservice a,
#otherservice h1,
#otherservice h2,
#otherservice h3 {
color: #bf2924;
}
.kbtext, .SearchResults {
word-wrap: break-word;
font-size: 14px;
margin-bottom: 20px;
}
.kbtext a {
text-decoration: none;
}
#DivNodalGreen, .alert.alert-success, .alert.alert-info {
color: #000!important;
background-color: #e1f7e1!important;
border-left: 4px solid #028712!important;
border-top: 0!important;
border-right: 0!important;
border-bottom: 0!important;
border-radius: 0!important;
text-align: justify!important;
padding: 15px 25px!important;
}
#DivNodalRed, .alert.alert-danger, .alert.alert-disclaimer, .alert.alert-warning {
color: #000!important;
background-color: #f2dede!important;
border-left: 4px solid #bf0805!important;
border-top: 0!important;
border-right: 0!important;
border-bottom: 0!important;
border-radius: 0!important;
text-align: justify!important;
padding: 15px 25px!important;
}
#first_img {
width: 100%;
}