Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 198... Línea 198...
198
  max-width: 100%;
198
  max-width: 100%;
199
}
199
}
Línea 200... Línea 200...
200
 
200
 
201
.form-item .form-label label {
201
.form-item .form-label label {
202
  margin-bottom: 0;
202
  margin-bottom: 0;
203
  font-weight: $font-weight-medium;
203
  font-weight: $font-weight-bold;
204
  line-height: 1.2;
204
  line-height: 1.2;
Línea 205... Línea 205...
205
  align-items: center;
205
  align-items: center;
206
 
206
 
207
  p {
207
  p {
208
    margin-bottom: 0;
208
    margin-bottom: 0;
Línea 209... Línea 209...
209
  }
209
  }
210
}
210
}
211
 
211
 
212
.form-label {
212
.form-label {
213
  font-weight: $font-weight-medium;
213
  font-weight: $font-weight-bold;
214
  p {
214
  p {
Línea 489... Línea 489...
489
  white-space: inherit;
489
  white-space: inherit;
490
  word-break: break-word;
490
  word-break: break-word;
491
  text-align: left;
491
  text-align: left;
492
  justify-content: flex-start;
492
  justify-content: flex-start;
Línea -... Línea 493...
-
 
493
 
-
 
494
  display: inline-block!important;
493
 
495
 
494
  .badge-label {
-
 
495
    width: max-content;
496
  .badge-label {
496
    max-width: 100%;
-
 
497
    display: flex;
-
 
498
    flex-wrap: wrap;
497
    width: auto;
499
  }
498
  }
Línea -... Línea 499...
-
 
499
}
-
 
500
 
-
 
501
#page-course-view-participants .form-autocomplete-selection {
-
 
502
  border-color: transparent;
-
 
503
}
-
 
504
 
-
 
505
#page-course-view-participants .form-autocomplete-selection[data-active-value] {
-
 
506
   border-color: $border-color;
500
}
507
}
501
 
508
 
502
.form-autocomplete-suggestions {
509
.form-autocomplete-suggestions {
Línea 503... Línea 510...
503
  margin-left: 0;
510
  margin-left: 0;
Línea 527... Línea 534...
527
}
534
}
Línea 528... Línea 535...
528
 
535
 
529
.form-autocomplete-suggestions li {
536
.form-autocomplete-suggestions li {
530
  list-style-type: none;
537
  list-style-type: none;
531
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
538
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
532
  border-radius: $btn-border-radius;
539
  border-radius: $btn-border-radius - 6px;
533
  margin: 0 0 0.25rem;
540
  margin: 0 0 0.25rem;
Línea 534... Línea 541...
534
  cursor: pointer;
541
  cursor: pointer;
535
 
542
 
Línea 553... Línea 560...
553
  &:focus {
560
  &:focus {
554
    background-color: $dropdown-link-hover-bg;
561
    background-color: $dropdown-link-hover-bg;
555
    color: $dropdown-link-hover-color;
562
    color: $dropdown-link-hover-color;
556
  }
563
  }
Línea -... Línea 564...
-
 
564
 
-
 
565
  &[aria-disabled="true"] {
-
 
566
      pointer-events: none;
-
 
567
      color: $custom-select-disabled-color;
-
 
568
      background-color: $custom-select-disabled-bg;
-
 
569
  }
-
 
570
  &.suggestions-heading {
-
 
571
      pointer-events: none;
-
 
572
      font-size: $font-size-md;
-
 
573
      font-weight: $font-weight-bold;
-
 
574
      color: $dropdown-color;
-
 
575
      background-color: transparent;
-
 
576
      padding-left: 11px;
-
 
577
  }
557
 
578
 
558
  &::before {
579
  &::before {
559
    content: "\200B";
580
    content: "\200B";
Línea 560... Línea 581...
560
  }
581
  }
Línea 640... Línea 661...
640
  display: inline-block;
661
  display: inline-block;
641
  vertical-align: middle;
662
  vertical-align: middle;
642
}
663
}
Línea 643... Línea 664...
643
 
664
 
-
 
665
.form-autocomplete-selection {
644
.form-autocomplete-selection {
666
  min-width: 60px;
-
 
667
  max-width: 300px;
-
 
668
 
-
 
669
  margin: 0 0 5px;
-
 
670
  min-height: 32px;
-
 
671
 
-
 
672
  border: 2px dashed $border-color;
-
 
673
  border-radius: $btn-border-radius;
-
 
674
 
-
 
675
  .theme-dark & {
-
 
676
    border-color: $dm-border-color;
645
  max-width: 300px;
677
  }
Línea 646... Línea 678...
646
}
678
}
647
 
