Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6440 Rev 6460
Línea 2... Línea 2...
2
 
2
 
3
.survey_form {
3
.survey_form {
4
    display: flex;
4
    display: flex;
5
    flex-direction: column;
5
    flex-direction: column;
-
 
6
    padding: 1rem;
6
    padding: 1rem;
7
    position: relative;
7
    margin: 0 1rem;
8
    margin: 0 1rem;
8
    border: 1px solid $border-primary;
9
    border: 1px solid $border-primary;
Línea 9... Línea 10...
9
    border-radius: $border-radius;
10
    border-radius: $border-radius;
Línea 18... Línea 19...
18
        align-items: center;
19
        align-items: center;
19
        color: $subtitle-color;
20
        color: $subtitle-color;
20
        display: flex;
21
        display: flex;
21
        font-size: .9rem;
22
        font-size: .9rem;
22
        padding: 0 !important;
23
        padding: 0 !important;
23
        margin-bottom: .5rem;
-
 
Línea 24... Línea 24...
24
 
24
 
25
        svg {
25
        svg {
26
            font-size: 1rem;
26
            font-size: 1rem;
-
 
27
        }
-
 
28
 
-
 
29
        &:first-child {
-
 
30
            margin-bottom: .5rem;
27
        }
31
        }
28
    }
32
    }
29
}
33
}