Skip to content

Commit 5de9fd2

Browse files
committed
refactored some styles
1 parent 8054260 commit 5de9fd2

54 files changed

Lines changed: 67 additions & 2523 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

company/about-us.html

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -30,54 +30,6 @@
3030
<!-- Google Tag Manager -->
3131
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T2VR79F');</script>
3232
<!-- End Google Tag Manager -->
33-
<style>
34-
/* Dropdown positioning fix - must override Webflow CSS */
35-
.w-dropdown, .dropdown-2 { position: relative; }
36-
.w-dropdown-list, .dropdown-list-2 {
37-
position: absolute !important;
38-
top: 100% !important;
39-
left: 0 !important;
40-
right: auto !important;
41-
z-index: 900;
42-
display: none;
43-
min-width: 120px;
44-
width: auto;
45-
margin-top: 5px;
46-
padding: 5px 0;
47-
background: white;
48-
border-radius: 4px;
49-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
50-
}
51-
.w-dropdown-list a, .dropdown-list-2 a {
52-
display: block;
53-
padding: 8px 16px;
54-
white-space: nowrap;
55-
font-size: 14px;
56-
}
57-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
58-
display: block !important;
59-
}
60-
61-
/* Hide stray navigation elements */
62-
.nav-icon-line { display: block !important; }
63-
64-
/* Full-width navigation menu */
65-
.nav-menu {
66-
width: 100%;
67-
}
68-
.menu-links {
69-
display: flex;
70-
justify-content: space-between;
71-
width: 100%;
72-
max-width: 100%;
73-
gap: 2rem;
74-
}
75-
.menu-links .column {
76-
flex: 1;
77-
min-width: 0;
78-
}
79-
</style>
80-
8133
</head>
8234
<body>
8335
<div class="wrapper">

company/career.html

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -30,54 +30,6 @@
3030
<!-- Google Tag Manager -->
3131
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T2VR79F');</script>
3232
<!-- End Google Tag Manager -->
33-
<style>
34-
/* Dropdown positioning fix - must override Webflow CSS */
35-
.w-dropdown, .dropdown-2 { position: relative; }
36-
.w-dropdown-list, .dropdown-list-2 {
37-
position: absolute !important;
38-
top: 100% !important;
39-
left: 0 !important;
40-
right: auto !important;
41-
z-index: 900;
42-
display: none;
43-
min-width: 120px;
44-
width: auto;
45-
margin-top: 5px;
46-
padding: 5px 0;
47-
background: white;
48-
border-radius: 4px;
49-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
50-
}
51-
.w-dropdown-list a, .dropdown-list-2 a {
52-
display: block;
53-
padding: 8px 16px;
54-
white-space: nowrap;
55-
font-size: 14px;
56-
}
57-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
58-
display: block !important;
59-
}
60-
61-
/* Hide stray navigation elements */
62-
.nav-icon-line { display: block !important; }
63-
64-
/* Full-width navigation menu */
65-
.nav-menu {
66-
width: 100%;
67-
}
68-
.menu-links {
69-
display: flex;
70-
justify-content: space-between;
71-
width: 100%;
72-
max-width: 100%;
73-
gap: 2rem;
74-
}
75-
.menu-links .column {
76-
flex: 1;
77-
min-width: 0;
78-
}
79-
</style>
80-
8133
</head>
8234
<body>
8335
<div class="wrapper">

company/get-in-touch.html

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -30,54 +30,6 @@
3030
<!-- Google Tag Manager -->
3131
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T2VR79F');</script>
3232
<!-- End Google Tag Manager -->
33-
<style>
34-
/* Dropdown positioning fix - must override Webflow CSS */
35-
.w-dropdown, .dropdown-2 { position: relative; }
36-
.w-dropdown-list, .dropdown-list-2 {
37-
position: absolute !important;
38-
top: 100% !important;
39-
left: 0 !important;
40-
right: auto !important;
41-
z-index: 900;
42-
display: none;
43-
min-width: 120px;
44-
width: auto;
45-
margin-top: 5px;
46-
padding: 5px 0;
47-
background: white;
48-
border-radius: 4px;
49-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
50-
}
51-
.w-dropdown-list a, .dropdown-list-2 a {
52-
display: block;
53-
padding: 8px 16px;
54-
white-space: nowrap;
55-
font-size: 14px;
56-
}
57-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
58-
display: block !important;
59-
}
60-
61-
/* Hide stray navigation elements */
62-
.nav-icon-line { display: block !important; }
63-
64-
/* Full-width navigation menu */
65-
.nav-menu {
66-
width: 100%;
67-
}
68-
.menu-links {
69-
display: flex;
70-
justify-content: space-between;
71-
width: 100%;
72-
max-width: 100%;
73-
gap: 2rem;
74-
}
75-
.menu-links .column {
76-
flex: 1;
77-
min-width: 0;
78-
}
79-
</style>
80-
8133
</head>
8234
<body>
8335
<div class="wrapper">

