tplus-portaltouch 3.25.8 → 3.25.9
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.
|
@@ -446,6 +446,11 @@
|
|
|
446
446
|
font-size: 16px;
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
|
+
.worktop-item-classify:nth-last-child(1){
|
|
450
|
+
i{
|
|
451
|
+
font-size:16px;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
449
454
|
.worktop-item-guide{
|
|
450
455
|
|
|
451
456
|
}
|
|
@@ -553,7 +558,11 @@
|
|
|
553
558
|
background-size : cover;
|
|
554
559
|
|
|
555
560
|
h1 {
|
|
556
|
-
padding-left: 0
|
|
561
|
+
padding-left: 0;
|
|
562
|
+
padding: 10px 0 0 10px;
|
|
563
|
+
}
|
|
564
|
+
i {
|
|
565
|
+
font-size :24px;
|
|
557
566
|
}
|
|
558
567
|
}
|
|
559
568
|
}
|