Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 820... Línea 820...
820
.filemanager-container {
820
.filemanager-container {
821
    min-height: 120px;
821
    min-height: 120px;
822
    border-top: 0;
822
    border-top: 0;
Línea 823... Línea 823...
823
 
823
 
824
    background-color: $gray-100;
824
    background-color: $gray-100;
Línea 825... Línea 825...
825
    border-radius: $btn-border-radius;
825
    border-radius: 8px;
826
 
826
 
827
    .theme-dark & {
827
    .theme-dark & {
Línea 949... Línea 949...
949
// Table view (File Manager only)
949
// Table view (File Manager only)
950
.filemanager .yui3-datatable table {
950
.filemanager .yui3-datatable table {
951
    width: 100%;
951
    width: 100%;
952
    margin-top: 5px;
952
    margin-top: 5px;
953
    overflow: hidden;
953
    overflow: hidden;
954
    border-radius: $btn-border-radius;
954
    border-radius: 5px;
Línea 955... Línea 955...
955
 
955
 
956
    @include media-breakpoint-between(sm, md) {
956
    @include media-breakpoint-between(sm, md) {
957
        width: max-content;
957
        width: max-content;
958
    }
958
    }
Línea 1160... Línea 1160...
1160
    left: 10px;
1160
    left: 10px;
1161
    right: 10px;
1161
    right: 10px;
1162
    border: 2px dashed $gray-600;
1162
    border: 2px dashed $gray-600;
1163
    padding-top: 70px;
1163
    padding-top: 70px;
1164
    padding-bottom: 30px;
1164
    padding-bottom: 30px;
1165
    border-radius: $btn-border-radius;
1165
    border-radius: $btn-border-radius-sm;
1166
    text-align: center;
1166
    text-align: center;
Línea 1167... Línea 1167...
1167
 
1167
 
1168
    .dndupload-arrow {
1168
    .dndupload-arrow {
1169
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.75 14.75V16.25C4.75 17.9069 6.09315 19.25 7.75 19.25H16.25C17.9069 19.25 19.25 17.9069 19.25 16.25V14.75'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 14.25L12 5'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.75 8.25L12 4.75L15.25 8.25'%3E%3C/path%3E%3C/svg%3E%0A");
1169
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.75 14.75V16.25C4.75 17.9069 6.09315 19.25 7.75 19.25H16.25C17.9069 19.25 19.25 17.9069 19.25 16.25V14.75'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 14.25L12 5'%3E%3C/path%3E%3Cpath stroke='#{url-friendly-colour($gray-800)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.75 8.25L12 4.75L15.25 8.25'%3E%3C/path%3E%3C/svg%3E%0A");
Línea 1189... Línea 1189...
1189
    top: 10px;
1189
    top: 10px;
1190
    bottom: 10px;
1190
    bottom: 10px;
1191
    left: 10px;
1191
    left: 10px;
1192
    right: 10px;
1192
    right: 10px;
1193
    border: 2px dashed $red-600;
1193
    border: 2px dashed $red-600;
1194
    border-radius: $btn-border-radius;
1194
    border-radius: 8px;
1195
    padding: 65px 0 35px;
1195
    padding: 65px 0 35px;
1196
    text-align: center;
1196
    text-align: center;
Línea 1197... Línea 1197...
1197
 
1197
 
1198
    font-size: $font-size-xs;
1198
    font-size: $font-size-xs;
Línea 1215... Línea 1215...
1215
    top: 10px;
1215
    top: 10px;
1216
    bottom: 10px;
1216
    bottom: 10px;
1217
    left: 10px;
1217
    left: 10px;
1218
    right: 10px;
1218
    right: 10px;
1219
    border: 2px dashed $blue-600;
1219
    border: 2px dashed $blue-600;
1220
    border-radius: $btn-border-radius;
1220
    border-radius: 8px;
1221
    padding: 65px 0 35px;
1221
    padding: 65px 0 35px;
1222
    text-align: center;
1222
    text-align: center;
Línea 1223... Línea 1223...
1223
 
1223
 
1224
    font-size: $font-size-xs;
1224
    font-size: $font-size-xs;