Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5093 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5093 Rev 5095
Línea 301... Línea 301...
301
    color: #ffffff;
301
    color: #ffffff;
302
    font-size: 28px;
302
    font-size: 28px;
303
    font-weight: 500;
303
    font-weight: 500;
304
}
304
}
Línea 305... Línea -...
305
 
-
 
306
/* Modal Styles */
-
 
307
 
-
 
308
.modal-md {
-
 
309
    max-width: 55vw;
-
 
310
}
-
 
311
 
-
 
312
.modal-content {
-
 
313
    background-color: $bg-color !important;
-
 
314
    color: $font-color !important;
-
 
315
}
-
 
316
 
-
 
317
.modal-header {
-
 
318
    position: relative;
-
 
319
    border-bottom: none;
-
 
320
 
-
 
321
    h3 {
-
 
322
        font-size: 18px;
-
 
323
    }
-
 
324
 
-
 
325
    .close {
-
 
326
        z-index: 100;
-
 
327
        border: none;
-
 
328
        top: 1rem;
-
 
329
        right: 1rem;
-
 
330
    }
-
 
331
}
-
 
332
 
-
 
333
.modal-footer {
-
 
334
    justify-content: flex-start;
-
 
335
    border-top: none;
-
 
336
 
-
 
337
    button {
-
 
338
        background-color: $button-bg;
-
 
339
        border: none;
-
 
340
        border-radius: $button-text-color;
-
 
341
        font-size: 15px;
-
 
342
        font-weight: 500;
-
 
343
        padding: 10px;
-
 
344
        border-radius: $border-radius;
-
 
345
 
-
 
346
        &:hover,
-
 
347
        &:active {
-
 
348
            background-color: $button-bg-hover;
-
 
349
        }
-
 
350
 
-
 
351
        &:nth-child(2) {
-
 
352
            color: $button-text-color-secondary !important;
-
 
353
            background-color: $button-bg-secondary;
-
 
354
            border: 1px solid $border-gray-primary;
-
 
355
 
-
 
356
            &:hover {
-
 
357
                background-color: $button-bg-secondary-hover;
-
 
358
            }
-
 
359
        }
-
 
360
 
-
 
361
        &.save {
-
 
362
            color: $button-text-color-secondary;
-
 
363
            background-color: $button-bg-secondary;
-
 
364
 
-
 
365
            &:hover {
-
 
366
                background-color: $button-bg-secondary-hover;
-
 
367
            }
-
 
368
        }
-
 
369
    }
-
 
370
}
-
 
371
 
305
 
Línea 372... Línea 306...
372
/* ========== login_register ========== */
306
/* ========== login_register ========== */
373
 
307
 
374
.login_register {
308
.login_register {