|
|
@@ -62,12 +62,14 @@ export default {
|
|
62
|
62
|
.view--onboarding
|
|
63
|
63
|
width: 100%
|
|
64
|
64
|
max-width: 428px
|
|
65
|
|
- height: 100vh
|
|
66
|
65
|
background-color: #fff
|
|
67
|
66
|
color: #1F2024
|
|
68
|
|
- font-family: 'Century Gothic'
|
|
|
67
|
+ font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif
|
|
69
|
68
|
margin: 0 auto
|
|
70
|
69
|
|
|
|
70
|
+ article
|
|
|
71
|
+ height: 100vh
|
|
|
72
|
+
|
|
71
|
73
|
.w-button
|
|
72
|
74
|
display: flex
|
|
73
|
75
|
width: 315px
|
|
|
@@ -90,15 +92,19 @@ export default {
|
|
90
|
92
|
|
|
91
|
93
|
.w-card
|
|
92
|
94
|
background-color: #1F2024
|
|
93
|
|
- font-family: 'Century Gothic' sans-serif
|
|
94
|
|
- min-height: 100vh
|
|
95
|
|
- height: 100%
|
|
96
|
95
|
justify-content: center
|
|
97
|
96
|
align-items: center
|
|
98
|
97
|
width: 100%
|
|
|
98
|
+<<<<<<< HEAD
|
|
|
99
|
+
|
|
|
100
|
+ h3
|
|
|
101
|
+ text-transform: uppercase
|
|
|
102
|
+=======
|
|
|
103
|
+
|
|
99
|
104
|
|
|
100
|
105
|
h3
|
|
101
|
106
|
text-transform: uppercase
|
|
|
107
|
+>>>>>>> 41496c8 (:sparkles: questionnaire styles added #TODO radio buttons checked correct color)
|
|
102
|
108
|
text-align: center
|
|
103
|
109
|
font-size: 28px
|
|
104
|
110
|
font-weight: bold
|
|
|
@@ -124,10 +130,30 @@ export default {
|
|
124
|
130
|
margin: 11px auto
|
|
125
|
131
|
font-weight: bold
|
|
126
|
132
|
font-size: 16px
|
|
127
|
|
- .w-select
|
|
128
|
|
- padding: 11px
|
|
129
|
|
- color: #1F2024
|
|
130
|
|
- .search-type
|
|
131
|
|
- color: #1F2024
|
|
|
133
|
+
|
|
|
134
|
+ .w-select
|
|
|
135
|
+ padding: 11px
|
|
|
136
|
+ color: #1F2024
|
|
|
137
|
+
|
|
|
138
|
+ .search-type
|
|
|
139
|
+ color: #1F2024
|
|
|
140
|
+ height: 50px
|
|
|
141
|
+
|
|
|
142
|
+ &.question
|
|
|
143
|
+ p
|
|
|
144
|
+ font-size: 18px
|
|
|
145
|
+ text-align: left
|
|
|
146
|
+ margin: 7px auto
|
|
|
147
|
+ font-weight: normal
|
|
|
148
|
+ section
|
|
|
149
|
+ p
|
|
|
150
|
+ margin: 0
|
|
|
151
|
+ font-weight: bold
|
|
|
152
|
+ text-transform: capitalize
|
|
|
153
|
+ .w-radio__input
|
|
|
154
|
+ background-color: #D93D59
|
|
|
155
|
+ .w-card__content
|
|
|
156
|
+ .w-button
|
|
132
|
157
|
height: 50px
|
|
|
158
|
+ background-color: #5BA626
|
|
133
|
159
|
</style>
|