Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 63... Línea 63...
63
    .spinner-grow {
63
    .spinner-grow {
64
      animation-duration: 1.5s;
64
      animation-duration: 1.5s;
65
    }
65
    }
66
  }
66
  }
67
}
67
}
-
 
68
 
-
 
69
.spinner {
-
 
70
    display: flex;
-
 
71
    justify-content: center;
-
 
72
    align-items: center;
-
 
73
 
-
 
74
    padding: 10px;
-
 
75
    background-color: $container-bg;
-
 
76
    border-radius: 60px;
-
 
77
 
-
 
78
    box-shadow: rgba(0, 0, 0, .15) 0 0 25px, rgba(0, 0, 0, .05) 0 0 10px;
-
 
79
 
-
 
80
    .theme-dark & {
-
 
81
      background-color: $dm-container-bg;
-
 
82
    }
-
 
83
}
68
84