| 1 |
html { |
| 2 |
background: #f9f9f9; |
| 3 |
} |
| 4 |
|
| 5 |
body { |
| 6 |
margin: 60px auto 24px; |
| 7 |
box-shadow: none; |
| 8 |
background: #f9f9f9; |
| 9 |
padding: 0; |
| 10 |
} |
| 11 |
|
| 12 |
.yatra-logo { |
| 13 |
text-align: center; |
| 14 |
} |
| 15 |
|
| 16 |
.yatra-logo a { |
| 17 |
text-decoration: none; |
| 18 |
} |
| 19 |
|
| 20 |
.yatra-setup-content { |
| 21 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); |
| 22 |
padding: 24px 24px 0; |
| 23 |
background: #fff; |
| 24 |
overflow: hidden; |
| 25 |
zoom: 1; |
| 26 |
} |
| 27 |
|
| 28 |
.yatra-setup-content .button { |
| 29 |
|
| 30 |
border-color: #05987b; |
| 31 |
color: #05987b; |
| 32 |
|
| 33 |
} |
| 34 |
|
| 35 |
.yatra-setup-content .button:hover, .yatra-setup-content .button:active { |
| 36 |
|
| 37 |
border-color: #017760; |
| 38 |
color: #017760; |
| 39 |
|
| 40 |
} |
| 41 |
|
| 42 |
.yatra-setup-content .button-primary { |
| 43 |
background: #05987b; |
| 44 |
border-color: #05987b; |
| 45 |
color: #fff; |
| 46 |
} |
| 47 |
|
| 48 |
a { |
| 49 |
color: #05987b; |
| 50 |
} |
| 51 |
|
| 52 |
a:hover, a:active { |
| 53 |
color: #017760; |
| 54 |
} |
| 55 |
|
| 56 |
.yatra-setup-content .button-primary:hover, .yatra-setup-content .button-primary:active { |
| 57 |
background: #017760; |
| 58 |
border-color: #017760; |
| 59 |
color: #fff; |
| 60 |
} |
| 61 |
|
| 62 |
.yatra-setup-content h1, |
| 63 |
.yatra-setup-content h2, |
| 64 |
.yatra-setup-content h3, |
| 65 |
.yatra-setup-content table { |
| 66 |
margin: 0 0 24px; |
| 67 |
border: 0; |
| 68 |
padding: 0; |
| 69 |
color: #666; |
| 70 |
clear: none; |
| 71 |
} |
| 72 |
|
| 73 |
.yatra-setup-content p { |
| 74 |
margin: 0 0 24px; |
| 75 |
font-size: 1em; |
| 76 |
line-height: 1.75em; |
| 77 |
color: #666; |
| 78 |
} |
| 79 |
|
| 80 |
.yatra-setup-content ul.unstyled { |
| 81 |
list-style: none; |
| 82 |
margin: 0 0 20px 0; |
| 83 |
} |
| 84 |
|
| 85 |
.yatra-setup-content ul.unstyled li { |
| 86 |
padding-bottom: 10px; |
| 87 |
} |
| 88 |
|
| 89 |
.yatra-setup-content ul.unstyled li.add-new { |
| 90 |
padding-top: 15px; |
| 91 |
} |
| 92 |
|
| 93 |
.yatra-setup-content table { |
| 94 |
font-size: 1em; |
| 95 |
line-height: 1.75em; |
| 96 |
color: #666; |
| 97 |
} |
| 98 |
|
| 99 |
.yatra-setup-content a { |
| 100 |
color: #a16696; |
| 101 |
} |
| 102 |
|
| 103 |
.yatra-setup-content a:hover, |
| 104 |
.yatra-setup-content a:focus { |
| 105 |
color: #111; |
| 106 |
} |
| 107 |
|
| 108 |
.yatra-setup-content .form-table th { |
| 109 |
width: 35%; |
| 110 |
vertical-align: top; |
| 111 |
font-weight: normal; |
| 112 |
} |
| 113 |
|
| 114 |
.yatra-setup-content .form-table td { |
| 115 |
vertical-align: top; |
| 116 |
} |
| 117 |
|
| 118 |
.yatra-setup-content .form-table td select, |
| 119 |
.yatra-setup-content .form-table td input { |
| 120 |
width: 100%; |
| 121 |
box-sizing: border-box; |
| 122 |
} |
| 123 |
|
| 124 |
.yatra-setup-content .form-table td select { |
| 125 |
border: 1px solid #ccc; |
| 126 |
padding: 5px 10px; |
| 127 |
vertical-align: middle; |
| 128 |
line-height: 1; |
| 129 |
height: 40px; |
| 130 |
font-size: 14px; |
| 131 |
} |
| 132 |
|
| 133 |
.yatra-setup-content .form-table td input[size] { |
| 134 |
width: auto; |
| 135 |
} |
| 136 |
|
| 137 |
.yatra-setup-content .form-table td .description { |
| 138 |
line-height: 1.5em; |
| 139 |
display: block; |
| 140 |
margin-top: 0.25em; |
| 141 |
color: #999; |
| 142 |
font-style: italic; |
| 143 |
} |
| 144 |
|
| 145 |
.yatra-setup-content .form-table td .input-checkbox, |
| 146 |
.yatra-setup-content .form-table td .input-radio { |
| 147 |
width: auto; |
| 148 |
box-sizing: inherit; |
| 149 |
padding: inherit; |
| 150 |
margin: 0 0.5em 0 0; |
| 151 |
box-shadow: none; |
| 152 |
} |
| 153 |
|
| 154 |
.yatra-setup-content .form-table .section_title td { |
| 155 |
padding: 0; |
| 156 |
} |
| 157 |
|
| 158 |
.yatra-setup-content .form-table .section_title td h2, |
| 159 |
.yatra-setup-content .form-table .section_title td p { |
| 160 |
margin: 12px 0 0; |
| 161 |
} |
| 162 |
|
| 163 |
.yatra-setup-content .form-table th, |
| 164 |
.yatra-setup-content .form-table td { |
| 165 |
padding: 12px 0; |
| 166 |
margin: 0; |
| 167 |
border: 0; |
| 168 |
} |
| 169 |
|
| 170 |
.yatra-setup-content .form-table th:first-child, |
| 171 |
.yatra-setup-content .form-table td:first-child { |
| 172 |
padding-right: 1em; |
| 173 |
} |
| 174 |
|
| 175 |
.yatra-setup-content .final-step { |
| 176 |
text-align: center; |
| 177 |
} |
| 178 |
|
| 179 |
.yatra-setup-content .final-step h1 { |
| 180 |
border-bottom: 1px solid #eee; |
| 181 |
padding-bottom: 20px; |
| 182 |
margin-bottom: 30px; |
| 183 |
} |
| 184 |
|
| 185 |
.yatra-setup-content .final-step h2 { |
| 186 |
float: left; |
| 187 |
width: 36%; |
| 188 |
text-align: right; |
| 189 |
margin-right: 20px; |
| 190 |
} |
| 191 |
|
| 192 |
.yatra-setup-content .final-step a { |
| 193 |
float: left; |
| 194 |
} |
| 195 |
|
| 196 |
.yatra-setup-content .final-step .btn-add-employees { |
| 197 |
margin-right: 10px; |
| 198 |
} |
| 199 |
|
| 200 |
.yatra-setup-content .two-col { |
| 201 |
overflow: hidden; |
| 202 |
margin: 0 0 24px; |
| 203 |
} |
| 204 |
|
| 205 |
.yatra-setup-content .two-col::after { |
| 206 |
content: ''; |
| 207 |
clear: both; |
| 208 |
} |
| 209 |
|
| 210 |
.yatra-setup-content .two-col .col-first, |
| 211 |
.yatra-setup-content .two-col .col-last { |
| 212 |
width: 50%; |
| 213 |
box-sizing: border-box; |
| 214 |
float: left; |
| 215 |
} |
| 216 |
|
| 217 |
.yatra-setup-content .yatra-setup-next-steps { |
| 218 |
overflow: hidden; |
| 219 |
margin: 0 0 24px; |
| 220 |
} |
| 221 |
|
| 222 |
.yatra-setup-content .yatra-setup-next-steps h2 { |
| 223 |
margin-bottom: 12px; |
| 224 |
} |
| 225 |
|
| 226 |
.yatra-setup-content .yatra-setup-actions { |
| 227 |
overflow: hidden; |
| 228 |
} |
| 229 |
|
| 230 |
.yatra-setup-content .yatra-setup-actions .button { |
| 231 |
float: right; |
| 232 |
font-size: 1.25em; |
| 233 |
padding: 0.5em 1em; |
| 234 |
line-height: 1em; |
| 235 |
margin-right: 0.5em; |
| 236 |
height: auto; |
| 237 |
} |
| 238 |
|
| 239 |
.yatra-setup-content .yatra-setup-actions .button-primary { |
| 240 |
float: right; |
| 241 |
} |
| 242 |
|
| 243 |
.yatra-setup-steps { |
| 244 |
padding: 0 0 24px; |
| 245 |
margin: 0; |
| 246 |
list-style: none outside; |
| 247 |
overflow: hidden; |
| 248 |
color: #ccc; |
| 249 |
width: 100%; |
| 250 |
display: -webkit-inline-flex; |
| 251 |
display: -ms-inline-flexbox; |
| 252 |
display: inline-flex; |
| 253 |
} |
| 254 |
|
| 255 |
.yatra-setup-steps li { |
| 256 |
width: 20%; |
| 257 |
float: left; |
| 258 |
padding: 0 0 0.8em; |
| 259 |
margin: 0; |
| 260 |
text-align: center; |
| 261 |
position: relative; |
| 262 |
border-bottom: 4px solid #ccc; |
| 263 |
line-height: 1.4em; |
| 264 |
} |
| 265 |
|
| 266 |
.yatra-setup-steps li a { |
| 267 |
color: inherit; |
| 268 |
text-decoration: none; |
| 269 |
} |
| 270 |
|
| 271 |
.yatra-setup-steps li a:focus { |
| 272 |
outline: 0; |
| 273 |
box-shadow: none; |
| 274 |
} |
| 275 |
|
| 276 |
.yatra-setup-steps li:before { |
| 277 |
content: ""; |
| 278 |
border: 4px solid #ccc; |
| 279 |
border-radius: 100%; |
| 280 |
width: 4px; |
| 281 |
height: 4px; |
| 282 |
position: absolute; |
| 283 |
bottom: 0; |
| 284 |
left: 50%; |
| 285 |
margin-left: -6px; |
| 286 |
margin-bottom: -8px; |
| 287 |
background: #fff; |
| 288 |
} |
| 289 |
|
| 290 |
.yatra-setup-steps li.active { |
| 291 |
border-color: #017760; |
| 292 |
color: #017760; |
| 293 |
} |
| 294 |
|
| 295 |
.yatra-setup-steps li.active:before { |
| 296 |
border-color: #017760; |
| 297 |
} |
| 298 |
|
| 299 |
.yatra-setup-steps li:focus { |
| 300 |
outline: 0; |
| 301 |
} |
| 302 |
|
| 303 |
.yatra-setup-steps li.done { |
| 304 |
border-color: #017760; |
| 305 |
color: #017760; |
| 306 |
} |
| 307 |
|
| 308 |
.yatra-setup-steps li.done:before { |
| 309 |
border-color: #017760; |
| 310 |
background: #017760; |
| 311 |
} |
| 312 |
|
| 313 |
.yatra-return-to-dashboard { |
| 314 |
font-size: 0.85em; |
| 315 |
color: #b5b5b5; |
| 316 |
margin: 1.18em 0; |
| 317 |
display: block; |
| 318 |
text-align: center; |
| 319 |
} |
| 320 |
|
| 321 |
/* Toggle switch */ |
| 322 |
.form-table { |
| 323 |
/* End toggle switch */ |
| 324 |
} |
| 325 |
|
| 326 |
.form-table .updated p { |
| 327 |
margin-bottom: 10px; |
| 328 |
} |
| 329 |
|
| 330 |
.form-table .switch-input { |
| 331 |
display: none; |
| 332 |
} |
| 333 |
|
| 334 |
.form-table .switch-label { |
| 335 |
position: relative; |
| 336 |
display: inline-block; |
| 337 |
min-width: 112px; |
| 338 |
cursor: pointer; |
| 339 |
font-weight: 500; |
| 340 |
text-align: left; |
| 341 |
margin: 2px 0; |
| 342 |
padding: 0 0 0 44px; |
| 343 |
} |
| 344 |
|
| 345 |
.form-table .switch-label:before, |
| 346 |
.form-table .switch-label:after { |
| 347 |
content: ""; |
| 348 |
position: absolute; |
| 349 |
margin: 0; |
| 350 |
outline: 0; |
| 351 |
top: 50%; |
| 352 |
-ms-transform: translate(0, -50%); |
| 353 |
-webkit-transform: translate(0, -50%); |
| 354 |
transform: translate(0, -50%); |
| 355 |
-webkit-transition: all 0.3s ease; |
| 356 |
transition: all 0.3s ease; |
| 357 |
} |
| 358 |
|
| 359 |
.form-table .switch-label:before { |
| 360 |
left: 1px; |
| 361 |
width: 34px; |
| 362 |
height: 14px; |
| 363 |
background-color: #9E9E9E; |
| 364 |
border-radius: 8px; |
| 365 |
} |
| 366 |
|
| 367 |
.form-table .switch-label:after { |
| 368 |
left: 0; |
| 369 |
width: 20px; |
| 370 |
height: 20px; |
| 371 |
background-color: #FAFAFA; |
| 372 |
border-radius: 50%; |
| 373 |
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); |
| 374 |
} |
| 375 |
|
| 376 |
.form-table .switch-label .toggle--on { |
| 377 |
display: none; |
| 378 |
} |
| 379 |
|
| 380 |
.form-table .switch-label .toggle--off { |
| 381 |
display: inline-block; |
| 382 |
} |
| 383 |
|
| 384 |
.form-table .switch-input:checked + .switch-label:before { |
| 385 |
background-color: rgba(1, 119, 96, 0.5); |
| 386 |
} |
| 387 |
|
| 388 |
.form-table .switch-input:checked + .switch-label:after { |
| 389 |
background-color: #05987b; |
| 390 |
-ms-transform: translate(80%, -50%); |
| 391 |
-webkit-transform: translate(80%, -50%); |
| 392 |
transform: translate(80%, -50%); |
| 393 |
} |
| 394 |
|
| 395 |
.form-table .switch-input:checked + .switch-label .toggle--on { |
| 396 |
display: inline-block; |
| 397 |
} |
| 398 |
|
| 399 |
.form-table .switch-input:checked + .switch-label .toggle--off { |
| 400 |
display: none; |
| 401 |
} |
| 402 |
|
| 403 |
.plugin-install-info { |
| 404 |
display: block; |
| 405 |
text-align: center; |
| 406 |
color: #999; |
| 407 |
line-height: 1.5em; |
| 408 |
margin-bottom: 15px; |
| 409 |
padding: 5px; |
| 410 |
border-radius: 4px; |
| 411 |
font-size: 14px; |
| 412 |
} |
| 413 |
|
| 414 |
.plugin-install-info .plugin-install-info-list-item a { |
| 415 |
font-style: italic; |
| 416 |
} |
| 417 |
|
| 418 |
.yatra-setup-content .theme-browser .theme { |
| 419 |
cursor: pointer; |
| 420 |
float: left; |
| 421 |
margin: 0 4% 4% 0; |
| 422 |
position: relative; |
| 423 |
width: 46%; |
| 424 |
border: 1px solid #ddd; |
| 425 |
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); |
| 426 |
box-sizing: border-box; |
| 427 |
} |
| 428 |
|
| 429 |
.yatra-setup-content .theme-browser .themes { |
| 430 |
clear: both; |
| 431 |
} |
| 432 |
|
| 433 |
.yatra-setup-content .theme-browser .theme .theme-screenshot { |
| 434 |
display: block; |
| 435 |
overflow: hidden; |
| 436 |
position: relative; |
| 437 |
-webkit-backface-visibility: hidden; |
| 438 |
transition: opacity 0.2s ease-in-out; |
| 439 |
} |
| 440 |
|
| 441 |
.yatra-setup-content .theme-browser .theme .theme-screenshot img { |
| 442 |
height: auto; |
| 443 |
position: absolute; |
| 444 |
left: 0; |
| 445 |
top: 0; |
| 446 |
width: 100%; |
| 447 |
transition: opacity 0.2s ease-in-out; |
| 448 |
} |
| 449 |
|
| 450 |
.yatra-setup-content .theme-browser .theme .theme-screenshot:after { |
| 451 |
content: ""; |
| 452 |
display: block; |
| 453 |
padding-top: 66.66666%; |
| 454 |
} |
| 455 |
|
| 456 |
.yatra-setup-content .theme-browser:after { |
| 457 |
content: ""; |
| 458 |
display: block; |
| 459 |
clear: both; |
| 460 |
} |
| 461 |
|
| 462 |
.yatra-setup-content .theme-id-container { |
| 463 |
position: relative; |
| 464 |
} |
| 465 |
|
| 466 |
.yatra-setup-content .theme-browser .theme .theme-name { |
| 467 |
font-size: 15px; |
| 468 |
font-weight: 600; |
| 469 |
height: 18px; |
| 470 |
margin: 0; |
| 471 |
padding: 15px; |
| 472 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
| 473 |
overflow: hidden; |
| 474 |
white-space: nowrap; |
| 475 |
text-overflow: ellipsis; |
| 476 |
background: #05997c0d; |
| 477 |
background: rgba(5, 152, 123, 0.05); |
| 478 |
color: #000; |
| 479 |
text-transform: uppercase; |
| 480 |
} |
| 481 |
|
| 482 |
.yatra-setup-content .theme-browser .theme.active .theme-actions, |
| 483 |
.yatra-setup-content .theme-browser .theme .theme-actions { |
| 484 |
position: absolute; |
| 485 |
top: 50%; |
| 486 |
transform: translateY(-50%); |
| 487 |
right: 0; |
| 488 |
padding: 10px 15px; |
| 489 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); |
| 490 |
} |
| 491 |
|
| 492 |
.yatra-setup-content .theme-browser .theme .theme-actions { |
| 493 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 494 |
opacity: 0; |
| 495 |
transition: opacity 0.1s ease-in-out; |
| 496 |
height: auto; |
| 497 |
background: rgba(224, 224, 224, 0.7); |
| 498 |
border-left: 1px solid rgba(0, 0, 0, 0.05); |
| 499 |
} |
| 500 |
|
| 501 |
.yatra-setup-content .theme-browser .theme:hover .theme-actions, |
| 502 |
.yatra-setup-content .theme-browser .theme.focus .theme-actions, |
| 503 |
.yatra-setup-content .theme-browser .theme:focus .theme-actions { |
| 504 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 505 |
opacity: 1; |
| 506 |
} |
| 507 |
|
| 508 |
.yatra-setup-content .theme-browser.rendered .theme:hover .more-details, |
| 509 |
.yatra-setup-content .theme-browser.rendered .theme:focus .more-details { |
| 510 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 511 |
opacity: 1; |
| 512 |
} |
| 513 |
|
| 514 |
.yatra-setup-content .theme-browser .theme .more-details { |
| 515 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 516 |
opacity: 0; |
| 517 |
position: absolute; |
| 518 |
top: 35%; |
| 519 |
right: 20%; |
| 520 |
left: 20%; |
| 521 |
background: #23282d; |
| 522 |
background: rgba(0, 0, 0, 0.7); |
| 523 |
color: #fff; |
| 524 |
font-size: 15px; |
| 525 |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); |
| 526 |
-webkit-font-smoothing: antialiased; |
| 527 |
font-weight: 600; |
| 528 |
padding: 15px 12px; |
| 529 |
text-align: center; |
| 530 |
border-radius: 3px; |
| 531 |
transition: opacity 0.1s ease-in-out; |
| 532 |
} |
| 533 |
.yatra-setup-content .theme-browser.rendered .theme:hover .theme-screenshot img, |
| 534 |
.yatra-setup-content .theme-browser.rendered .theme:focus .theme-screenshot img { |
| 535 |
opacity: 0.4; |
| 536 |
} |
| 537 |
.yatra-setup-content .theme-browser .theme:hover .theme-screenshot, |
| 538 |
.yatra-setup-content .theme-browser .theme:focus .theme-screenshot { |
| 539 |
background: rgba(5, 152, 123,0.4); |
| 540 |
} |