Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@charset "UTF-8";
2
 
3
:root {
4
    --primary-white: rgba(255, 255, 255, 0.9);
5
    --primary-white-hover: rgba(255, 255, 255, 0.04);
6
    --border-primary: #ffffff14;
7
    --primary-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
8
}
9
 
10
h1,
11
h2,
12
h3,
13
h4,
14
h5,
15
h6,
16
span,
17
a,
60 ariadna 18
p ,
19
.comment-message .text,
20
.comment-message .time{
1 efrain 21
    font-family: var(--primary-font-family);
22
}
23
 
24
/* Nav */
25
.rui-topbar-wrapper {
26
    background: #fff;
27
    border-bottom: 1px solid #aeb3b8;
28
    box-shadow: 1px 1px 1px #ddd;
29
    padding: 5px;
30
    height: 55px;
31
 
32
}
33
 
34
/* Drawer */
35
 
36
@media (max-width: 767.98px) {
37
    .btn-drawer {
38
        left: 15px;
39
        top: 15px;
40
}
41
}
42
 
43
@media (min-width: 1100px){
44
.drawer-left, .drawer-right {
45
    height: calc(100% - 55px);
46
}
47
}
48
 
49
.drawer.drawer-left {
50
    background-color: #23292f;
51
    border-radius: 0;
52
    padding: 0;
53
    top: 55px;
54
}
55
 
56
.drawercontent {
57
    scrollbar-color: #757474 #fff;
58
    margin-right: 0;
59
    scrollbar-width: auto;
60
    padding: 0;
61
    height: calc(100% - 55px);
62
}
63
 
64
.courseindex .courseindex-item.pageitem {
65
    background: black;
66
    color: #fff;
67
    border-left: 5px solid #fff;
68
}
69
 
70
.h5p-iframe-wrapper iframe.h5p-iframe{
71
    max-height: 75vh;
72
    min-height: 400px;
73
}
74
 
75
html.h5p-iframe, html.h5p-iframe > body{
76
    height: fit-content;
77
}
78
 
79
.drawerheader {
80
    border-bottom: 1px solid var(--border-primary);
81
    padding: .9rem !important;
82
    display: flex;
83
    justify-content: space-between;
84
    align-items: center;
85
}
86
 
87
.drawerheadercontent {
88
    position: relative !important;
89
    top: 0 !important;
90
    left: 0 !important;
91
    display: flex;
92
    align-items: center;
93
    justify-content: center;
94
    gap: .5rem;
95
}
96
 
97
.drawer.drawer-left .drawertoggle {
98
    margin-left: auto;
99
    margin-right: 0;
100
    margin-top: 2px;
101
    margin-bottom: 2px;
102
}
103
 
104
.drawerheadercontent h5{
105
    margin-bottom: 0;
106
    font-size: 16px;
107
    font-weight: 600;
108
    color: #fff;
109
    margin-top: 5px;
110
}
111
 
112
.wrapper-fw {
113
    width: calc(100% - 1px);
114
    position: relative;
115
}
116
 
117
.courseindex .courseindex-item.pageitem:hover, .courseindex .courseindex-item.pageitem:focus {
118
    color: #fff;
119
    background: #000;
120
    border-left: 5px solid #fff;
121
}
122
 
123
.courseindex .courseindex-item.pageitem:hover .courseindex-link{
124
    color: #fff;
125
}
126
 
127
#page-mod-resource-view .wrapper-fw, #page-mod-hvp-view .wrapper-fw {
128
    width: 100%;
129
}
130
 
131
#page-mod-resource-view .drawer-right .drawerheader , #page-mod-hvp-view .drawer-right .drawerheader  {
132
    display: none;
133
}
134
 
135
#page-mod-resource-view .drawer-right .drawercontent , #page-mod-hvp-view .drawer-right .drawercontent  {
136
    width: 100%;
137
}
138
 
139
#block-region-side-pre{
140
    justify-content: center;
141
}
142
 
143
.drawer-right .drawerheader .drawerheadercontent h5{
144
    display: none;
145
}
146
 
147
.courseindex .courseindex-section {
148
    border-radius: 0 !important;
149
    margin-left: 0 !important;
150
    margin-bottom: 0 !important;
151
}
152
 
