File tree Expand file tree Collapse file tree 4 files changed +36
-4
lines changed Expand file tree Collapse file tree 4 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,15 @@ <h3>About Dino Tutors</h3>
57
57
< script >
58
58
socket ( '9c79f14df986a1ec693c' , {
59
59
mode : 'enquiry' ,
60
- element : '#socket-enquiry' ,
61
- router_mode : 'history'
60
+ element : '#socket-enquiry'
62
61
} ) ;
63
62
64
63
socket ( '9c79f14df986a1ec693c' , {
65
64
router_mode : 'history'
65
+ } ) ;
66
+ socket ( '9c79f14df986a1ec693c' , {
67
+ mode : 'enquiry-modal' ,
68
+ element : '#socket-enquiry-modal' ,
69
+ router_mode : 'history'
66
70
} )
67
71
</ script >
Original file line number Diff line number Diff line change 25
25
< a href ="#about "> About</ a >
26
26
</ li >
27
27
< li class ="page-scroll ">
28
- < a href ="#contact " > Contact </ a >
28
+ < a href ="https://secure.dinotutors.com " > Sign in </ a >
29
29
</ li >
30
30
< li class ="page-scroll ">
31
- < a href =" https://secure.dinotutors.com " > Sign in </ a >
31
+ < div id =" socket-enquiry-modal " > </ div >
32
32
</ li >
33
33
</ ul >
34
34
</ div >
Original file line number Diff line number Diff line change 1
1
/* / 200
2
+
3
+ /enquiry / 200
4
+ /* /enquiry /:splat 200
Original file line number Diff line number Diff line change @@ -184,6 +184,31 @@ header {
184
184
outline : 0 ;
185
185
}
186
186
}
187
+ .tcs-enquiry-modal {
188
+ .tcs-centre {
189
+ color : $primary-colour ;
190
+ }
191
+ .tcs-enquiry-button {
192
+ background : $primary-colour ;
193
+ border : solid 2px $primary-colour ;
194
+ & :hover {
195
+ color : $primary-colour ;
196
+ background : transparent ;
197
+ text-decoration : none !important ;
198
+ }
199
+ }
200
+ .tcs-submit {
201
+ button {
202
+ background : $primary-colour ;
203
+ border : solid 2px $primary-colour ;
204
+ & :hover {
205
+ color : $primary-colour ;
206
+ background : transparent ;
207
+ text-decoration : none !important ;
208
+ }
209
+ }
210
+ }
211
+ }
187
212
}
188
213
189
214
.navbar-default , .navbar-inverse {
You can’t perform that action at this time.
0 commit comments