@orangesk/cms-templates 1.0.0-beta.12 → 1.0.0-beta.14
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/changelog/index.html +66 -3
- package/build/components/ContactFormB2B/index.html +1 -1
- package/build/index.html +2 -2
- package/build/lib/base.css +1 -1
- package/build/lib/base.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/megamenu.css +1 -1
- package/build/lib/megamenu.css.map +1 -1
- package/build/lib/scripts.js +1 -1
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/lib/tsconfig.tsbuildinfo +1 -1
- package/build/pages/basic-page-about-the-brand/index.html +1 -1
- package/build/pages/basic-page-gdpr/index.html +1 -1
- package/build/pages/blog-homepage-clovek/index.html +1 -1
- package/build/pages/blog-news-clovek/index.html +1 -1
- package/build/pages/blog-post-clovek/index.html +1 -1
- package/build/pages/business-trends-homepage/index.html +1 -1
- package/build/pages/business-trends-news/index.html +1 -1
- package/build/pages/business-trends-post/index.html +1 -1
- package/build/pages/career-at-orange/index.html +1 -1
- package/build/pages/device-lp-b2b/index.html +1 -1
- package/build/pages/device-lp-b2c/index.html +1 -1
- package/build/pages/device-lp-dvojicky-b2b/index.html +1 -1
- package/build/pages/device-lp-dvojicky-b2c/index.html +1 -1
- package/build/pages/digital-invoice/index.html +1 -1
- package/build/pages/help-and-support-b2b/index.html +1 -1
- package/build/pages/help-and-support-b2c/index.html +1 -1
- package/build/pages/homepage-b2b/index.html +1 -1
- package/build/pages/homepage-b2c/index.html +1 -1
- package/build/pages/increased-invoice/index.html +1 -1
- package/build/pages/invoices-and-payments/index.html +1 -1
- package/build/pages/job-offer-detail/index.html +1 -1
- package/build/pages/manuals-and-settings/index.html +1 -1
- package/build/pages/manuals-and-settings-general-template/index.html +1 -1
- package/build/pages/navody-a-nastavenia-apple-ios-16/index.html +1 -1
- package/build/pages/orange-tv-box/index.html +1 -1
- package/build/pages/press-and-news-releases/index.html +1 -1
- package/build/pages/press-and-news-releases-post/index.html +1 -1
- package/build/pages/press-center-docs-library/index.html +1 -1
- package/build/pages/press-center-general-terms/index.html +2 -2
- package/build/pages/press-center-informations-for-customers/index.html +1 -1
- package/build/pages/pricelist/index.html +1 -1
- package/build/pages/pricelist-tariff/index.html +1 -1
- package/build/pages/product-page-b2b-market-locator/index.html +1 -1
- package/build/pages/product-page-b2b-microsoft-365/index.html +1 -1
- package/build/pages/product-page-b2b-soc-as-a-service/index.html +1 -1
- package/build/pages/product-page-b2c-equipment-insurance/index.html +2 -2
- package/build/pages/product-page-b2c-online-security/index.html +1 -1
- package/build/pages/product-page-b2c-prima-volba/index.html +1 -1
- package/build/pages/roaming-b2b/index.html +2 -2
- package/build/pages/roaming-b2c/index.html +2 -2
- package/build/pages/roaming-b2c-detail/index.html +1 -1
- package/build/pages/roaming-b2c-overview/index.html +1 -1
- package/build/pages/signpost-insurance/index.html +1 -1
- package/build/pages/signpost-products-and-services/index.html +1 -1
- package/build/pages/tv-first-aid/index.html +1 -1
- package/build/pages/work-on-central/index.html +2 -2
- package/build/readme/index.html +1 -1
- package/build/shame.css +28 -11
- package/build/sprite.svg +1 -1
- package/package.json +11 -11
- package/build/test/index.html +0 -5419
package/build/shame.css
CHANGED
|
@@ -43,21 +43,28 @@
|
|
|
43
43
|
.tiles {
|
|
44
44
|
overflow-x: auto;
|
|
45
45
|
flex-wrap: nowrap;
|
|
46
|
+
padding-top: 0.125rem;
|
|
47
|
+
padding-bottom: 0.125rem;
|
|
48
|
+
max-width: 56.25rem;
|
|
46
49
|
}
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
@media screen and (max-width: 767.98px) {
|
|
51
|
+
.tiles {
|
|
52
|
+
padding-bottom: 0.375rem;
|
|
53
|
+
}
|
|
49
54
|
}
|
|
50
55
|
.tiles .tile__body {
|
|
51
56
|
flex-direction: column;
|
|
52
57
|
font-size: 1rem;
|
|
58
|
+
padding-left: 2.8125rem;
|
|
59
|
+
padding-right: 2.8125rem;
|
|
53
60
|
}
|
|
54
|
-
@media screen and (max-width:
|
|
61
|
+
@media screen and (max-width: 767.98px) {
|
|
55
62
|
.tiles .tile__body {
|
|
56
63
|
flex-direction: row;
|
|
57
|
-
padding: 1rem;
|
|
64
|
+
padding: 1rem !important;
|
|
58
65
|
}
|
|
59
66
|
}
|
|
60
|
-
@media screen and (max-width:
|
|
67
|
+
@media screen and (max-width: 767.98px) {
|
|
61
68
|
.tiles__icon {
|
|
62
69
|
margin-right: 0.625rem;
|
|
63
70
|
}
|
|
@@ -66,22 +73,29 @@
|
|
|
66
73
|
@layer components {
|
|
67
74
|
.plus-pill {
|
|
68
75
|
position: absolute;
|
|
69
|
-
right: -
|
|
76
|
+
right: -2.625rem;
|
|
70
77
|
z-index: 1;
|
|
71
78
|
top: 33%;
|
|
72
79
|
border-width: 1px !important;
|
|
73
80
|
}
|
|
74
|
-
@media screen and (max-width: 991.98px) {
|
|
75
|
-
.plus-pill {
|
|
76
|
-
right: -2.625rem;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
81
|
@media screen and (max-width: 767.98px) {
|
|
80
82
|
.plus-pill {
|
|
81
83
|
right: -2.125rem;
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
86
|
}
|
|
87
|
+
.avatar-card__avatar {
|
|
88
|
+
height: auto;
|
|
89
|
+
width: 3rem;
|
|
90
|
+
border-radius: 100%;
|
|
91
|
+
object-fit: cover;
|
|
92
|
+
object-position: center;
|
|
93
|
+
aspect-ratio: 1/1;
|
|
94
|
+
}
|
|
95
|
+
.avatar-card--large .avatar-card__avatar {
|
|
96
|
+
width: 5rem;
|
|
97
|
+
}
|
|
98
|
+
|
|
85
99
|
@layer base {
|
|
86
100
|
h1[id],
|
|
87
101
|
h2[id],
|
|
@@ -134,4 +148,7 @@
|
|
|
134
148
|
.shrink-0 {
|
|
135
149
|
flex-shrink: 0;
|
|
136
150
|
}
|
|
151
|
+
.flex-1 {
|
|
152
|
+
flex: 1;
|
|
153
|
+
}
|
|
137
154
|
}
|