153
.courseindex .courseindex-item.courseindex-section-title {
154
    flex-direction: row-reverse;
155
    justify-content: space-between;
156
    padding: 0.5rem 0;
157
    border-radius: 0 !important;
158
}
159
 
160
.courseindex .courseindex-section .courseindex-item.courseindex-section-title {
161
    border-bottom: 1px solid var(--border-primary) !important;
162
}
163
 
164
.courseindex .courseindex-item.courseindex-section-title a {
165
    color: var(--primary-white) !important;
166
    font-size: 14px !important;
167
    font-weight: 600;
168
    margin-left: 1rem;
169
}
170
 
171
.courseindex .courseindex-sectioncontent {
172
    padding: 0 !important;
173
}
174
 
175
.courseindex .courseindex-item.pageitem a {
176
    color: #fff;
177
}
178
 
179
 
180
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
181
    padding: 10.5px;
182
    padding-left: 16px;
183
    border-bottom: 1px solid var(--border-primary);
184
    border-radius: 0;
185
}
186
 
187
.courseindex .courseindex-item:hover span,
188
.courseindex .courseindex-item:hover .courseindex-link,
189
.courseindex .courseindex-item:hover .courseindex-chevron,
190
.courseindex .courseindex-item:focus span,
191
.courseindex .courseindex-item:focus .courseindex-link,
192
.courseindex .courseindex-item:focus .courseindex-chevron {
193
    color: var(--primary-white);
194
}
195
 
196
.courseindex .courseindex-item:hover>span:not(.icons-collapse-expand),
197
.courseindex .courseindex-item:hover>.courseindex-link,
198
.courseindex .courseindex-item:hover>.courseindex-chevron:not(.icons-collapse-expand),
199
.courseindex .courseindex-item:focus>span:not(.icons-collapse-expand),
200
.courseindex .courseindex-item:focus>.courseindex-link,
201
.courseindex .courseindex-item:focus>.courseindex-chevron:not(.icons-collapse-expand) {
202
    text-decoration: underline;
203
}
204
 
205
.courseindex .expanded-icon,
206
.courseindex .collapsed-icon {
207
    background-color: transparent !important;
208
}
209
 
210
.courseindex .expanded-icon .icon,
211
.courseindex .collapsed-icon .icon {
212
    font-size: 20px !important;
213
}
214
 
215
/* Drawer end */
216
 
217
#page-mod-resource-view .rui-main-content-title--h4, #page-mod-hvp-view .rui-main-content-title--h4 {
218
    font-size: 16px;
219
    color: #757474;
220
    font-weight: 600;
221
}
222
 
223
.page-header-content{
224
    margin: 11px 0;
80 ariadna 225
    margin-top: 35px !important;
1 efrain 226
}
227
 
228
#page-mod-resource-view .page-header-content, #page-mod-hvp-view .page-header-content {
229
    background-color: transparent;
230
    position: absolute;
231
    top: 0;
232
    left: 0;
233
    z-index: 100;
234
    margin: 10px 0 !important;
235
}
236
 
237
#page-mod-resource-view .page-header-content .page-context-header, #page-mod-hvp-view .page-header-content .page-context-header {
238
    padding: 0 1rem;
77 ariadna 239
    margin-top: 45px;
1 efrain 240
}
241
 
242
.courseindex .courseindex-item.courseindex-section-title a {
243
    color: var(--primary-white);
244
}
245
 
246
.courseindex .courseindex-item .courseindex-name,
247
.courseindex .courseindex-item .courseindex-link {
248
    color: var(--primary-white);
249
}
250
 
251
.courseindex .expanded-icon,
252
.courseindex .collapsed-icon {
253
    background-color: #595858;
254
    color: var(--primary-white);
255
}
256
 
257
 
258
.wrapper--with-margin {
259
    width: calc(100% - 40px);
260
}
261
 
262
.btn.btn-icon,
263
a.btn-icon {
264
    color: var(--primary-white);
265
    line-height: 10px;
266
    background: transparent;
267
    width: 32px;
268
    height: 32px;
269
    border-radius: 32px;
270
    box-shadow: inset 0 0 0 1px var(--primary-white);
271
    opacity: 1;
272
}
273
 
