Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5095 Rev 5150
Línea 3... Línea 3...
3
}
3
}
Línea 4... Línea 4...
4
 
4
 
5
.modal-content {
5
.modal-content {
6
    background-color: $bg-color !important;
6
    background-color: $bg-color !important;
-
 
7
    color: $font-color !important;
-
 
8
    border: 0px;
-
 
9
 
-
 
10
    textarea,
-
 
11
    input,
-
 
12
    select {
-
 
13
        display: block;
-
 
14
        width: 100%;
-
 
15
        height: calc(1.5em + 0.75rem + 2px);
-
 
16
        padding: 0.375rem 0.75rem;
-
 
17
        font-size: 1rem;
-
 
18
        font-weight: 400;
-
 
19
        line-height: 1.5;
-
 
20
        color: #495057;
-
 
21
        background-color: #fff;
-
 
22
        background-clip: padding-box;
-
 
23
        border: 1px solid #ced4da;
-
 
24
        border-radius: 0.25rem;
-
 
25
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-
 
26
    }
-
 
27
 
-
 
28
    select {
-
 
29
        height: 40px;
-
 
30
        padding-left: 15px;
-
 
31
        margin-bottom: 0;
-
 
32
        background-color: #fff;
-
 
33
    }
-
 
34
 
-
 
35
    .job_descp img,
-
 
36
    .job_descp video {
-
 
37
        object-fit: contain;
-
 
38
        height: auto;
-
 
39
        max-height: 600px;
-
 
40
    }
7
    color: $font-color !important;
41
 
Línea 8... Línea 42...
8
}
42
}
9
 
43
 
10
.modal-header {
44
.modal-header {