Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 24... Línea 24...
24
            margin-left: 0!important;
24
            margin-left: 0!important;
25
        }
25
        }
Línea 26... Línea 26...
26
 
26
 
27
        &:hover {
27
        &:hover {
28
            text-decoration: none;
28
            text-decoration: none;
29
            background-color: $primary-color-100;
29
            background-color: var(--primary-color-100);
30
            color: $primary-color-600;
30
            color: var(--main-theme-color);
Línea 31... Línea 31...
31
        }
31
        }
32
 
32
 
33
        .icon {
33
        .icon {
Línea 128... Línea 128...
128
        }
128
        }
129
    }
129
    }
Línea 130... Línea 130...
130
 
130
 
131
    strong {
131
    strong {
132
        //active item
132
        //active item
133
        color: $primary-color-600;
133
        color: var(--main-theme-color);
Línea 134... Línea 134...
134
    }
134
    }
135
 
135
 
136
    div {
136
    div {
Línea 210... Línea 210...
210
    margin: 0 20px!important;
210
    margin: 0 20px!important;
211
    }
211
    }
Línea 212... Línea 212...
212
 
212
 
Línea 213... Línea -...
213
}
-
 
214
 
213
}
215
        .theme-dark#page-enrol-index .main-content,
214
 
216
        .theme-dark#page-grade-report-overview-index .main-content,
215
        .theme-dark#page-grade-report-overview-index .main-content,
217
        .theme-dark .rui-book-wrapper,
216
        .theme-dark .rui-book-wrapper,
218
        .theme-dark .modal-in-page,
217
        .theme-dark .modal-in-page,