274
.btn.btn-icon:hover,
275
a.btn-icon:hover {
276
    box-shadow: inset 0 0 0 2px var(--primary-white);
277
    background-color: var(--primary-white-hover);
278
}
279
 
280
.drawer {
281
    padding: 1px 10px;
282
}
283
 
284
.btn-icon {
285
    min-width: auto;
286
    border: none;
287
}
288
 
289
.btn-icon svg {
290
    width: 20px;
291
    height: 20px;
292
}
293
 
294
.btn.btn-icon,
295
#page .hsuforum-tools a.btn-icon {
296
    height: 30px;
297
    width: 30px;
298
}
299
 
300
.drawerheadercontent {
301
    top: 15px;
302
    right: 15px;
303
}
304
 
305
.video-js {
306
    border-radius: 0px;
307
}
308
 
309
.mediaplugin.mediaplugin_videojs {
310
    margin: 0;
311
}
312
 
313
.path-mod-resource .resourcecontent {
314
    margin-top: 0;
315
}
316
 
317
.video-js.vjs-fluid {
318
    padding-top: 75vh !important;
319
}
320
 
321
.drawer.drawer-right {
322
    visibility: visible;
323
    width: 100%;
324
    display: flex;
325
    float: left;
326
    position: revert;
327
    top: 1px;
328
}
329
 
330
#page.drawers.show-drawer-right {
331
    padding-right: 0;
332
}
333
 
334
#block-region-side-pre {
335
    display: flex;
336
    width: 100%;
337
    gap: 12px;
338
}
339
 
340
.btn-group>.btn:last-child {
341
    border-top-right-radius: 0px;
342
    border-bottom-right-radius: 0px;
343
    height: 40px;
344
}
345
 
346
.btn-group>.btn:first-child {
347
    border-top-left-radius: 0px;
348
    border-bottom-left-radius: 0px;
349
}
350
 
351
.btn-primary, .mod_quiz-next-nav {
352
    background: transparent;
353
    color: #000;
354
    border-radius: 5px;
355
    border-color: #ddd;
356
    margin-top: 10%;
357
    height: 35px;
358
    margin-left: 5px;
359
    font-size: small;
360
}
361
 
362
.mb-2, .my-2 {
363
    margin-bottom: 0.5rem !important;
364
    margin-top: 20px !important;
365
    margin-right: 10px;
366
}
367
 
368
.mb-2 a:hover{
369
    border: transparent;
370
    color: #000;
371
    background: #ddd;
372
}
373
 
374
.btn.btn-primary .mr-1:hover, .mod_quiz-next-nav:hover{
375
    border: transparent;
376
    color: #000;
377
    background: #ddd;
378
}
379
 
380
#blocks_buttons.btn-group .btn.nav-link {
381
    border: transparent;
382
    color: #212121;
383
    background: transparent;
384
    height: 40px;
385
}
386
 
387
#blocks_buttons.btn-group .btn.nav-link:hover,
388
#blocks_buttons.btn-group .btn.nav-link.active {
389
    background-color: #F5F5F5;
390
    color: #000;
391
}
392
 
393
#blocks_buttons.btn-group .btn.nav-link.active {
394
    border-bottom: 3px solid #000;
395
}
396
 
397
.card-header{
398
    border-bottom: 1px solid #ddd;
399
    padding: 0px;
400
    height: 46px;
401
}
402
 
403
.card-body {
404
    padding: 10px;
405
    margin-top: 5px;
406
}
407
 
408
#page-mod-resource-view .main-content, #page-mod-hvp-view .main-content {
409
    margin-bottom: 0 !important;
74 ariadna 410
    margin-top: 50px;
1 efrain 411
}
412
 
413
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
414
    padding: 0 !important;
415
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
416
}
417
 
418
.main-content {
419
    height: 65vh !important;
420
    overflow: auto;
421
    margin-bottom: 2px;
422
}
423
 
424
#page-mod-resource-view .main-content, #page-mod-hvp-view .main-content {
425
    height: 75vh !important;
426
}
427
 
428
.comment-list li{
429
    border: 1px solid #ddd;
430
    border-radius: 0px;
431
    padding: 20px;
432
}
433
 
434
.comment-message-meta a {
435
    color: #212121;
436
    font-size: 15px;
437
}
438
 
439
.comment-message .text {
440
    color: #000;
441
}
442
 
