Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 38... Línea 38...
38
  font-weight: $font-weight-medium;
38
  font-weight: $font-weight-medium;
Línea 39... Línea 39...
39
 
39
 
40
  &.root {
40
  &.root {
41
    max-width: 100%;
41
    max-width: 100%;
-
 
42
    width: max-content;
42
    width: max-content;
43
    padding: 0;
Línea 43... Línea 44...
43
  }
44
  }
44
 
45
 
45
  +.nav-tabs {
46
  +.nav-tabs {
Línea 109... Línea 110...
109
    }
110
    }
110
  }
111
  }
Línea 111... Línea 112...
111
 
112
 
112
  .nav-link.active,
113
  .nav-link.active,
-
 
114
  .nav-item.show .nav-link {
113
  .nav-item.show .nav-link {
115
    background-color: $nav-tabs-link-active-bg;
Línea 114... Línea 116...
114
    color: $nav-tabs-link-active-color;
116
    color: $nav-tabs-link-active-color;
-
 
117
 
115
 
118
    &:hover {
-
 
119
      background-color: $nav-tabs-link-hover-bg;
-
 
120
      color: $nav-tabs-link-hover-color;
-
 
121
 
-
 
122
      .theme-dark & {
116
    &:hover {
123
        background-color: transparent;
Línea 117... Línea 124...
117
      color: $nav-tabs-link-hover-color;
124
      }
-
 
125
    }
118
    }
126
 
119
 
127
    .theme-dark & {
120
    .theme-dark & {
128
      background-color: transparent;
Línea 121... Línea 129...
121
      color: $dm-gray-600;
129
      color: $dm-gray-600;
Línea 401... Línea 409...
401
    justify-content: center;
409
    justify-content: center;
402
    border-radius: $btn-border-radius-lg;
410
    border-radius: $btn-border-radius-lg;
403
  }
411
  }
Línea 404... Línea 412...
404
 
412
 
-
 
413
  .nav-tabs {
405
  .nav-tabs {
414
    padding: 4px;
406
    background-color: $gray-100;
415
    background-color: $gray-100;
Línea 407... Línea 416...
407
    border-radius: $btn-border-radius-lg;
416
    border-radius: $btn-border-radius-lg;
408
 
417
 
Línea 419... Línea 428...
419
      max-width: 100%;
428
      max-width: 100%;
420
    }
429
    }
Línea 421... Línea 430...
421
 
430
 
422
    @include media-breakpoint-between(xs, sm) {
431
    @include media-breakpoint-between(xs, sm) {
423
      width: 100%;
-
 
424
      padding: 10px;
432
      width: 100%;
Línea 425... Línea 433...
425
    }
433
    }
426
 
434
 
427
    .theme-dark & {
435
    .theme-dark & {