Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2493 Rev 2500
Línea 4375... Línea 4375...
4375
}
4375
}
Línea 4376... Línea 4376...
4376
 
4376
 
4377
.search-box {
4377
.search-box {
4378
    width: 100%;
4378
    width: 100%;
-
 
4379
    padding: 2.1%;
-
 
4380
    position: relative;
-
 
4381
}
-
 
4382
 
-
 
4383
.search-box>.form-group::before {
-
 
4384
    width: 100px;
-
 
4385
    content: 'Buscar';
-
 
4386
    right: 2.1%;
-
 
4387
    place-items: center;
-
 
4388
    display: grid;
-
 
4389
    height: calc(1.5em + .75rem + 2px);
-
 
4390
    background: #fff;
-
 
4391
    position: absolute;
-
 
4392
    border: 1px solid #ced4da;
-
 
4393
    cursor: pointer;
-
 
4394
    color: var(--gray);
-
 
4395
    font-weight: 600;
-
 
4396
    border-start-end-radius: .25rem;
4379
    padding: 2.1%;
4397
    border-bottom-right-radius: .25rem;
Línea 4380... Línea 4398...
4380
}
4398
}
4381
 
4399
 
4382
.search-box form {
4400
.search-box form {