443
.drawer.drawer-right{
444
    padding: 0;
445
}
446
 
447
.drawer-right .drawercontent{
448
    height: fit-content;
449
    padding: 0;
450
    width: 100%;
451
}
452
 
453
.forum-post {
454
    border: 1px solid #ddd;
455
    border-radius: 10px;
456
    display: block;
457
    margin: auto;
458
    padding: 0;
459
    width: 60%;
460
}
461
 
462
.forum-post-header{
463
    padding: 12px;
464
    margin-bottom: 0;
465
}
466
 
467
.attachedimages, .post-content-container {
468
    padding: 0 12px;
469
}
470
 
471
.attachedimages img {
472
    display: block;
473
    margin: auto;
474
}
475
 
476
.rui-forum-edit-buttons {
477
    display: flex;
478
    gap: 5px;
479
    flex-wrap: wrap;
480
}
481
 
482
.post-actions{
483
    border-top: 1px solid #ddd;
484
    gap: 5px;
485
    padding-left: 0.5rem !important;
486
}
487
 
488
.path-mod-forum .indent{
489
    margin-left: 0;
490
}
491
 
492
@media (min-width: 768px){
493
    .forum-post-reply {
494
        margin-left: 5%;
495
        max-width: 90%;
496
    }
497
}
498
 
499
textarea.form-control {
500
    border-radius: 0px;
501
    border: 1px solid #000;
502
}
503
 
504
.rui-page-footer {
505
    display: none;
506
}
507
 
508
.rui-footer-block--3 {
509
    display: none;
510
}
511
 
512
@media (min-width: 768px){
513
#page-wrapper #page {
514
    padding-top: 55px;
515
    }
516
}
517
 
518
.d-inline-flex {
519
    margin-right: 15.5%;
520
    margin-bottom: 1%;
521
}
522
 
523
li[data-key=home] {
524
    display: none;
525
}
526
 
527
.btn-group .btn.active, .btn-group #page .hsuforum-tools a.active, #page .hsuforum-tools .btn-group a.active {
528
    background-color: #edeffa;
529
    color: #000;
530
    height: 40px;
531
}
532
 
533
.drawer-right .drawerheader{
534
    display: none;
535
}
536
 
537
.page-header-content {
538
    margin: 11px 0;
539
    position: relative;
540
    z-index: 1;
541
}
542
 
543
.rui-main-content-title--h3{
544
    display: none;
545
}
546
 
547
.flex-wrap{
548
    padding-top: 2px;
549
}
550
 
551
.activityiconcontainer {
552
    margin-left: 5px;
83 ariadna 553
    display: none;
1 efrain 554
}
555
 
556
@media (min-width: 768px){
557
    .d-md-block {
558
        display: none !important;
559
    }
560
}
561
 
562
@media (min-width: 320px){
563
.form-inline .custom-select {
564
    margin-left: 5px;
565
    font-size: smaller;
566
    height: 35px;
567
    padding-top: 5px;
568
    padding-bottom: 5px;
569
    border-radius: 5px;
570
    margin-top: 15px;
571
}
572
}
573
 
574
.rui-title-container {
575
    margin-top: 0px;
576
    margin-bottom: 0px;
577
}
578
 
579
.form-inline input {
580
    height: 35px;
581
    padding-top: 5px;
582
    padding-bottom: 5px;
583
    border-radius: 5px;
584
}
585
 
586
.mb-4, .my-4 {
587
    margin-bottom: 0.5rem !important;
588
    height: 40px;
589
}
590
 
591
[data-action="forum-inpage-submit"] {
592
    position: relative;
593
    height: 35px;
594
}
595
 
596
.btn.dropdown-toggle, #page .hsuforum-tools a.dropdown-toggle {
597
    border: 0;
598
    border-radius: 5px;
599
    height: 35px;
600
    font-size: smaller;
601
    margin-right: 15px;
602
    margin-top: 7%;
603
}
604
 
605
.btn-secondary{
606
    border-radius: 5px;
607
    margin-top: 5px;
608
    margin-right: 12px;
609
}
610
 
611
 
612
 
613
@media (min-width: 768px) {
614
    .tertiary-navigation .navitem:not(:last-child), .tertiary-navigation .navitem-divider:not(:last-child) {
615
        margin-left: 10px;
616
        margin-top: 5px;
617
    }
618
}
619
 
