@diplodoc/client 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/app.client.css +2 -20
- package/build/app.client.css.map +1 -1
- package/build/app.client.js +1 -1
- package/build/app.client.js.map +1 -1
- package/build/app.server.js +1 -1
- package/build/app.server.js.map +1 -1
- package/package.json +16 -6
package/build/app.client.css
CHANGED
|
@@ -559,24 +559,6 @@
|
|
|
559
559
|
right: 16px;
|
|
560
560
|
z-index: 1;
|
|
561
561
|
}
|
|
562
|
-
@media print {
|
|
563
|
-
.tab-list {
|
|
564
|
-
display: none !important;
|
|
565
|
-
}
|
|
566
|
-
.tab-panel:before {
|
|
567
|
-
content: attr(data-title);
|
|
568
|
-
margin-bottom: -1px;
|
|
569
|
-
margin-right: 20px;
|
|
570
|
-
border-bottom: 2px solid transparent;
|
|
571
|
-
line-height: 33px;
|
|
572
|
-
font-weight: 700;
|
|
573
|
-
outline: 0;
|
|
574
|
-
cursor: pointer;
|
|
575
|
-
}
|
|
576
|
-
.tab-panel {
|
|
577
|
-
display: block !important;
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
562
|
.yfm-cut-title {
|
|
581
563
|
cursor: pointer;
|
|
582
564
|
position: relative;
|
|
@@ -598,13 +580,13 @@
|
|
|
598
580
|
position: absolute;
|
|
599
581
|
}
|
|
600
582
|
.yfm-cut-content {
|
|
601
|
-
|
|
583
|
+
display: none;
|
|
602
584
|
overflow: hidden;
|
|
603
585
|
transition: height 0.3s ease-in-out;
|
|
604
586
|
}
|
|
605
587
|
.yfm-cut.open > .yfm-cut-content {
|
|
588
|
+
display: revert;
|
|
606
589
|
padding: 5px 0 15px 30px;
|
|
607
|
-
height: auto;
|
|
608
590
|
}
|
|
609
591
|
.yfm-cut.open > .yfm-cut-title:before {
|
|
610
592
|
transform: translateY(-50%);
|