Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5471 Rev 5474
Línea 79... Línea 79...
79
    }
79
    }
Línea 80... Línea 80...
80
 
80
 
81
    .row {
81
    .row {
82
        gap: .5rem;
82
        gap: .5rem;
-
 
83
    }
-
 
84
}
-
 
85
 
-
 
86
.profile-attr {
-
 
87
    @include mixins.widget;
-
 
88
    padding: 1rem;
-
 
89
 
-
 
90
    h3 {
-
 
91
        color: $title-color;
-
 
92
        font-size: 18px;
-
 
93
        font-weight: 600;
-
 
94
        margin-bottom: 0.5rem;
-
 
95
    }
-
 
96
 
-
 
97
    span,
-
 
98
    p,
-
 
99
    svg {
-
 
100
        line-height: 1.3rem;
-
 
101
        color: $font-color;
-
 
102
    }
-
 
103
 
-
 
104
    &-header {
-
 
105
        display: flex;
-
 
106
        align-items: center;
-
 
107
        justify-content: space-around;
83
    }
108
    }
84
}
109
}