620
.mr-1{
621
    height: 35px;
622
    font-size: smaller;
623
}
624
 
625
@media (min-width: 320px) {
626
    .mform fieldset.collapsible legend a.fheader[aria-expanded="true"]{
627
        margin-left: 5px;
628
        margin-right: 10px;
629
    }
630
}
631
 
632
.form-group label{
633
    margin-right: 30%;
634
}
635
 
636
[data-fieldtype="editor"]>div {
637
    margin-right: 10px;
638
}
639
 
640
.mb-0 {
641
    margin-right: 0%;
642
    margin-left: 3%;
643
}
644
 
645
.filemanager-container{
646
    margin-right: 10px;
647
}
648
 
649
.fp-navbar {
650
    border-color: #E1E1E1;
651
    margin-right: 10px;
652
}
653
 
654
.filemanager .fp-restrictions {
655
    margin-right: 15px;
656
}
657
 
658
.ml-1{
659
    margin-left: 0.25rem !important;
660
    margin-top: 13.5px !important;
661
}
662
 
663
form-inline .custom-select {
664
    margin-top: 15px;
665
}
666
 
667
.submissionstatustable{
668
    margin-top: 3%;
669
}
670
 
671
.btn:not(:disabled):not(.disabled), #page .hsuforum-tools a:not(:disabled):not(.disabled) {
672
    margin-top: 5px;
673
}
674
 
675
button:not(:disabled){
676
    height: 35px;
677
}
678
 
679
.custom-control{
680
    margin-top: 5px;
681
}
682
 
683
.tertiary-navigation .row{
684
    margin-left: 10px;
685
}
686
 
687
.h3 {
688
    font-size: 1rem;
689
    line-height: 1.3;
690
    margin-left: 10px;
691
}
692
 
693
.que .grade{
694
    margin-top: 10px;
695
}
696
 
697
.que .qtext {
698
    font-size: smaller;
699
}
700
 
701
.formulation.clearfix {
702
    width: 50%;
703
    margin-left: 25%;
704
}
705
 
706
.notyetanswered .state{
707
    margin-left: 7px;
708
}
709
 
710
.que.multichoice .answer div.r0{
711
    height: 40px;
712
    font-size: smaller;
713
}
714
 
715
.ml-1{
716
    margin-top: 0.25px !important;
717
}
718
 
719
.que .info .questionflag a{
720
    border-radius: 5px;
721
}
722
 
723
#page-mod-quiz-attempt .submitbtns .mod_quiz-next-nav{
724
    margin-right: 5px;
725
    font-size: 75%;
726
}
727
 
728
.btn--darkmode{
729
    display:none;
730
}
731
 
732
.search-input-group{
733
    margin-left: 14.5%;
734
}
735
 
736
.rui-course-card-deck {
737
    display: flex !important;
738
    flex-wrap: wrap;
739
    flex-direction: row !important;
740
}
741
 
742
.rui-course-card-deck .rui-course-card {
743
    border-radius: 20px;
744
    border: 1px solid #eee;
745
    box-shadow: 1px 1px 1px #ddd;
746
    grid-template-columns: repeat(3, 1fr);
747
    grid-template-rows: repeat(2, 1fr);
748
    max-width: calc(50% - 18px);
749
    min-width: 450px;
750
    width: 100%;
751
}
752
 
753
.rui-course-card-deck .rui-course-card > *:not(a){
754
    grid-column: 2/4;
755
}
756
 
757
.rui-course-card-deck .rui-course-card > a{
758
    grid-column: 1/2;
759
    grid-row: 1/3;
760
}
761
 
762
#page-my-index #block-region-dtopblocks {
763
    display: flex;
764
    flex-wrap: wrap;
765
    justify-content: space-between;
766
}
767
 
768
#page-my-index #block-region-dtopblocks > .card{
769
    flex: 1;
770
}
771
 
772
#page-my-index #block-region-dtopblocks .rui-course-card{
773
    max-width: none;
774
}
775
 
776
#page.drawers .main-inner{
777
    background-color: #fff;
778
}
779
 
780
.search-input-group .search-input {
781
    font-size: small;
782
    height: 35px;
783
}
784
 
