Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 289... Línea 289...
289
  .custom-control-input:checked ~ .custom-control-label {
289
  .custom-control-input:checked ~ .custom-control-label {
290
    &::after {
290
    &::after {
291
      background-color: $custom-control-indicator-bg;
291
      background-color: $custom-control-indicator-bg;
292
      transform: translateX($custom-switch-width - $custom-control-indicator-size);
292
      transform: translateX($custom-switch-width - $custom-control-indicator-size);
Línea -... Línea 293...
-
 
293
 
293
 
294
      #admin-disabletab1 &,
294
      #admin-closecustomalert &,
295
      #admin-closecustomalert &,
295
      #admin-hideforgotpassword &,
296
      #admin-hideforgotpassword &,
296
      #admin-hidecourseindexnav &,
297
      #admin-hidecourseindexnav &,
297
      #admin-turnoffdashboardlink &,
298
      #admin-turnoffdashboardlink &,
Línea 301... Línea 302...
301
      }
302
      }
302
    }
303
    }
303
    &::before {
304
    &::before {
304
      background-color: $custom-control-indicator-checked-color;
305
      background-color: $custom-control-indicator-checked-color;
Línea -... Línea 306...
-
 
306
 
305
 
307
      #admin-disabletab1 &,
306
      #admin-closecustomalert &,
308
      #admin-closecustomalert &,
307
      #admin-hideforgotpassword &,
309
      #admin-hideforgotpassword &,
308
      #admin-hidecourseindexnav &,
310
      #admin-hidecourseindexnav &,
309
      #admin-turnoffdashboardlink &,
311
      #admin-turnoffdashboardlink &,
Línea 359... Línea 361...
359
// Select
361
// Select
360
//
362
//
361
// Replaces the browser default select with a custom one, mostly pulled from
363
// Replaces the browser default select with a custom one, mostly pulled from
362
// https://primer.github.io/.
364
// https://primer.github.io/.
363
//
365
//
364
 
366
.form-select,
365
.custom-select,
367
.custom-select,
366
select.quickgrade {
368
select.quickgrade {
367
  display: inline-block;
369
  display: inline-block;
368
  width: 100%;
370
  width: 100%;
369
  font-family: $custom-select-font-family;
371
  font-family: $custom-select-font-family;
Línea 733... Línea 735...
733
  }
735
  }
734
}
736
}
Línea 735... Línea 737...
735
 
737
 
736
.custom-control-label::before,
738
.custom-control-label::before,
-
 
739
.custom-file-label,
737
.custom-file-label,
740
.form-select,
738
.custom-select {
741
.custom-select {
739
  @include transition($custom-forms-transition);
742
  @include transition($custom-forms-transition);