Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 229... Línea 229...
229
  background-color: var(--btn-secondary-color-bg);
229
  background-color: var(--btn-secondary-color-bg);
230
  border: 1px solid var(--btn-secondary-color-bg);
230
  border: 1px solid var(--btn-secondary-color-bg);
231
  color: var(--btn-secondary-color-text);
231
  color: var(--btn-secondary-color-text);
Línea 232... Línea 232...
232
 
232
 
233
  .theme-dark & {
233
  .theme-dark & {
234
    border: 1px solid $dm-gray-100;
234
    border: 1px solid $dm-gray-400;
235
    background-color: $dm-gray-100;
235
    background-color: $dm-gray-400;
236
    color: $dm-body-color;
236
    color: $dm-body-color;
Línea 237... Línea 237...
237
  }
237
  }
238
 
238
 
Línea 263... Línea 263...
263
 
263
 
264
.btn-danger,
264
.btn-danger,
265
.cancel a {
265
.cancel a {
266
  background-color: $red-100;
266
  background-color: $red-100;
267
  border: 0;
267
  border: 0;
Línea 268... Línea 268...
268
  color: $red-600 !important;
268
  color: $red-800 !important;
269
 
269
 
270
  &:hover {
270
  &:hover {
Línea 731... Línea 731...
731
.path-mod-quiz .othernav a:not(.mod_quiz-next-nav),
731
.path-mod-quiz .othernav a:not(.mod_quiz-next-nav),
732
.modal-footer a:not(.btn-primary),
732
.modal-footer a:not(.btn-primary),
733
.commentlink a,
733
.commentlink a,
734
.itemnav a,
734
.itemnav a,
735
.que .comment a,
735
.que .comment a,
736
.btn-inverse,
-
 
737
.pick.template,
736
.pick.template,
738
.action.remove,
737
.action.remove,
739
.card-body .footer a,
738
.card-body .footer a,
740
.course-content-header a,
739
.course-content-header a,
741
.course-content-footer a,
740
.course-content-footer a,
Línea 797... Línea 796...
797
.ajax-contact-button,
796
.ajax-contact-button,
798
#toggle-contact-button,
797
#toggle-contact-button,
799
#message-user-button {
798
#message-user-button {
800
  padding: 6px 10px !important;
799
  padding: 6px 10px !important;
801
  margin-left: .5rem;
800
  margin-left: .5rem;
-
 
801
  border-radius: $btn-border-radius!important;
Línea 802... Línea 802...
802
 
802
 
803
  .icon {
803
  .icon {
804
    margin: 0 10px 0 0;
804
    margin: 0 10px 0 0;
805
    padding: 0;
805
    padding: 0;
Línea 853... Línea 853...
853
.rui-form-element-group a {
853
.rui-form-element-group a {
854
  .icon {
854
  .icon {
855
    opacity: .7;
855
    opacity: .7;
856
  }
856
  }
Línea 857... Línea 857...
857
 
857
 
858
  &[data-toggle="popover"] {
858
  &[data-bs-toggle="popover"] {
859
    margin-right: .5rem;
859
    margin-right: .5rem;
860
  }
860
  }
Línea 861... Línea 861...
861
}
861
}
862
 
862
 
863
 
863
 
864
// ---- URL: /course/customfield.php
864
// ---- URL: /course/customfield.php
-
 
865
[data-role="deletecategory"] {
Línea 865... Línea 866...
865
[data-role="deletecategory"] {
866
  margin: 1px;
866
  margin: 1px;
867
  padding: 10px;
867
  padding: 10px;
868
  min-width: 40px;
Línea 885... Línea 886...
885
  }
886
  }
Línea 886... Línea 887...
886
 
887
 
887
  .icon {
888
  .icon {
888
    width: auto;
889
    width: auto;
889
    height: auto;
890
    height: auto;
890
    font-size: $font-size-xs;
891
    font-size: 16px;
891
  }
892
  }
Línea 892... Línea 893...
892
}
893
}
Línea 950... Línea 951...
950
.form-buttons {
951
.form-buttons {
951
  position: sticky;
952
  position: sticky;
952
  bottom: 20px;
953
  bottom: 20px;
953
  z-index: $zindex-sticky;
954
  z-index: $zindex-sticky;
Línea -... Línea 955...
-
 
955
 
-
 
956
  .path-admin-reportbuilder & {
-
 
957
    position: relative;
-
 
958
    bottom: 0!important;
-
 
959
    z-index: 0;
-
 
960
  }
-
 
961
  
-
 
962
  .show-custom-alert & {
-
 
963
    bottom: 70px;
-
 
964
  }
954
 
965
 
955
  .mod_quiz_preflight_popup & {
966
  .mod_quiz_preflight_popup & {
956
    position: relative;
967
    position: relative;
957
    bottom: 0;
968
    bottom: 0;
Línea 1124... Línea 1135...
1124
.rui-footer-btns {
1135
.rui-footer-btns {
1125
  @include media-breakpoint-up(md) {
1136
  @include media-breakpoint-up(md) {
1126
    display: inline-flex;
1137
    display: inline-flex;
1127
    align-items: baseline;
1138
    align-items: baseline;
1128
    flex-wrap: wrap;
1139
    flex-wrap: wrap;
-
 
1140
    gap: 10px;
1129
  }
1141
  }
Línea 1130... Línea 1142...
1130
 
1142
 
1131
  @include media-breakpoint-between(xs, sm) {
1143
  @include media-breakpoint-between(xs, sm) {
1132
    display: block;
1144
    display: block;
Línea 1164... Línea 1176...
1164
      margin-right: 0;
1176
      margin-right: 0;
1165
      margin-bottom: .35rem;
1177
      margin-bottom: .35rem;
1166
    }
1178
    }
Línea 1167... Línea 1179...
1167
 
1179
 
1168
    // Remove icons from all footer buttons
1180
    // Remove icons from all footer buttons
1169
    img {
1181
    .fa, img {
1170
      display: none;
1182
      display: none;
1171
    }
1183
    }
1172
  }
1184
  }