Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 53... Línea 53...
53
div.editor_atto_toolbar .menuplaceholder {
53
div.editor_atto_toolbar .menuplaceholder {
54
    display: inline-block;
54
    display: inline-block;
55
}
55
}
Línea 56... Línea 56...
56
 
56
 
57
div.editor_atto_toolbar button {
57
div.editor_atto_toolbar button {
58
    padding: 6px;
58
    padding: 3px;
-
 
59
    margin: 1px;
59
    margin: 1px;
60
    min-width: 30px;
60
    background: none;
61
    background: none;
61
    border: 0;
-
 
62
    margin: 0;
62
    border: 0;
63
    border-radius: $btn-border-radius;
63
    border-radius: $btn-border-radius;
64
    line-height: 1;
64
    line-height: 1;
Línea 65... Línea 65...
65
    cursor: pointer;
65
    cursor: pointer;
66
 
66
 
67
    &:hover {
67
    &:hover {
-
 
68
        outline: 2px solid rgba($blue-700, .7);
-
 
69
    }
-
 
70
 
-
 
71
    .icon {
68
        outline: 2px solid rgba($blue-700, .7);
72
        font-size: 16px;
Línea 69... Línea 73...
69
    }
73
    }
70
}
74
}
71
 
75
 
Línea 92... Línea 96...
92
.editor_atto_toolbar button.highlight {
96
.editor_atto_toolbar button.highlight {
93
    background-color: var(--primary-color-100);
97
    background-color: var(--primary-color-100);
94
    background-image: none;
98
    background-image: none;
Línea 95... Línea 99...
95
 
99
 
96
    .theme-dark & {
100
    .theme-dark & {
97
        background-color: $primary-color-500;
101
        background-color: var(--primary-color-500);
Línea 98... Línea 102...
98
    }
102
    }
99
 
103
 
100
    .icon {
104
    .icon {
101
        color: $primary-color-600;
105
        color: var(--main-theme-color);
Línea 102... Línea 106...
102
    }
106
    }
103
}
107
}
Línea 115... Línea 119...
115
}
119
}
Línea 116... Línea 120...
116
 
120
 
117
div.editor_atto_toolbar button .icon {
121
div.editor_atto_toolbar button .icon {
118
    padding: 0;
122
    padding: 0;
119
    margin: 2px 0;
-
 
120
 
-
 
121
    .theme-dark & {
-
 
122
        filter: invert(1);
-
 
123
    }
123
    margin: 2px 0;
Línea 124... Línea 124...
124
}
124
}
125
 
125
 
126
div.editor_atto_toolbar div.atto_group {
126
div.editor_atto_toolbar div.atto_group {
Línea 392... Línea 392...
392
 
392
 
393
.modal .nav-tabs {
393
.modal .nav-tabs {
394
    width: max-content;
394
    width: max-content;
395
    max-width: 100%;
395
    max-width: 100%;
396
    margin-bottom: 10px !important;
-
 
397
    background-color: $gray-100;
-
 
398
    border-radius: $btn-border-radius;
-
 
399
 
-
 
400
    .theme-dark & {
-
 
401
        background-color: $dm-gray-100;
-
 
402
    }
396
    margin-bottom: 10px !important;
Línea 403... Línea 397...
403
}
397
}
404
 
398
 
-
 
399
.modal .nav-tabs .nav-link {
Línea 405... Línea 400...
405
.modal .nav-tabs .nav-link {
400
    padding: 7px 14px;
406
    padding: 7px 14px;
401
    margin: 0;
Línea 407... Línea 402...
407
 
402
 
Línea 422... Línea 417...
422
    min-height: 180px!important;
417
    min-height: 180px!important;
423
}
418
}
Línea 424... Línea 419...
424
 
419
 
425
.editor_atto_content_wrap {
420
.editor_atto_content_wrap {
-
 
421
    word-break: break-word;
-
 
422
}
-
 
423
 
-
 
424
// Moodle 4.4
-
 
425
.tiny_image_filename {
-
 
426
    font-size: $font-size-xs;
-
 
427
}
-
 
428
 
-
 
429
.tiny_image_footer_template {
-
 
430
    .col-md-6 {
-
 
431
        flex-wrap: wrap;
-
 
432
    }
-
 
433
 
-
 
434
    .tiny_image_url_label {
-
 
435
        margin-bottom: 0;
-
 
436
        margin-right: 16px!important;
-
 
437
        font-size: $font-size-xs;
-
 
438
    }
-
 
439
 
-
 
440
    .mt-2 {
-
 
441
        margin: 0!important;
-
 
442
    }
-
 
443
}
-
 
444
 
-
 
445
.tiny_image_form {
-
 
446
    .tiny_image_dropzone_container {
-
 
447
 
-
 
448
        .dropzone {
-
 
449
            border-radius: $btn-border-radius;
-
 
450
            border: 2px dashed $gray-400;
-
 
451
            background-color: $gray-100;
-
 
452
    
-
 
453
            .theme-dark & {
-
 
454
                background-color: $dm-gray-100;
-
 
455
                border-color: $dm-gray-400;
-
 
456
            }
-
 
457
        }
-
 
458
 
-
 
459
        .dropzone-icon {
-
 
460
            margin-top: 40px;
-
 
461
            font-size: 40px;
-
 
462
        }
-
 
463
 
-
 
464
        .dropzone-label {
-
 
465
            font-size: $font-size-sm;
-
 
466
        }
426
    word-break: break-word;
467
    }
427
}
468
}