Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3596 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3596 Rev 3681
Línea 254... Línea 254...
254
      height: 1.5rem;
254
      height: 1.5rem;
255
      width: auto;
255
      width: auto;
256
    }
256
    }
257
  }
257
  }
Línea 258... Línea -...
258
 
-
 
259
  .process-comm {
-
 
260
    width: 100%;
-
 
261
    text-align: center;
-
 
262
    padding-top: 40px;
-
 
263
  }
-
 
264
 
258
 
265
  ::-webkit-input-placeholder {
259
  ::-webkit-input-placeholder {
266
    /* Chrome/Opera/Safari */
260
    /* Chrome/Opera/Safari */
267
    color: #b2b2b2;
261
    color: #b2b2b2;
Línea 404... Línea 398...
404
 
398
 
405
  .pac-container {
399
  .pac-container {
406
    z-index: 1051 !important;
400
    z-index: 1051 !important;
Línea 407... Línea -...
407
  }
-
 
408
 
-
 
409
  .process-comm .spinner {
-
 
410
    margin: 0 auto 0;
-
 
411
    width: 80px;
-
 
412
    text-align: center;
-
 
413
    height: 80px;
-
 
414
    border-radius: 100px;
-
 
415
    background-color: #fff;
-
 
416
    line-height: 80px;
-
 
417
    border: 1px solid #e1e1e1;
-
 
418
    cursor: pointer;
-
 
419
 
-
 
420
    & > div {
-
 
421
      width: 15px;
-
 
422
      height: 15px;
-
 
423
      background-color: #b9b9b9;
-
 
424
      border-radius: 100%;
-
 
425
      display: inline-block;
-
 
426
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-
 
427
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-
 
428
    }
-
 
429
 
-
 
430
    .bounce1 {
-
 
431
      -webkit-animation-delay: -0.32s;
-
 
432
      animation-delay: -0.32s;
-
 
433
    }
-
 
434
 
-
 
435
    .bounce2 {
-
 
436
      -webkit-animation-delay: -0.16s;
-
 
437
      animation-delay: -0.16s;
-
 
438
    }
-
 
439
 
-
 
440
    @keyframes sk-bouncedelay {
-
 
441
      0%,
-
 
442
      80%,
-
 
443
      100% {
-
 
444
        -webkit-transform: scale(0);
-
 
445
        transform: scale(0);
-
 
446
      }
-
 
447
 
-
 
448
      40% {
-
 
449
        -webkit-transform: scale(1);
-
 
450
        transform: scale(1);
-
 
451
      }
-
 
452
    }
-
 
453
  }
401
  }
454
 
402
 
455
  .form-group {
403
  .form-group {
456
    margin-bottom: 1rem;
404
    margin-bottom: 1rem;