Proyectos de Subversion Moodle

Rev

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