Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 6... Línea 6...
6
  @include border-radius();
6
  @include border-radius();
Línea 7... Línea 7...
7
 
7
 
8
  .pagination {
8
  .pagination {
9
    margin: 0;
9
    margin: 0;
-
 
10
  }
-
 
11
 
-
 
12
  .course_category_tree & {
-
 
13
    margin: 0;
-
 
14
    background-color: $gray-100;
-
 
15
    display: flex;
-
 
16
    align-items: center;
-
 
17
 
-
 
18
    .theme-dark & {
-
 
19
      background-color: $dm-gray-100;
-
 
20
    }
10
  }
21
  }
Línea 11... Línea 22...
11
}
22
}
12
 
23
 
13
.page-link,
24
.page-link,
Línea 24... Línea 35...
24
 
35
 
25
  .theme-dark & {
36
  .theme-dark & {
26
    color: $dm-pagination-color;
37
    color: $dm-pagination-color;
Línea -... Línea 38...
-
 
38
  }
-
 
39
 
-
 
40
  .initialsdropdown & {
-
 
41
    border: 1px solid $dropdown-border-color;
-
 
42
    background-color: $dropdown-bg;
-
 
43
    color: $dropdown-color;
-
 
44
 
-
 
45
    .theme-dark & {
-
 
46
      border-color: $dm-dropdown-border-color;
-
 
47
      background-color: $dm-dropdown-bg;
-
 
48
      color: $dm-dropdown-color;
-
 
49
    }
27
  }
50
  }
28
 
51
 
29
  &:hover {
52
  &:hover {
30
    z-index: 2;
53
    z-index: 2;
31
    color: $pagination-hover-color;
54
    color: $pagination-hover-color;
Línea 157... Línea 180...
157
  flex-wrap: wrap;
180
  flex-wrap: wrap;
158
}
181
}
Línea 159... Línea 182...
159
 
182
 
160
.initialbar + .rui-title-container {
183
.initialbar + .rui-title-container {
-
 
184
  margin-top: 30px!important;
-
 
185
}
-
 
186
 
-
 
187
.path-mod-assign .initialsdropdown {
-
 
188
  width: 540px !important;
161
  margin-top: 30px!important;
189
  max-width: 540px !important;
162
}
190
}