785
body.drawer-open-right #sidepreopen-control {
786
    position: fixed;
787
    z-index: 1120;
788
    display: none;
789
}
790
 
791
.card-title {
792
    display: none !important;
793
}
794
 
795
.rui-main-content-title--h1 {
796
    display: none;
797
}
798
 
799
h1 {
800
    font-size: 30px;
801
    margin-bottom: 5px;
802
}
803
 
804
.block_myprofile .myprofileitem.fullname {
805
    font-size: 1.4rem;
806
}
807
 
808
.form-control, [type="text"]{
809
    border-radius: 5px;
810
    font-size: smaller;
811
    height: 35px;
812
}
813
 
814
.search-input-group .search-input-btn{
815
    right: -35px;
816
}
817
 
818
.myprofileitem p {
819
    font-size: 1.1rem;
820
}
821
 
822
.font-weight-bold {
823
    border-radius: 5px;
824
    font-size: small;
825
    height: 35px;
10 ariadna 826
}
827
 
828
.userinitials{
829
    border-radius: 30px;
830
    border: 1px solid #000000;
831
    color: #ffffff;
832
    background-color: #000;
833
}
834
 
835
.comment-message .picture .userinitials{
836
    min-width: 50px;
837
    min-height: 50px;
32 ariadna 838
}
839
 
840
.page-mycourses .block .block-controls{
841
    margin-top: 25px;
842
    right: 0;
61 ariadna 843
}
844
 
77 ariadna 845
 
846
.mr-5 {
62 ariadna 847
    border: 1px solid #212121;
61 ariadna 848
    border-radius: 10px;
62 ariadna 849
    background: #212121;
77 ariadna 850
    margin-top: 45px;
851
    width: 210px !important;
852
    height: 50px !important;
81 ariadna 853
    margin-right: 5px !important;
61 ariadna 854
}
855
 
856
.block_point_view.reactions-container {
857
    z-index: 1;
858
    position: relative;
859
    float: right;
78 ariadna 860
    margin-top: 27px;
61 ariadna 861
    margin-right: 2.5rem !important;
72 ariadna 862
    width: 200px !important;
863
    height: 100px !important;
62 ariadna 864
}
865
 
866
.d-inline-block {
72 ariadna 867
    color: #bbb;
63 ariadna 868
}
869
 
68 ariadna 870
 
871
.font-weight-bold {
872
    border-radius: 5px;
873
    font-size: small;
95 ariadna 874
    height: auto;
68 ariadna 875
}
876
 
69 ariadna 877
@media (min-width: 768px) {
878
    #page-wrapper #page {
879
        padding-top: 5px;
880
    }
72 ariadna 881
}
882
 
883
.my-0{
884
    height: 20px;
885
}
886
 
887
.rounded {
888
    border-radius: 30px !important;
75 ariadna 889
}
890
 
891
.singleselect {
892
    max-width: 100%;
893
    margin-left: 2.5px;
76 ariadna 894
}
895
 
79 ariadna 896
.block_point_view.reactions-container .withtooltip {
897
    margin-right: -2.5px;
82 ariadna 898
}
899
 
900
.path-mod .page-header-content .rui-main-content-title{
901
    display: none;
902
}
83 ariadna 903
.page-header-image{
82 ariadna 904
    display: none;
83 ariadna 905
}
85 ariadna 906
 
907
.dropdown-menu.show {
908
    max-width: 300px;
909
    width: 300px;
910
    overflow: auto;
911
}
912
 
89 ariadna 913
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
914
    color: #bbb;
915
}
85 ariadna 916
 
91 ariadna 917
.rui-navbar-brand {
90 ariadna 918
    margin-top: 15px !important;
85 ariadna 919
}
89 ariadna 920
 
921
.rui-logo.rui-logo-box {
91 ariadna 922
    box-shadow: none;
89 ariadna 923
}
92 ariadna 924
 
925
.loginfailures .usermenu .avatar::before {
926
    width: 13.5px !important;
927
    height: 13.5px !important;
928
    top: 2px;
929
    right: auto;
930
}
100 ariadna 931
 
932
.student_feedback_container{
933
    display: flex;
934
    flex-direction: row-reverse;
935
}
936
 
937
.student_feedback_container h4{
938
    display: none;
939
}