Proyectos de Subversion Moodle

Rev

Rev 723 | Rev 727 | 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
.que.multichoice .answer div.r0{
599
    height: 40px;
600
    font-size: smaller;
601
}
602
 
603
.ml-1{
604
    margin-top: 0.25px !important;
605
}
606
 
607
.que .info .questionflag a{
608
    border-radius: 5px;
609
}
610
 
714 ariadna 611
.submitbtns .mod_quiz-next-nav, .submitbtns .mod_quiz-prev-nav{
612
    font-size: 0.75rem;
1 efrain 613
}
614
 
615
.btn--darkmode{
616
    display:none;
617
}
618
 
619
.search-input-group{
620
    margin-left: 14.5%;
621
}
622
 
623
.rui-course-card-deck {
624
    display: flex !important;
625
    flex-wrap: wrap;
626
    flex-direction: row !important;
627
}
628
 
629
.rui-course-card-deck .rui-course-card {
630
    border-radius: 20px;
631
    border: 1px solid #eee;
632
    box-shadow: 1px 1px 1px #ddd;
633
    grid-template-columns: repeat(3, 1fr);
634
    grid-template-rows: repeat(2, 1fr);
635
    max-width: calc(50% - 18px);
636
    min-width: 450px;
637
    width: 100%;
638
}
639
 
640
.rui-course-card-deck .rui-course-card > *:not(a){
641
    grid-column: 2/4;
642
}
643
 
644
.rui-course-card-deck .rui-course-card > a{
645
    grid-column: 1/2;
646
    grid-row: 1/3;
647
}
648
 
649
#page-my-index #block-region-dtopblocks {
650
    display: flex;
651
    flex-wrap: wrap;
652
    justify-content: space-between;
653
}
654
 
655
#page-my-index #block-region-dtopblocks > .card{
656
    flex: 1;
657
}
658
 
659
#page-my-index #block-region-dtopblocks .rui-course-card{
660
    max-width: none;
661
}
662
 
663
#page.drawers .main-inner{
664
    background-color: #fff;
665
}
666
 
667
.search-input-group .search-input {
668
    font-size: small;
669
    height: 35px;
670
}
671
 
672
body.drawer-open-right #sidepreopen-control {
673
    position: fixed;
674
    z-index: 1120;
675
    display: none;
676
}
677
 
678
.card-title {
679
    display: none !important;
680
}
681
 
682
 
449 ariadna 683
 
1 efrain 684
h1 {
685
    font-size: 30px;
686
    margin-bottom: 5px;
687
}
688
 
689
.block_myprofile .myprofileitem.fullname {
690
    font-size: 1.4rem;
691
}
692
 
693
.form-control, [type="text"]{
694
    border-radius: 5px;
695
    font-size: smaller;
696
    height: 35px;
697
}
698
 
699
.search-input-group .search-input-btn{
700
    right: -35px;
701
}
702
 
703
.myprofileitem p {
704
    font-size: 1.1rem;
705
}
706
 
10 ariadna 707
.userinitials{
708
    border-radius: 30px;
709
    border: 1px solid #000000;
710
    color: #ffffff;
711
    background-color: #000;
712
}
713
 
714
.comment-message .picture .userinitials{
715
    min-width: 50px;
716
    min-height: 50px;
32 ariadna 717
}
718
 
719
.page-mycourses .block .block-controls{
720
    margin-top: 25px;
721
    right: 0;
61 ariadna 722
}
723
 
77 ariadna 724
 
725
.mr-5 {
62 ariadna 726
    border: 1px solid #212121;
61 ariadna 727
    border-radius: 10px;
62 ariadna 728
    background: #212121;
77 ariadna 729
    margin-top: 45px;
730
    width: 210px !important;
731
    height: 50px !important;
81 ariadna 732
    margin-right: 5px !important;
61 ariadna 733
}
734
 
735
.block_point_view.reactions-container {
736
    z-index: 1;
737
    position: relative;
738
    float: right;
78 ariadna 739
    margin-top: 27px;
61 ariadna 740
    margin-right: 2.5rem !important;
72 ariadna 741
    width: 200px !important;
742
    height: 100px !important;
62 ariadna 743
}
744
 
745
.d-inline-block {
72 ariadna 746
    color: #bbb;
63 ariadna 747
}
748
 
72 ariadna 749
.my-0{
750
    height: 20px;
751
}
752
 
753
.rounded {
754
    border-radius: 30px !important;
75 ariadna 755
}
756
 
757
.singleselect {
758
    max-width: 100%;
759
    margin-left: 2.5px;
76 ariadna 760
}
761
 
79 ariadna 762
.block_point_view.reactions-container .withtooltip {
763
    margin-right: -2.5px;
82 ariadna 764
}
765
 
