Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5566 Rev 5568
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
    .social-network-header {
-
 
86
        display: flex;
-
 
87
        align-items: center;
-
 
88
        justify-content: space-between;
-
 
89
    }
-
 
90
 
-
 
91
    .social-links {
-
 
92
        display: flex;
-
 
93
        flex-direction: column;
-
 
94
        gap: .5rem;
-
 
95
        width: 100%;
-
 
96
 
-
 
97
        li {
-
 
98
            border-bottom: 1px solid $border-primary;
-
 
99
 
-
 
100
            a {
-
 
101
                display: flex;
-
 
102
                align-items: center;
-
 
103
                gap: .5rem;
-
 
104
 
-
 
105
                svg {
-
 
106
                    color: $font-color
-
 
107
                }
-
 
108
 
-
 
109
                span {
-
 
110
                    white-space: nowrap;
-
 
111
                    max-width: 32ch;
-
 
112
                    text-overflow: ellipsis
-
 
113
                }
-
 
114
            }
-
 
115
        }
83
    }
116
    }
Línea 84... Línea 117...
84
}
117
}
85
 
118
 
86
.profile-attr {
119
.profile-attr {
Línea 125... Línea 158...
125
            color: $title-color;
158
            color: $title-color;
126
            font-size: 18px;
159
            font-size: 18px;
127
            font-weight: 600;
160
            font-weight: 600;
128
        }
161
        }
129
    }
162
    }
130
 
-
 
131
    .company-social-network-header {
-
 
132
        display: flex;
-
 
133
        align-items: center;
-
 
134
        justify-content: space-between;
-
 
135
    }
-
 
136
 
-
 
137
    .social-links {
-
 
138
        display: flex;
-
 
139
        flex-direction: column;
-
 
140
        gap: .5rem;
-
 
141
    }
-
 
142
}
163
}
Línea 143... Línea 164...
143
 
164
 
144
.experience-item,
165
.experience-item,
145
.education-item {
166
.education-item {