-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
164 lines (134 loc) · 3.37 KB
/
style.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
*{
font-family: Arial, Helvetica, sans-serif;
}
#calculator .grid {
height: 100vh;
width: 100%;
display: grid;
place-items: center;
}
#calculator .grid-child {
width: 90%;
/* height: 90%; */
/* margin: 20px 0; */
padding: 40px 60px;
box-shadow: 10px 10px 30px grey;
border-radius: 10px;
}
#calculator .calculate-button {
background-color: #F27023;
color: #fff;
border-radius: 10px;
text-transform: capitalize;
font-weight: bold;
letter-spacing: 2px;
}
#calculator .calculate-button:hover{background-color: #fff; border: 1px solid #F27023; color: #F27023;}
#calculator hr.line {
width: 80px;
height: 4px;
background-color: #B02A30;
opacity: 100%
}
#calculator .tax-input{background-color: #ece2e1;padding: 30px 30px; border-radius: 10px; margin-bottom: 30px;}
#calculator .tax-output{background-color: #d3e0dc;padding: 30px 30px; border-radius: 10px; margin-bottom: 30px;}
#calculator .tax-summary{background-color: #fdf1d6;padding: 30px 30px; border-radius: 10px; margin-bottom: 30px;}
/* #calculator {}
#calculator {}
#calculator {}
#calculator {}
#calculator {} */
@media(max-width: 768px ){
#calculator .grid-child {
width: 100%;
}
}
@media(max-width: 425px){
#calculator .grid-child {
padding: 40px 20px;
}
}
#calculator .calculator-area-input button {
border-radius: 50px;
background-color: #B02A30;
border: 1px solid #fff;
}
#calculator .calculator-area-input button:hover {
background-color: #FDF5E1;
border: 1px solid #B02A30;
color: #B02A30;
}
#calculator .question-box h5 {
background-color: #B02A30;
color: #fff;
padding: 15px 20px;
border-radius: 10px;
}
#calculator .question-box .question-area .form-check {
font-size: 20px;
}
#calculator .question-area,
#calculator .calculate-demographic-score {
background-color: #FDF5E1;
padding: 20px 20px;
border-radius: 10px;
}
#wealth-question-two,
#wealth-question-three,
#wealth-question-four,
#wealth-question-five,
#wealth-question-six,
#wealth-question-seven,
#wealth-question-two,
#wealth-question-three,
#wealth-question-four,
#wealth-question-five,
#wealth-question-six,
#wealth-question-seven,
#risk-appetite-field,
#wealth-demographic-calculation,
#wealth-demographic-risk-quotient, .question-weight,#calculator-output
#wealth-demographic-calculation,
#wealth-demographic-risk-quotient {
display: none;
}
#calculator .help button {
border-radius: 50px;
background-color: #B02A30;
border: 1px solid #fff;
}
#calculator .help button:hover {
background-color: #FDF5E1;
border: 1px solid #B02A30;
color: #B02A30;
}
/* #calculator .question-box{margin:50px 200px;} */
#calculator .question-box h5 {
background-color: #B02A30;
color: #fff;
padding: 15px 20px;
border-radius: 10px;
}
#calculator .question-box .question-area .form-check {
font-size: 20px;
}
#calculator .question-area,
#calculator .calculate-demographic-score {
background-color: #FDF5E1;
padding: 20px 20px;
border-radius: 10px;
}
/* #calculator .question-weight {
background-color: #31AB4D;
font-weight: bold;
color: #fff;
padding: 10px 20px;
border-radius: 10px;
} */
#calculator .calculator-pera-text{
text-align: justify;
background-color: antiquewhite;
border-radius: 10px;
padding: 10px 20px;
margin-top: 10px;
}