@orangesk/cms-templates 1.0.0-beta.10 → 1.0.0-beta.12
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/assets/find-work-in-central.png +0 -0
- package/build/assets/image-placeholder-black.png +0 -0
- package/build/assets/image-placeholder.png +0 -0
- package/build/assets/recruiter-placeholder.png +0 -0
- package/build/assets/references-dominik.png +0 -0
- package/build/assets/references-kristina.png +0 -0
- package/build/assets/references-marian.png +0 -0
- package/build/assets/video-placeholder.png +0 -0
- package/build/assets/work-on-central-placeholder.png +0 -0
- package/build/changelog/index.html +30 -2
- package/build/components/ContactFormB2B/index.html +1 -1
- package/build/fonts/HelveticaNeue-Bold.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Light.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Roman.woff2 +0 -0
- package/build/index.html +3 -3
- 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/footer.css +1 -1
- package/build/lib/footer.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 +44 -0
- package/build/pages/manuals-and-settings/index.html +1 -1
- package/build/pages/manuals-and-settings-general-template/index.html +44 -0
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/build/pages/roaming-b2c/index.html +1 -1
- 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 +47 -0
- package/build/readme/index.html +1 -1
- package/build/shame.css +14 -5
- package/build/test/index.html +5419 -0
- package/package.json +12 -12
package/build/shame.css
CHANGED
|
@@ -40,17 +40,26 @@
|
|
|
40
40
|
background-color: #ec3526;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
+
.tiles {
|
|
44
|
+
overflow-x: auto;
|
|
45
|
+
flex-wrap: nowrap;
|
|
46
|
+
}
|
|
47
|
+
.tiles .grid_col {
|
|
48
|
+
max-width: 7.5rem;
|
|
49
|
+
}
|
|
43
50
|
.tiles .tile__body {
|
|
44
|
-
flex-direction:
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
font-size: 1rem;
|
|
45
53
|
}
|
|
46
|
-
@media screen and (
|
|
54
|
+
@media screen and (max-width: 991.98px) {
|
|
47
55
|
.tiles .tile__body {
|
|
48
|
-
flex-direction:
|
|
56
|
+
flex-direction: row;
|
|
57
|
+
padding: 1rem;
|
|
49
58
|
}
|
|
50
59
|
}
|
|
51
|
-
@media screen and (max-width:
|
|
60
|
+
@media screen and (max-width: 991.98px) {
|
|
52
61
|
.tiles__icon {
|
|
53
|
-
margin-right: 0.
|
|
62
|
+
margin-right: 0.625rem;
|
|
54
63
|
}
|
|
55
64
|
}
|
|
56
65
|
|