-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (82 loc) · 1.39 KB
/
style.css
File metadata and controls
104 lines (82 loc) · 1.39 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
body {
padding-top: 0px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
background-color: #004990;
}
.select-option-page {
padding: 40px 15px;
text-align: left;
background-color: #004990;
}
.select-option-page p, h1, h2, h3{
color: white;
padding-left: 20px;
}
.starter-template p, h1, h2{
color: white;
}
.navbar {
min-height: 80px;
}
.nav-pills {
padding-top: 35px;
}
.form-control {
width: 25%;
}
.form-group {
top-align: center;
}
#sign-up-button, #start-page-go, #sign-out-button {
background-color: #FF850A;
width:15%;
border-color: #FF850A;
font-weight: bold;
color: white;
}
#paypal-button, #credit-button{
background-color: #FF850A;
border-color: #FF850A;
font-weight: bold;
color: white;
}
.option-page-plan {
margin: 30px;
width: 245px;
height: 245px;
background-color: white;
color: Black;
border: 4px solid grey;
text-align: left;
}
.option-page-plan.active {
background-color:white;
color: black;
border: 4px solid #FF850A;
}
.option-page-plan:hover {
background-color:white;
color: black;
border: 4px solid #FF850A;
}
.credit {
margin: 6px;
}
.option-box {
color: black;
}
p.option{
color: black;
}
.option-page-plan.active .option-label {
background-color: #FF850A;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}