Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 66... Línea 66...
66
 
66
 
67
// Calendar event background colours defined.
67
// Calendar event background colours defined.
68
[data-action=filter-event-type] {
68
[data-action=filter-event-type] {
69
  display: flex;
69
  display: flex;
-
 
70
  align-items: center;
Línea 70... Línea 71...
70
  align-items: center;
71
  text-decoration: none;
71
 
72
 
72
  &:focus {
73
  &:focus {
73
    border-radius: $btn-border-radius;
74
    border-radius: $btn-border-radius;
Línea 637... Línea 638...
637
  }
638
  }
638
}
639
}
Línea 639... Línea 640...
639
 
640
 
640
 
641
 
641
td.day {
642
td.day {
642
  [data-toggle=popover] {
643
  [data-bs-toggle=popover] {
643
    font-weight: $font-weight-bold;
644
    font-weight: $font-weight-bold;
644
    color: $body-color;
645
    color: $body-color;
Línea 662... Línea 663...
662
.calendar-controls {
663
.calendar-controls {
663
  position: relative;
664
  position: relative;
664
  display: inline-flex;
665
  display: inline-flex;
665
  align-items: center;
666
  align-items: center;
666
  justify-content: space-between;
667
  justify-content: space-between;
667
  gap: 10px;
668
  gap: 5px;
668
 
-
 
669
  width: 100%;
669
  width: 100%;
Línea 670... Línea 670...
670
 
670
 
671
  @include media-breakpoint-between(xs, sm) {
671
  @include media-breakpoint-between(xs, sm) {
672
    .arrow_link {
672
    .arrow_link {
Línea 689... Línea 689...
689
    background-repeat: no-repeat;
689
    background-repeat: no-repeat;
690
    background-position: center;
690
    background-position: center;
691
    background-size: 20px;
691
    background-size: 20px;
692
  }
692
  }
Línea 693... Línea -...
693
 
-
 
694
  // .current {
-
 
695
  //     padding: 0 20px;
-
 
696
  //     line-height: 1.5;
-
 
697
  //     text-align: center;
-
 
698
  //     font-size: $font-size-xs;
-
 
699
  // }
-
 
700
 
693
 
701
  .next {
694
  .next {
Línea 702... Línea 695...
702
    position: relative;
695
    position: relative;
703
 
696
 
Línea 709... Línea 702...
709
 
702
 
710
  .drop-target {
703
  .drop-target {
711
    box-sizing: border-box;
704
    box-sizing: border-box;
712
    border: 1px dashed var(--primary-color-300);
705
    border: 1px dashed var(--primary-color-300);
-
 
706
  }
-
 
707
 
-
 
708
  .btn-icon {
-
 
709
    width: 30px;
-
 
710
    min-width: 30px;
-
 
711
    height: 30px;
-
 
712
    margin: 0!important;
713
  }
713
  }
Línea 714... Línea 714...
714
}
714
}
715
 
715
 
Línea 780... Línea 780...
780
 
780
 
781
      li {
781
      li {
782
        padding: 7px;
782
        padding: 7px;
783
        margin-bottom: 7px;
783
        margin-bottom: 7px;
784
        list-style-type: none;
784
        list-style-type: none;
Línea 785... Línea 785...
785
        border-radius: $btn-border-radius;
785
        border-radius: $btn-border-radius-sm;
786
 
786
 
787
        #block-region-sidecourseblocks &,
787
        #block-region-sidecourseblocks &,
788
        #block-region-side-pre & {
788
        #block-region-side-pre & {
789
          margin: 1px;
789
          margin: 1px;
790
          padding: 1px;
790
          // padding: 1px;
791
          width: 7px;
791
          // width: 7px;
792
          height: 14px;
792
          // height: 14px;
793
          display: inline-flex;
793
          display: inline-flex;
Línea 794... Línea 794...
794
          text-indent: -999px;
794
          // text-indent: -999px;
795
        }
795
        }
796
 
796
 
Línea 1388... Línea 1388...
1388
 
1388
 
Línea 1389... Línea 1389...
1389
  .calendar-controls {
1389
  .calendar-controls {
1390
 
1390
 
-
 
1391
    .previous,
-
 
1392
    .next {
-
 
1393
      width: 30px;
1391
    .previous,
1394
      height: 30px;
1392
    .next {
1395
 
1393
      .arrow {
1396
      .arrow {
1394
        color: transparent;
1397
        color: transparent;
Línea 1491... Línea 1494...
1491
    margin-right: 10px;
1494
    margin-right: 10px;
Línea 1492... Línea 1495...
1492
 
1495
 
Línea 1493... Línea 1496...
1493
    color: $body-color;
1496
    color: $body-color;
1494
 
1497
 
-
 
1498
    .icon {
1495
    .icon {
1499
      font-size: 12px;
1496
      opacity: .6;
1500
      line-height: 20px;
Línea 1497... Línea 1501...
1497
    }
1501
    }
1498
  }
1502
  }
1499
 
1503
 
1500
  .event-icon {
1504
  .event-icon {
1501
    .rui-icon-container {
1505
    .rui-icon-container {
Línea 1502... Línea 1506...
1502
      display: inline-flex;
1506
      display: inline-flex;
1503
      align-items: center;
1507
      align-items: center;
1504
      margin-right: .5rem;
1508
      margin-right: .5rem;
1505
 
1509
 
1506
      .icon {
1510
      img.icon {
1507
        .theme-dark & {
1511
        .theme-dark & {
Línea 2039... Línea 2043...
2039
    padding: 0.35rem 0.85rem;
2043
    padding: 0.35rem 0.85rem;
2040
    margin: 0 .5rem .25rem 0;
2044
    margin: 0 .5rem .25rem 0;
2041
    font-size: $font-size-xs;
2045
    font-size: $font-size-xs;
2042
    color: $gray-900 !important;
2046
    color: $gray-900 !important;
2043
    text-align: center;
2047
    text-align: center;
-
 
2048
    text-decoration: none;
2044
    vertical-align: baseline;
2049
    vertical-align: baseline;
2045
    @include border-radius();
2050
    @include border-radius();
Línea 2046... Línea 2051...
2046
 
2051
 
Línea 2100... Línea 2105...
2100
  .theme-dark & {
2105
  .theme-dark & {
2101
    color: $dm-body-color-light;
2106
    color: $dm-body-color-light;
2102
  }
2107
  }
2103
}
2108
}
Línea -... Línea 2109...
-
 
2109
 
-
 
2110
.rui-cal-header {
-
 
2111
  margin-bottom: 20px;
-
 
2112
  gap: 5px;
-
 
2113
  align-items: center;
-
 
2114
 
-
 
2115
  .select {
-
 
2116
    margin-left: 0!important;
-
 
2117
  }
-
 
2118
 
-
 
2119
  select, .btn {
-
 
2120
    margin-bottom: 0;
-
 
2121
  }
-
 
2122
}
2104
 
2123
 
Línea 2105... Línea 2124...
2105
@include media-breakpoint-between(xs, sm) {
2124
@include media-breakpoint-between(xs, sm) {
2106
 
2125
 
Línea 2137... Línea 2156...
2137
 
2156
 
2138
    .custom-select,
2157
    .custom-select,
2139
    .btn {
2158
    .btn {
2140
      width: 100%;
2159
      width: 100%;
2141
      max-width: 100%;
2160
      max-width: 100%;
2142
      margin: 0 0 10px 0 !important;
2161
      margin: 0 !important;
2143
    }
2162
    }
2144
  }
2163
  }
Línea 2312... Línea 2331...
2312
  overflow-wrap: break-word;
2331
  overflow-wrap: break-word;
2313
}
2332
}
Línea 2314... Línea 2333...
2314
 
2333
 
2315
.description-content {
2334
.description-content {
-
 
2335
  overflow-wrap: break-word;
Línea 2316... Línea 2336...
2316
  overflow-wrap: break-word;
2336
  font-size: $font-size-sm;
2317
 
2337
 
2318
  >p {
2338
  >p {
2319
    margin: 0;
2339
    margin: 0;
Línea 2337... Línea 2357...
2337
  #blocks-dashboardleftblock &,
2357
  #blocks-dashboardleftblock &,
2338
  #theme_universe-drawers-blocks & {
2358
  #theme_universe-drawers-blocks & {
2339
    display: none;
2359
    display: none;
2340
  }
2360
  }
Línea -... Línea 2361...
-
 
2361
 
-
 
2362
  .drawer & {
-
 
2363
    gap: 3px;
-
 
2364
    justify-content: flex-start;
-
 
2365
  }
2341
 
2366
 
2342
  li {
2367
  li {
2343
    font-size: $font-size-xs;
2368
    font-size: $font-size-xs;
2344
    color: #212121;
2369
    color: #212121;
2345
    padding: 3px 7px !important;
2370
    padding: 3px 7px !important;
Línea 2349... Línea 2374...
2349
  span:first-letter {
2374
  span:first-letter {
2350
    text-transform: uppercase
2375
    text-transform: uppercase
2351
  }
2376
  }
2352
}
2377
}
Línea -... Línea 2378...
-
 
2378
 
-
 
2379
.block_calendar_month {
-
 
2380
  .footer a {
-
 
2381
    width: 100%;
-
 
2382
  }
2353
 
2383
 
2354
.footer .bottom {
2384
  .footer .bottom {
2355
  justify-content: center;
2385
    justify-content: center;
2356
  align-items: stretch;
2386
    align-items: stretch;
2357
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
2387
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
2358
  display: grid;
2388
    display: grid;
-
 
2389
    gap: 10px;
2359
  gap: 10px;
2390
  }
Línea -... Línea 2391...
-
 
2391
}
2360
}
2392
 
2361
 
2393
 
2362
#sidepre-blocks,
2394
#sidepre-blocks,
2363
#block-region-sidebartb,
2395
#block-region-sidebartb,
2364
#block-region-sidebarbb,
2396
#block-region-sidebarbb,