Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5488 Rev 5564
Línea 143... Línea 143...
143
 
143
 
144
    &-header {
144
    &-header {
145
        display: flex;
145
        display: flex;
146
        align-items: center;
146
        align-items: center;
-
 
147
        justify-content: space-between;
Línea 147... Línea 148...
147
        justify-content: space-between;
148
        position: relative;
148
 
149
 
149
        h3 {
150
        h3 {
150
            font-size: 1.1rem;
151
            font-size: 1.1rem;
151
            color: $subtitle-color;
152
            color: $subtitle-color;
Línea -... Línea 153...
-
 
153
            font-weight: 600;
-
 
154
        }
-
 
155
 
-
 
156
        .icon-buttons-group {
-
 
157
            align-items: center;
-
 
158
            display: inline-flex;
-
 
159
            gap: .5rem;
152
            font-weight: 600;
160
            position: absolute;
153
        }
161
            right: 0;
154
 
162
        }