679
 
Línea 1001... Línea 1033...
1001
      background-color: $dm-gray-100;
1033
      background-color: $dm-gray-100;
1002
    }
1034
    }
Línea 1003... Línea 1035...
1003
 
1035
 
1004
    .icon {
1036
    .icon {
-
 
1037
      display: inline-flex;
-
 
1038
      justify-content: center;
1005
      display: inline-flex;
1039
      align-items: center;
1006
    }
1040
    }
Línea 1007... Línea 1041...
1007
  }
1041
  }
1008
 
1042
 
Línea 1026... Línea 1060...
1026
}
1060
}
Línea 1027... Línea 1061...
1027
 
1061
 
1028
.ftoggler {
1062
.ftoggler {
Línea 1029... Línea 1063...
1029
  position: relative;
1063
  position: relative;
1030
 
1064
 
1031
  [data-toggle="popover"] {
1065
  [data-bs-toggle="popover"] {
1032
    width: 30px;
1066
    width: 30px;
Línea 1033... Línea 1067...
1033
    height: 30px;
1067
    height: 30px;
Línea 1220... Línea 1254...
1220
  .theme-dark & {
1254
  .theme-dark & {
1221
    background-color: $dm-gray-300;
1255
    background-color: $dm-gray-300;
1222
  }
1256
  }
Línea 1223... Línea 1257...
1223
 
1257
 
1224
  &:hover {
1258
  &:hover {
Línea 1225... Línea 1259...
1225
    background-color: $primary-color-100;
1259
    background-color: var(--primary-color-100);
1226
 
1260
 
1227
    a {
1261
    a {
1228
      color: $primary-color-600;
1262
      color: var(--main-theme-color);
Línea 1229... Línea 1263...
1229
    }
1263
    }
1230
  }
1264
  }
Línea 1367... Línea 1401...
1367
  width: 30px;
1401
  width: 30px;
1368
  height: 30px;
1402
  height: 30px;
1369
  border-radius: $btn-border-radius-lg;
1403
  border-radius: $btn-border-radius-lg;
Línea 1370... Línea 1404...
1370
 
1404
 
1371
  .theme-dark & {
1405
  .theme-dark & {
1372
    background-color: $primary-color-600;
1406
    background-color: var(--main-theme-color);
1373
    color: $primary-color-300;
1407
    color: var(--primary-color-300);
Línea 1374... Línea 1408...
1374
  }
1408
  }
1375
 
1409
 
1376
  &:hover {
1410
  &:hover {
Línea 1386... Línea 1420...
1386
    display: block;
1420
    display: block;
1387
  }
1421
  }
Línea 1388... Línea 1422...
1388
 
1422
 
1389
  &.rui-show-password-btn--hidden {
1423
  &.rui-show-password-btn--hidden {
1390
    background-color: $gray-100;
1424
    background-color: $gray-100;
Línea 1391... Línea 1425...
1391
    color: $gray-600;
1425
    color: $gray-800;
1392
 
1426
 
1393
    .showpassword-icon--on {
1427
    .showpassword-icon--on {
Línea 1407... Línea 1441...
1407
  cursor: pointer;
1441
  cursor: pointer;
1408
}
1442
}
Línea 1409... Línea 1443...
1409
 
1443
 
1410
 
1444
 
1411
// Label + info icon
1445
// Label + info icon
1412
label+.btn[data-toggle="popover"] {
1446
label+.btn[data-bs-toggle="popover"] {
Línea 1413... Línea 1447...
1413
  margin: 0 .35rem;
1447
  margin: 0 .35rem;
Línea 1448... Línea 1482...
1448
    }
1482
    }
1449
}
1483
}
Línea 1450... Línea 1484...
1450
 
1484
 
1451
.label-sm {
1485
.label-sm {
-
 
1486
  font-size: $font-size-sm;
-
 
1487
}
-
 
1488
 
-
 
1489
.col-form-label {
-
 
1490
  .sup {
-
 
1491
    min-width: max-content;
-
 
1492
    display: inline-flex;
-
 
1493
    line-height: 1.4;
-
 
1494
 
-
 
1495
    &:empty {
-
 
1496
      display: none;
-
 
1497
    }
1452
  font-size: $font-size-sm;
1498
  }
1453
}
1499
}