Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5474 Rev 5475
Línea 84... Línea 84...
84
}
84
}
Línea 85... Línea 85...
85
 
85
 
86
.profile-attr {
86
.profile-attr {
87
    @include mixins.widget;
87
    @include mixins.widget;
-
 
88
    padding: 1rem;
-
 
89
    display: flex;
-
 
90
    flex-direction: column;
Línea 88... Línea 91...
88
    padding: 1rem;
91
    gap: .5rem;
89
 
92
 
90
    h3 {
93
    h3 {
91
        color: $title-color;
94
        color: $title-color;
92
        font-size: 18px;
-
 
93
        font-weight: 600;
95
        font-size: 18px;
Línea 94... Línea 96...
94
        margin-bottom: 0.5rem;
96
        font-weight: 600;
95
    }
97
    }
96
 
98
 
Línea 102... Línea 104...
102
    }
104
    }
Línea 103... Línea 105...
103
 
105
 
104
    &-header {
106
    &-header {
105
        display: flex;
107
        display: flex;
106
        align-items: center;
108
        align-items: center;
107
        justify-content: space-around;
109
        justify-content: space-between;
108
    }
110
    }
109
}
111
}