85 ariadna 766
.dropdown-menu.show {
767
    max-width: 300px;
768
    width: 300px;
769
    overflow: auto;
770
}
771
 
89 ariadna 772
.btn.btn-icon, #page .hsuforum-tools a.btn-icon {
773
    color: #bbb;
774
}
85 ariadna 775
 
89 ariadna 776
.rui-logo.rui-logo-box {
91 ariadna 777
    box-shadow: none;
89 ariadna 778
}
92 ariadna 779
 
780
.loginfailures .usermenu .avatar::before {
781
    width: 13.5px !important;
782
    height: 13.5px !important;
783
    top: 2px;
784
    right: auto;
785
}
100 ariadna 786
 
787
.student_feedback_container{
788
    display: flex;
789
    flex-direction: row-reverse;
790
}
791
 
792
.student_feedback_container h4{
793
    display: none;
794
}
165 ariadna 795
 
796
.bloque {
167 ariadna 797
    border: none !important;
165 ariadna 798
    margin-right: 10px;
312 ariadna 799
}
800
 
801
.row {
802
    margin-left: 0px;
319 ariadna 803
}
804
 
805
.activity-navigation {
806
    display: none;
337 ariadna 807
}
808
 
809
.path-mod .rui-activity-wrapper {
810
    border: none;
811
    margin-bottom: 0px;
812
}
359 ariadna 813
 
814
.btn-cesa-course-completion{
720 ariadna 815
    margin: 0.5rem 0;
345 ariadna 816
}
817
 
351 ariadna 818
.form-control--username-box{
345 ariadna 819
    margin-bottom: 0.5rem !important;
820
    margin-top: 20px !important;
349 ariadna 821
    margin-right: 0px !important;
346 ariadna 822
}
823
 
824
.rui-show-password-btn.rui-show-password-btn--hidden {
825
    border-radius: 50px;
348 ariadna 826
    height: 30px;
827
    margin-top: 1px;
347 ariadna 828
}
829
 
830
.rui-login-layout-1 .login-container {
831
    min-height: 100vh;
832
    display: grid;
833
    align-content: center;
834
    background: #01011e;
348 ariadna 835
}
349 ariadna 836
.btn-lg{
348 ariadna 837
    padding: 1rem 1.75rem;
350 ariadna 838
    font-size: 1rem;
348 ariadna 839
    line-height: 1.5;
352 ariadna 840
    border-radius: 5px;
348 ariadna 841
    display: flex !important;
350 ariadna 842
    height: 45px !important;
352 ariadna 843
}
844
 
845
.item-cursos{
846
    width: 95% ;
847
}
848
 
849
.bloque {
850
    padding: 0px;
851
    border-radius: 3px;
852
    border: 1px solid #cccccc;
853
    /* display: inline-block; */
854
    margin-bottom: 15px;
356 ariadna 855
    margin-left: 8.5px;
371 ariadna 856
    margin-right: 8px;
355 ariadna 857
    max-width: 270px;
366 ariadna 858
}
859
 
860
.courseindex .courseindex-item .completion_complete~.courseindex-link {
861
    color: #07a4e3;
862
}
863
.courseindex .courseindex-item .completioninfo.completion_complete {
864
    color: #07a4e3;
370 ariadna 865
}
866
 
468 ariadna 867
.close{
469 ariadna 868
    height: 30px !important;
869
    width: 30px !important;
488 ariadna 870
}
871
 
872
.alert, #page-mod-choice-view #notice p {
873
    position: relative;
874
    margin: 1rem 0;
875
    padding: .55rem 1.25rem;
876
    border: 1px solid transparent;
877
    border-radius: 20px;
878
    font-size: .813rem;
879
    font-weight: 500;
880
    margin-left: 5px;
881
    margin-right: 5px;
590 ariadna 882
}
883
 
884
#page-mod-resource-view .card-header, #page-mod-hvp-view .card-header {
885
    padding: 0 !important;
886
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
887
}
888
 
889
/* MAIN CONTENT */
890
 
591 ariadna 891
.main-content {
892
    margin-bottom: 0;
893
}
894
 
594 ariadna 895
.h5p-iframe-wrapper {
595 ariadna 896
    height: 75vh !important;
594 ariadna 897
}
898
 
899
.h5p-iframe-wrapper.h5p-fullscreen {
595 ariadna 900
    height: 100vh !important;
592 ariadna 901
}
902
 
594 ariadna 903
.h5p-iframe-wrapper iframe.h5p-iframe {
904
    height: 100% !important;
616 ariadna 905
}
906
 
907
body.drawer-open-left, body.drawer-open-right {
908
    overflow: auto !important;
685 ariadna 909
}
910
 
911
svg {
912
    margin-left: 0px;
693 ariadna 913
}
914