-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle-pat.css
135 lines (119 loc) · 2.37 KB
/
style-pat.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*==========================benefits==============================*/
#benefits h1{
margin-bottom: 40px;
}
#benefits hr{
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
width: 20%;
}
#benefits .box-1{
padding: 30px 20px 20px 30px;
margin: 25px 0px 25px 0px;
font-size: 20px;
}
#benefits .box-1 p {
background-color: transparent;
color: #0666A1;
}
#benefits .benefit-icon {
padding-top: 0px;
padding-bottom:10px;
color: #0666A1;
}
/*==========================patron==============================*/
.patron-header h1{
padding-bottom: 0;
margin-bottom: 0;
}
.patron-header h3{
padding: 0;
}
.patrons-row img{
width: 80%;
max-width: 300px;
margin: 20px;
}
.patrons-row h3 {
color:#778899;
}
.gold img {
width: 100%;
max-width: 300px;
margin: 20px;
}
.silver img {
width: 50%;
max-width: 300px;
margin: 20px;
}
.bronze img {
width: 40%;
max-width: 300px;
margin: 20px;
}
/*==========================temp==============================*/
.patrons-temp{
padding-bottom: 40px;
}
.patrons-list li{
list-style: none;
text-align: center;
}
.patrons-list ul{
list-style: none;
text-align: left;
padding: 0;
margin: 0;
}
/*==========================patrons package button==============================*/
.package-button{
background-color: #0666A1;
font-size: 20px;
border: none;
margin-top: 10px;
}
.package-button:hover,
.package-button:active,
.package-button:visited,
.package-button:focus {
text-decoration: none;
background-color: #004c72;
color: #fff;
}
/*==========================patrons package options==============================*/
#pat-options .space-right {
margin-right: 10px;
}
#pat-options a[aria-expanded=true] .fa-caret-right {
display: none;
}
#pat-options a[aria-expanded=false] .fa-caret-down {
display: none;
}
#pat-options .card.card-block {
background-color: #eee;
border-radius: 10px;
height: 100%;
}
.pat-op-box li {
list-style: none;
padding: 0px;
}
.pat-op-box ul {
padding: 0px;
}
.pat-op-box h2 {
background-color: #0666A1;
font-weight: bold;
margin: 0 20% 0 20%;
color: #FFF;
padding: 6px;
font-size: 25px;
}
.pat-op-box h4 {
padding: 0;
margin: 15px 0 5px 0;
}
.pat-op-box {
margin-bottom: 35px;
}