cc-core-cli 1.0.148 → 1.0.150

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.148",
3
+ "version": "1.0.150",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -781,9 +781,9 @@
781
781
  cursor: move;
782
782
  }
783
783
 
784
- .entity-list-page-desktop {
785
- /* display: none; */
786
- }
784
+ /* .entity-list-page-desktop {
785
+ display: none;
786
+ } */
787
787
 
788
788
  @media (max-width: 992px) {
789
789
  .entity-list-page-desktop {
@@ -1580,4 +1580,56 @@ html body.ant-scrolling-effect {
1580
1580
 
1581
1581
  .ant-collapse-content-box {
1582
1582
  background-color: var(--white-color) !important;
1583
+ }
1584
+
1585
+ .summary-box-component.layout_1 .text.sum .ant-typography {
1586
+ font-size: 40px;
1587
+ }
1588
+
1589
+ .summary-box-component.layout_1 .text.description .ant-typography{
1590
+ font-size: 32px;
1591
+ line-height: 1;
1592
+ }
1593
+
1594
+ .summary-box-component.layout_1 .text.description {
1595
+ height: auto !important;
1596
+ }
1597
+
1598
+ .summary-box-component.layout_3 .text.sum .ant-typography,
1599
+ .summary-box-component.layout_4 .text.sum .ant-typography {
1600
+ font-size: 27px;
1601
+ line-height: 1.2;
1602
+ }
1603
+
1604
+ .summary-box-component.layout_3 .summary-box-component,
1605
+ .summary-box-component.layout_4 .summary-box-component {
1606
+ display: flex;
1607
+ flex-direction: column;
1608
+ justify-content: center;
1609
+ }
1610
+
1611
+ .summary-box-component.layout_3 .text.description .ant-typography,
1612
+ .summary-box-component.layout_4 .text.description .ant-typography {
1613
+ font-size: 18px;
1614
+ }
1615
+
1616
+ .summary-box-component .has-icon {
1617
+ margin-top: 30px;
1618
+ }
1619
+
1620
+ .summary-box-component .no-icon {
1621
+ margin-top: 0;
1622
+ height: 100%;
1623
+ justify-content: center;
1624
+ align-content: center;
1625
+ }
1626
+
1627
+ .summary-box-component .no-icon .icon {
1628
+ display: none;
1629
+ }
1630
+
1631
+ .summary-box-component .no-icon .text-content {
1632
+ flex: 0 0 100% !important;
1633
+ max-width: 100% !important;
1634
+ text-align: center;
1583
1635
  }