Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5481 Rev 5482
Línea 112... Línea 112...
112
.education-item {
112
.education-item {
113
    display: flex;
113
    display: flex;
114
    flex-direction: column;
114
    flex-direction: column;
115
    gap: .5rem;
115
    gap: .5rem;
Línea -... Línea 116...
-
 
116
 
-
 
117
    h4 {
-
 
118
        font-size: 1rem;
-
 
119
        color: $font-color;
-
 
120
        font-weight: 600;
-
 
121
    }
116
 
122
 
117
    &-header {
123
    &-header {
118
        display: flex;
124
        display: flex;
119
        align-items: center;
125
        align-items: center;
Línea 123... Línea 129...
123
            font-size: 1.1rem;
129
            font-size: 1.1rem;
124
            color: $subtitle-color;
130
            color: $subtitle-color;
125
            font-weight: 600;
131
            font-weight: 600;
126
        }
132
        }
Línea 127... Línea -...
127
 
-
 
128
        h4 {
-
 
129
            font-size: 1rem;
-
 
130
            color: $font-color;
-
 
131
            font-weight: 600;
-
 
132
        }
133
 
133
    }
134
    }
134
}
135
}