Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5475 Rev 5476
Línea 88... Línea 88...
88
    padding: 1rem;
88
    padding: 1rem;
89
    display: flex;
89
    display: flex;
90
    flex-direction: column;
90
    flex-direction: column;
91
    gap: .5rem;
91
    gap: .5rem;
Línea 92... Línea -...
92
 
-
 
93
    h3 {
-
 
94
        color: $title-color;
-
 
95
        font-size: 18px;
-
 
96
        font-weight: 600;
-
 
97
    }
-
 
98
 
92
 
99
    span,
93
    span,
100
    p,
-
 
101
    svg {
-
 
102
        line-height: 1.3rem;
94
    p {
103
        color: $font-color;
95
        color: $font-color;
Línea 104... Línea 96...
104
    }
96
    }
105
 
97
 
106
    &-header {
98
    &-header {
107
        display: flex;
99
        display: flex;
-
 
100
        align-items: center;
-
 
101
        justify-content: space-between;
-
 
102
 
-
 
103
        h3 {
-
 
104
            color: $title-color;
-
 
105
            font-size: 18px;
-
 
106
            font-weight: 600;
-
 
107
        }
-
 
108
    }
-
 
109
}
-
 
110
 
-
 
111
.experience-item {
-
 
112
    display: flex;
-
 
113
    flex-direction: column;
-
 
114
    gap: .5rem;
-
 
115
 
-
 
116
    &-header {
-
 
117
        display: flex;
-
 
118
        align-items: center;
-
 
119
        justify-content: space-between;
-
 
120
 
-
 
121
        h4 {
-
 
122
            font-size: 1.1rem;
-
 
123
            color: $subtitle-color;
108
        align-items: center;
124
            font-weight: 600;
109
        justify-content: space-between;
125
        }
110
    }
126
    }