Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 14... Línea 14...
14
  display: flex;
14
  display: flex;
15
  flex-direction: column;
15
  flex-direction: column;
16
  min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
16
  min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
17
  height: $card-height;
17
  height: $card-height;
18
  word-wrap: break-word;
18
  word-wrap: break-word;
-
 
19
  //background-color: $card-bg;
-
 
20
  background-clip: border-box;
-
 
21
  //border: $card-border-width solid $card-border-color;
-
 
22
  //@include border-radius($card-border-radius);
-
 
23
 
-
 
24
  .theme-dark & {
-
 
25
    background-color: rgba($dm-card-bg, .6);
-
 
26
    //border: $card-border-width solid $dm-card-border-color;
-
 
27
  }
-
 
28
 
-
 
29
  .drawer & {
-
 
30
    border: 0;
-
 
31
 
-
 
32
    .theme-dark & {
-
 
33
      border: 0;
-
 
34
    }
-
 
35
  }
-
 
36
 
-
 
37
  // &.block_myoverview,
-
 
38
  &.block_recentlyaccessedcourses {
-
 
39
    border: 0;
-
 
40
    background-color: transparent!important;
-
 
41
  }
Línea 19... Línea 42...
19
 
42
 
20
  >hr {
43
  >hr {
21
    margin-right: 0;
44
    margin-right: 0;
22
    margin-left: 0;
45
    margin-left: 0;
Línea 173... Línea 196...
173
  
196
  
Línea 174... Línea 197...
174
}
197
}
175
 
198
 
-
 
199
.card {
-
 
200
  .footer {
-
 
201
    a {
176
.card {
202
      margin-right: 16px;
177
  .footer {
203
    }
178
    br {
204
    br {
179
      display: none;
205
      display: none;
180
    }
206
    }
Línea 377... Línea 403...
377
    .card-body {
403
    .card-body {
378
      padding: 0;
404
      padding: 0;
379
    }
405
    }
380
  }
406
  }
381
}
407
}
382
 
408
// Moodle 4.4
383
.course-card .card-img-top,
409
.course-card .card-img-top,
384
.theme-card .card-img-top {
410
.theme-card .card-img-top {
385
  aspect-ratio: 16 / 9;
411
  aspect-ratio: 16 / 9;
386
  background-position: center;
412
  background-position: center;
387
  background-size: cover;
413
  background-size: cover;
388
}
414
}
Línea 389... Línea 415...
389
 
415
 
390
.theme-card {
416
.theme-card {
-
 
417
  width: 100%;
-
 
418
  border-radius: $btn-border-radius;
-
 
419
  border: 1px solid $border-color;
-
 
420
 
-
 
421
  .theme-dark & {
-
 
422
    border-color: $dm-border-color;
-
 
423
  }
-
 
424
 
-
 
425
  form {
-
 
426
    width: 100%;
-
 
427
  }
-
 
428
 
-
 
429
  .btn-link {
-
 
430
    width: 30px;
-
 
431
    height: 30px;
-
 
432
    background-color: $gray-100;
-
 
433
    color: $body-color;
-
 
434
    border-radius: 100%;
-
 
435
 
-
 
436
    &:hover {
-
 
437
      background-color: var(--primary-color-100);
-
 
438
      color: var(--main-theme-color);
-
 
439
    }
-
 
440
 
-
 
441
    .theme-dark & {
-
 
442
      background-color: $dm-gray-100;
-
 
443
      color: $dm-body-color;
-
 
444
    }
Línea 391... Línea 445...
391
  width: 100%;
445
  }
392
 
446
 
393
  .h5 {
447
  .h5 {
394
    font-size: 18px;
448
    font-size: 18px;
395
    margin-bottom: 0;
-
 
396
  }
449
    margin-bottom: 0;
-
 
450
  }