Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 15... Línea 15...
15
  @if $enable-transitions {
15
  @if $enable-transitions {
16
    @if nth($transition, 1) != null {
16
    @if nth($transition, 1) != null {
17
      transition: $transition;
17
      transition: $transition;
18
    }
18
    }
Línea 19... Línea 19...
19
 
19
 
20
    @if $enable-prefers-reduced-motion-media-query and nth($transition, 1) != null and nth($transition, 1) != none {
20
    @if $enable-reduced-motion and nth($transition, 1) != null and nth($transition, 1) != none {
21
      @media (prefers-reduced-motion: reduce) {
21
      @media (prefers-reduced-motion: reduce) {
22
        transition: none;
22
        transition: none;
23
      }
23
      }
24
    }
24
    }