Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5478 Rev 5481
Línea 98... Línea 98...
98
    &-header {
98
    &-header {
99
        display: flex;
99
        display: flex;
100
        align-items: center;
100
        align-items: center;
101
        justify-content: space-between;
101
        justify-content: space-between;
Línea 102... Línea 102...
102
 
102
 
103
        h3 {
103
        h2 {
104
            color: $title-color;
104
            color: $title-color;
105
            font-size: 18px;
105
            font-size: 18px;
106
            font-weight: 600;
106
            font-weight: 600;
107
        }
107
        }
Línea 117... Línea 117...
117
    &-header {
117
    &-header {
118
        display: flex;
118
        display: flex;
119
        align-items: center;
119
        align-items: center;
120
        justify-content: space-between;
120
        justify-content: space-between;
Línea 121... Línea 121...
121
 
121
 
122
        h4 {
122
        h3 {
123
            font-size: 1.1rem;
123
            font-size: 1.1rem;
124
            color: $subtitle-color;
124
            color: $subtitle-color;
125
            font-weight: 600;
125
            font-weight: 600;
-
 
126
        }
-
 
127
 
-
 
128
        h4 {
-
 
129
            font-size: 1rem;
-
 
130
            color: $font-color;
-
 
131
            font-weight: 600;
126
        }
132
        }
127
    }
133
    }
128
}
134
}