Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2634 Rev 2635
Línea 5373... Línea 5373...
5373
}
5373
}
Línea 5374... Línea 5374...
5374
 
5374
 
Línea 5375... Línea 5375...
5375
/* =============== Password Update ============ */
5375
/* =============== Password Update ============ */
5376
 
-
 
5377
.cp-field {
5376
 
5378
    float: left;
-
 
5379
    width: 100%;
5377
.cp-field {
5380
    margin-top: 29.4px;
5378
    width: 100%;
Línea 5381... Línea 5379...
5381
    padding: 0 20px;
5379
    flex: 1;
5382
}
5380
}
5383
 
5381
 
Línea 5393... Línea 5391...
5393
.cp-field h5 a {
5391
.cp-field h5 a {
5394
    color: #000;
5392
    color: #000;
5395
}
5393
}
Línea 5396... Línea 5394...
5396
 
5394
 
5397
.cpp-fiel {
-
 
5398
    float: left;
5395
.cpp-fiel {
5399
    width: 100%;
5396
    width: 100%;
5400
    position: relative;
5397
    position: relative;
Línea 5401... Línea 5398...
5401
}
5398
}
Línea 5406... Línea 5403...
5406
}
5403
}
Línea 5407... Línea 5404...
5407
 
5404
 
5408
.cp-field input,
5405
.cp-field input,
5409
.cp-field textarea {
5406
.cp-field textarea {
5410
    width: 100%;
5407
    width: 100%;
-
 
5408
    background-color: #f5f5f5;
-
 
5409
    box-shadow: 0 0 2px var(--border-light-gray);
-
 
5410
    border-radius: 10px;
-
 
5411
    border: none;
5411
    border: 1px solid #e5e5e5;
5412
    margin-top: 4px;
Línea 5412... Línea 5413...
5412
}
5413
}
5413
 
5414
 
5414
.cp-field textarea {
5415
.cp-field textarea {