company/media.html

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -30,54 +30,6 @@
3030
<!-- Google Tag Manager -->
3131
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T2VR79F');</script>
3232
<!-- End Google Tag Manager -->
33-
<style>
34-
/* Dropdown positioning fix - must override Webflow CSS */
35-
.w-dropdown, .dropdown-2 { position: relative; }
36-
.w-dropdown-list, .dropdown-list-2 {
37-
position: absolute !important;
38-
top: 100% !important;
39-
left: 0 !important;
40-
right: auto !important;
41-
z-index: 900;
42-
display: none;
43-
min-width: 120px;
44-
width: auto;
45-
margin-top: 5px;
46-
padding: 5px 0;
47-
background: white;
48-
border-radius: 4px;
49-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
50-
}
51-
.w-dropdown-list a, .dropdown-list-2 a {
52-
display: block;
53-
padding: 8px 16px;
54-
white-space: nowrap;
55-
font-size: 14px;
56-
}
57-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
58-
display: block !important;
59-
}
60-
61-
/* Hide stray navigation elements */
62-
.nav-icon-line { display: block !important; }
63-
64-
/* Full-width navigation menu */
65-
.nav-menu {
66-
width: 100%;
67-
}
68-
.menu-links {
69-
display: flex;
70-
justify-content: space-between;
71-
width: 100%;
72-
max-width: 100%;
73-
gap: 2rem;
74-
}
75-
.menu-links .column {
76-
flex: 1;
77-
min-width: 0;
78-
}
79-
</style>
80-
8133
</head>
8234
<body>
8335
<div class="wrapper">

company/news.html

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -48,56 +48,7 @@
4848
min-width: 0;
4949
}
5050
</style>
51-
<style>
52-
/* Dropdown positioning fix - must override Webflow CSS */
53-
.w-dropdown, .dropdown-2 { position: relative; }
54-
.w-dropdown-list, .dropdown-list-2 {
55-
position: absolute !important;
56-
top: 100% !important;
57-
left: 0 !important;
58-
right: auto !important;
59-
z-index: 900;
60-
display: none;
61-
min-width: 120px;
62-
width: auto;
63-
margin-top: 5px;
64-
padding: 5px 0;
65-
background: white;
66-
border-radius: 4px;
67-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
68-
}
69-
.w-dropdown-list a, .dropdown-list-2 a {
70-
display: block;
71-
padding: 8px 16px;
72-
white-space: nowrap;
73-
font-size: 14px;
74-
}
75-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
76-
display: block !important;
77-
}
78-
79-
/* Hide stray navigation elements */
80-
.nav-icon-line { display: block !important; }
81-
82-
/* Full-width navigation menu */
83-
.nav-menu {
84-
width: 100%;
85-
}
86-
.menu-links {
87-
display: flex;
88-
justify-content: space-between;
89-
width: 100%;
90-
max-width: 100%;
91-
gap: 2rem;
92-
}
93-
.menu-links .column {
94-
flex: 1;
95-
min-width: 0;
96-
}
97-
</style>
98-
99-
100-
</head>
51+
</head>
10152
<body>
10253
<div class="wrapper">
10354
<!-- Header loaded dynamically -->

company/overview.html

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -30,54 +30,6 @@
3030
<!-- Google Tag Manager -->
3131
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T2VR79F');</script>
3232
<!-- End Google Tag Manager -->
33-
<style>
34-
/* Dropdown positioning fix - must override Webflow CSS */
35-
.w-dropdown, .dropdown-2 { position: relative; }
36-
.w-dropdown-list, .dropdown-list-2 {
37-
position: absolute !important;
38-
top: 100% !important;
39-
left: 0 !important;
40-
right: auto !important;
41-
z-index: 900;
42-
display: none;
43-
min-width: 120px;
44-
width: auto;
45-
margin-top: 5px;
46-
padding: 5px 0;
47-
background: white;
48-
border-radius: 4px;
49-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
50-
}
51-
.w-dropdown-list a, .dropdown-list-2 a {
52-
display: block;
53-
padding: 8px 16px;
54-
white-space: nowrap;
55-
font-size: 14px;
56-
}
57-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
58-
display: block !important;
59-
}
60-
61-
/* Hide stray navigation elements */
62-
.nav-icon-line { display: block !important; }
63-
64-
/* Full-width navigation menu */
65-
.nav-menu {
66-
width: 100%;
67-
}
68-
.menu-links {
69-
display: flex;
70-
justify-content: space-between;
71-
width: 100%;
72-
max-width: 100%;
73-
gap: 2rem;
74-
}
75-
.menu-links .column {
76-
flex: 1;
77-
min-width: 0;
78-
}
79-
</style>
80-
8133
</head>
8234
<body>
8335
<div class="wrapper">

de.html

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -48,56 +48,7 @@
4848
min-width: 0;
4949
}
5050
</style>
51-
<style>
52-
/* Dropdown positioning fix - must override Webflow CSS */
53-
.w-dropdown, .dropdown-2 { position: relative; }
54-
.w-dropdown-list, .dropdown-list-2 {
55-
position: absolute !important;
56-
top: 100% !important;
57-
left: 0 !important;
58-
right: auto !important;
59-
z-index: 900;
60-
display: none;
61-
min-width: 120px;
62-
width: auto;
63-
margin-top: 5px;
64-
padding: 5px 0;
65-
background: white;
66-
border-radius: 4px;
67-
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
68-
}
69-
.w-dropdown-list a, .dropdown-list-2 a {
70-
display: block;
71-
padding: 8px 16px;
72-
white-space: nowrap;
73-
font-size: 14px;
74-
}
75-
.w-dropdown.w--open .w-dropdown-list, .dropdown-2.w--open .dropdown-list-2 {
76-
display: block !important;
77-
}
78-
79-
/* Hide stray navigation elements */
80-
.nav-icon-line { display: block !important; }
81-
82-
/* Full-width navigation menu */
83-
.nav-menu {
84-
width: 100%;
85-
}
86-
.menu-links {
87-
display: flex;
88-
justify-content: space-between;
89-
width: 100%;
90-
max-width: 100%;
91-
gap: 2rem;
92-
}
93-
.menu-links .column {
94-
flex: 1;
95-
min-width: 0;
96-
}
97-
</style>
98-
99-
100-
</head>
51+
</head>
10152
<body>
10253
<div class="wrapper">
10354
<!-- Header loaded dynamically -->

0 commit comments

Comments
 (0)