Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5441 Rev 5446
Línea 156... Línea 156...
156
 
156
 
157
        .btn {
157
        .btn {
158
            width: fit-content;
158
            width: fit-content;
159
        }
159
        }
-
 
160
    }
-
 
161
}
-
 
162
 
-
 
163
.daily_pulse-widget {
-
 
164
    @include mixins.widget;
-
 
165
    flex-direction: column;
-
 
166
    display: flex;
-
 
167
    height: fit-content;
-
 
168
    padding: 1rem 0.5rem;
-
 
169
    gap: .5rem;
-
 
170
 
-
 
171
    h3 {
-
 
172
        color: $title-color;
-
 
173
        font-weight: 700;
-
 
174
        font-size: 1.1rem;
-
 
175
    }
-
 
176
 
-
 
177
    span {
-
 
178
        color: $subtitle-color;
-
 
179
        font-weight: 600;
-
 
180
    }
-
 
181
 
-
 
182
    .daily_pulse-quest {
-
 
183
        align-items: center;
-
 
184
        display: flex;
-
 
185
        flex-direction: column;
-
 
186
        gap: .5rem;
-
 
187
 
-
 
188
        h4 {
-
 
189
            font-weight: 600;
-
 
190
            color: $title-color;
-
 
191
        }
-
 
192
 
-
 
193
        ul {
-
 
194
            display: flex;
-
 
195
            gap: .5rem;
-
 
196
 
-
 
197
            li {
-
 
198
                transition: all 300ms;
-
 
199
 
-
 
200
                &:hover {
-
 
201
                    transform: translateY(-10px);
-
 
202
                }
-
 
203
            }
-
 
204
 
-
 
205
            img {
-
 
206
                width: 32px;
-
 
207
                height: 32px;
-
 
208
                border-radius: 50%;
-
 
209
            }
-
 
210
        }
160
    }
211
    }
161
}
212
}