Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 22... Línea 22...
22
  @include border-radius($progress-border-radius);
22
  @include border-radius($progress-border-radius);
23
  //@include box-shadow($progress-box-shadow);
23
  //@include box-shadow($progress-box-shadow);
Línea 24... Línea 24...
24
 
24
 
25
  .rui-course-card-progress-bar &,
25
  .rui-course-card-progress-bar &,
26
  .rui-course-card & {
26
  .rui-course-card & {
27
    height: 4px;
-
 
28
    border-radius: 4px;
27
    height: 8px;
Línea 29... Línea 28...
29
  }
28
  }
30
 
29
 
31
  .theme-dark & {
30
  .theme-dark & {
32
    background-color: $dm-progress-bg;
31
    background-color: $dm-progress-bg;
Línea 33... Línea -...
33
  }
-
 
34
}
-
 
35
 
-
 
36
.rui-course-card {
-
 
37
  .rui-course-card-progress-bar {
-
 
38
    padding: 0 20px;
-
 
39
    align-self: flex-end;
-
 
40
  }
32
  }
41
}
33
}
42
 
34
 
43
.rui-progress-bar,
35
.rui-progress-bar,
44
.progress-bar {
36
.progress-bar {
45
  display: flex;
37
  display: flex;
46
  flex-direction: column;
38
  flex-direction: column;
47
  justify-content: center;
39
  justify-content: center;
48
  overflow: hidden;
40
  overflow: hidden;
49
  color: $progress-bar-color;
41
  color: $progress-bar-color;
50
  text-align: center;
42
  text-align: center;
Línea 51... Línea 43...
51
  white-space: nowrap;
43
  white-space: nowrap;
52
  background: $primary-color-600;
44
  background: $green-600;
53
  background: linear-gradient(90deg, rgba($primary-color-600, 1) 0%, rgba($primary-color-400, 1) 100%);
45
  background: linear-gradient(90deg, rgba($green-600, 1) 0%, rgba($green-200, 1) 100%);
54
 
46
 
Línea 55... Línea 47...
55
  .rui-progress-100 & {
47
  .rui-progress-100 & {
56
    background: $green-600;
-
 
57
    background: linear-gradient(90deg, rgba($green-600, 1) 0%, rgba($green-400, 1) 100%);
48
    background: $green-600;
Línea 58... Línea 49...
58
  }
49
    background: linear-gradient(90deg, rgba($green-600, 1) 0%, rgba($green-400, 1) 100%);
59
 
50
  }
60
  @include transition($progress-bar-transition);
51