@nyris/nyris-webapp 0.3.3 → 0.3.6
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/asset-manifest.json +18 -32
- package/build/index.html +1 -1
- package/build/{precache-manifest.01ce682577e62add75aa397b2a944b75.js → precache-manifest.bffed513ca17d8ac16af1cc3aaa7d908.js} +13 -89
- package/build/service-worker.js +1 -1
- package/build/static/css/2.43a1c8b7.chunk.css +2 -0
- package/build/static/css/2.43a1c8b7.chunk.css.map +1 -0
- package/build/static/css/main.2a76dc8a.chunk.css +2 -0
- package/build/static/css/main.2a76dc8a.chunk.css.map +1 -0
- package/build/static/js/2.4e9a4ce1.chunk.js +3 -0
- package/build/static/js/2.4e9a4ce1.chunk.js.LICENSE.txt +79 -0
- package/build/static/js/2.4e9a4ce1.chunk.js.map +1 -0
- package/build/static/js/main.ec93aa4d.chunk.js +2 -0
- package/build/static/js/main.ec93aa4d.chunk.js.map +1 -0
- package/build/static/js/{runtime-main.b418ff16.js → runtime-main.f5553a9b.js} +1 -1
- package/build/static/js/{runtime-main.b418ff16.js.map → runtime-main.f5553a9b.js.map} +1 -1
- package/package.json +7 -30
- package/src/App.css +64 -20
- package/src/App.tsx +253 -19
- package/src/AppMD.tsx +320 -0
- package/src/Demo2.tsx +220 -0
- package/src/actions/nyrisAppActions.ts +76 -0
- package/src/actions/searchActions.ts +218 -0
- package/src/components/ExampleImages.tsx +17 -32
- package/src/components/Feedback.tsx +48 -87
- package/src/components/FiltersList.tsx +69 -0
- package/src/components/Header.tsx +17 -32
- package/src/components/Result.tsx +113 -186
- package/src/components/Sidebar.tsx +40 -0
- package/src/defaults.ts +3 -4
- package/src/{Store/epics → epics}/feedback.ts +0 -0
- package/src/epics/index.ts +154 -0
- package/src/epics/search.ts +203 -0
- package/src/{Store/epics → epics}/types.ts +1 -1
- package/src/{common/assets/fonts → fonts}/roboto-bold-webfont.woff +0 -0
- package/src/{common/assets/fonts → fonts}/roboto-bold-webfont.woff2 +0 -0
- package/src/{common/assets/fonts → fonts}/roboto-italic-webfont.woff +0 -0
- package/src/{common/assets/fonts → fonts}/roboto-italic-webfont.woff2 +0 -0
- package/src/{common/assets/fonts → fonts}/roboto-regular-webfont.woff +0 -0
- package/src/{common/assets/fonts → fonts}/roboto-regular-webfont.woff2 +0 -0
- package/src/{common/assets/fonts → fonts}/robotocondensed-bold-webfont.woff +0 -0
- package/src/{common/assets/fonts → fonts}/robotocondensed-bold-webfont.woff2 +0 -0
- package/src/{common/assets/fonts → fonts}/robotocondensed-bolditalic-webfont.woff +0 -0
- package/src/{common/assets/fonts → fonts}/robotocondensed-bolditalic-webfont.woff2 +0 -0
- package/src/{common/assets/images → images}/fav/android-icon-192x192.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-114x114.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-120x120.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-144x144.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-152x152.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-180x180.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-57x57.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-60x60.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-72x72.png +0 -0
- package/src/{common/assets/images → images}/fav/apple-icon-76x76.png +0 -0
- package/src/{common/assets/images → images}/fav/browserconfig.xml +0 -0
- package/src/{common/assets/images → images}/fav/favicon-16x16.png +0 -0
- package/src/{common/assets/images → images}/fav/favicon-32x32.png +0 -0
- package/src/{common/assets/images → images}/fav/favicon-96x96.png +0 -0
- package/src/{common/assets/images → images}/fav/manifest.json +0 -0
- package/src/{common/assets/images → images}/ic_cam.png +0 -0
- package/src/{common/assets/images → images}/ic_cam.svg +0 -0
- package/src/{common/assets/images → images}/ic_cam_large.png +0 -0
- package/src/{common/assets/images → images}/ic_cam_large.svg +0 -0
- package/src/{common/assets/images → images}/ic_cam_large_noimage.png +0 -0
- package/src/{common/assets/images → images}/ic_close_feedback.png +0 -0
- package/src/{common/assets/images → images}/ic_close_feedback.svg +0 -0
- package/src/{common/assets/images → images}/ic_shopNow.png +0 -0
- package/src/{common/assets/images → images}/ic_shopNow.svg +0 -0
- package/src/{common/assets/images → images}/ic_shopNowLight.png +0 -0
- package/src/{common/assets/images → images}/ic_shopNowLight.svg +0 -0
- package/src/{common/assets/images → images}/nyris_logo.png +0 -0
- package/src/{common/assets/images → images}/rewe.svg +0 -0
- package/src/{common/assets/images → images}/sectionTransBack.png +0 -0
- package/src/{common/assets/images → images}/sectionTransBack.svg +0 -0
- package/src/{common/assets/images → images}/sectionTransTop.png +0 -0
- package/src/{common/assets/images → images}/sectionTransTop.svg +0 -0
- package/src/index.css +416 -573
- package/src/index.tsx +190 -39
- package/src/types.ts +3 -43
- package/tsconfig.json +8 -3
- package/build/js/settings.example.js +0 -31
- package/build/js/test.js +0 -56
- package/build/static/css/2.8285176a.chunk.css +0 -2
- package/build/static/css/2.8285176a.chunk.css.map +0 -1
- package/build/static/css/main.6676fe1f.chunk.css +0 -2
- package/build/static/css/main.6676fe1f.chunk.css.map +0 -1
- package/build/static/js/2.d1562c08.chunk.js +0 -3
- package/build/static/js/2.d1562c08.chunk.js.LICENSE.txt +0 -133
- package/build/static/js/2.d1562c08.chunk.js.map +0 -1
- package/build/static/js/main.5c08aba4.chunk.js +0 -2
- package/build/static/js/main.5c08aba4.chunk.js.map +0 -1
- package/build/static/media/Fill.37094b44.svg +0 -3
- package/build/static/media/Montserrat-Bold.5a052e98.otf +0 -0
- package/build/static/media/Montserrat-Light.21789e89.otf +0 -0
- package/build/static/media/Montserrat-Medium.a53e0373.otf +0 -0
- package/build/static/media/Montserrat-Regular.71cdc681.otf +0 -0
- package/build/static/media/Montserrat-SemiBold.f613d915.otf +0 -0
- package/build/static/media/Rectangle.4dd8b747.png +0 -0
- package/build/static/media/admin.9529c7f6.svg +0 -3
- package/build/static/media/bg-support-page.6ac55268.svg +0 -9
- package/build/static/media/book_mark.8e294c0b.svg +0 -3
- package/build/static/media/icon_dislike.94607ca6.svg +0 -3
- package/build/static/media/icon_like.a4fb1b18.svg +0 -3
- package/build/static/media/icon_modal_image.3068d0ea.svg +0 -21
- package/build/static/media/icon_search_image.c2c728c0.svg +0 -3
- package/build/static/media/nyris_logo.22d8f250.svg +0 -3
- package/build/static/media/reload_icon.4b579a74.svg +0 -3
- package/build/static/media/save_search.bebaeebf.svg +0 -3
- package/build/static/media/support.289c3a3c.svg +0 -3
- package/build/static/media/translate_icon.f0492297.svg +0 -3
- package/public/js/settings.example.js +0 -31
- package/public/js/test.js +0 -56
- package/src/Router.tsx +0 -97
- package/src/Store/Auth.ts +0 -44
- package/src/Store/Nyris.ts +0 -77
- package/src/Store/Search.ts +0 -269
- package/src/Store/Store.ts +0 -46
- package/src/Store/common.d.ts +0 -10
- package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Bold.otf +0 -0
- package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Light.otf +0 -0
- package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Medium.otf +0 -0
- package/src/common/assets/fonts/Montserrat_OTF/Montserrat-Regular.otf +0 -0
- package/src/common/assets/fonts/Montserrat_OTF/Montserrat-SemiBold.otf +0 -0
- package/src/common/assets/icons/Fill.png +0 -0
- package/src/common/assets/icons/Fill.svg +0 -3
- package/src/common/assets/icons/Icon_wechat.png +0 -0
- package/src/common/assets/icons/Icon_whatsapp.png +0 -0
- package/src/common/assets/icons/admin.png +0 -0
- package/src/common/assets/icons/admin.svg +0 -3
- package/src/common/assets/icons/book_mark.png +0 -0
- package/src/common/assets/icons/book_mark.svg +0 -3
- package/src/common/assets/icons/icon_barcode.png +0 -0
- package/src/common/assets/icons/icon_camera.png +0 -0
- package/src/common/assets/icons/icon_dislike.svg +0 -3
- package/src/common/assets/icons/icon_disslike.png +0 -0
- package/src/common/assets/icons/icon_email.png +0 -0
- package/src/common/assets/icons/icon_like.png +0 -0
- package/src/common/assets/icons/icon_like.svg +0 -3
- package/src/common/assets/icons/icon_modal_image.png +0 -0
- package/src/common/assets/icons/icon_modal_image.svg +0 -21
- package/src/common/assets/icons/icon_picture.png +0 -0
- package/src/common/assets/icons/icon_search_image.png +0 -0
- package/src/common/assets/icons/icon_search_image.svg +0 -3
- package/src/common/assets/icons/nyris_logo.svg +0 -3
- package/src/common/assets/icons/reload_icon.png +0 -0
- package/src/common/assets/icons/reload_icon.svg +0 -3
- package/src/common/assets/icons/save_search.png +0 -0
- package/src/common/assets/icons/save_search.svg +0 -3
- package/src/common/assets/icons/setting_search_icon.png +0 -0
- package/src/common/assets/icons/support.png +0 -0
- package/src/common/assets/icons/support.svg +0 -3
- package/src/common/assets/icons/translate_icon.png +0 -0
- package/src/common/assets/icons/translate_icon.svg +0 -3
- package/src/common/assets/icons/view_off.png +0 -0
- package/src/common/assets/images/Rectangle.png +0 -0
- package/src/common/assets/images/bg-support-page.svg +0 -9
- package/src/common/assets/images/image_test.png +0 -0
- package/src/components/CustomHits/index.tsx +0 -57
- package/src/components/DetailItem.tsx +0 -175
- package/src/components/DragDropFile.tsx +0 -188
- package/src/components/FilterComponent.tsx +0 -33
- package/src/components/Footer.tsx +0 -29
- package/src/components/FooterMD.tsx +0 -54
- package/src/components/FooterNewVersion.tsx +0 -12
- package/src/components/FooterResult.tsx +0 -47
- package/src/components/HeaderMd.tsx +0 -39
- package/src/components/HeaderNewVersion.tsx +0 -92
- package/src/components/Layout.tsx +0 -46
- package/src/components/LoadingScreen/index.tsx +0 -29
- package/src/components/Navigation.tsx +0 -34
- package/src/components/Panigation/Pagination.tsx +0 -140
- package/src/components/Panigation/cx.js +0 -3
- package/src/components/Panigation/isModifierClick.js +0 -10
- package/src/components/Saved/AllItem.tsx +0 -32
- package/src/components/Saved/Category.tsx +0 -16
- package/src/components/carousel/DefaultCarousel.tsx +0 -48
- package/src/components/common.d.ts +0 -9
- package/src/components/common.scss +0 -54
- package/src/components/default-select.tsx +0 -44
- package/src/components/hitItem/hits.tsx +0 -50
- package/src/components/hitItem/infinitiHits.tsx +0 -33
- package/src/components/input/inputSearch.tsx +0 -77
- package/src/components/modal/DefaultModal.tsx +0 -28
- package/src/components/preview/preview.tsx +0 -433
- package/src/components/results/ItemResult.tsx +0 -155
- package/src/components/search/ListSearch.tsx +0 -209
- package/src/modules/LandingPage/common.scss +0 -1304
- package/src/modules/LandingPage/indexApp.tsx +0 -492
- package/src/modules/LandingPage/indexAppMD.tsx +0 -501
- package/src/modules/LandingPage/indexNewVersion.tsx +0 -117
- package/src/page/Auth/login.tsx +0 -7
- package/src/page/Exception/404.tsx +0 -11
- package/src/page/History/index.tsx +0 -76
- package/src/page/Profile/index.tsx +0 -87
- package/src/page/Saved/MockData.ts +0 -223
- package/src/page/Saved/index.tsx +0 -166
- package/src/page/Support/index.tsx +0 -160
- package/src/page/result/MockData.ts +0 -36
- package/src/page/result/index.tsx +0 -473
- package/src/services/Feedback.ts +0 -65
- package/src/services/findByImage.ts +0 -24
- package/src/services/findRegionsCustom.ts +0 -212
- package/src/services/image.ts +0 -110
- package/src/services/nyris.ts +0 -123
- package/src/services/session.ts +0 -20
- package/src/services/types.ts +0 -96
package/src/index.css
CHANGED
|
@@ -1,238 +1,67 @@
|
|
|
1
1
|
body {
|
|
2
2
|
margin: 0;
|
|
3
|
-
font-family: -apple-system, BlinkMacSystemFont,
|
|
4
|
-
|
|
3
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
4
|
+
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
5
5
|
sans-serif;
|
|
6
6
|
-webkit-font-smoothing: antialiased;
|
|
7
7
|
-moz-osx-font-smoothing: grayscale;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/* Font */
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Gilroy";
|
|
13
|
-
src: url("/fonts/Gilroy/SVN-Gilroy Light.otf");
|
|
14
|
-
font-style: normal;
|
|
15
|
-
font-weight: 300;
|
|
16
|
-
font-display: swap;
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: "Gilroy";
|
|
20
|
-
src: url("/fonts/Gilroy/SVN-Gilroy Regular.otf");
|
|
21
|
-
font-style: normal;
|
|
22
|
-
font-weight: 400;
|
|
23
|
-
font-display: swap;
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: "Gilroy";
|
|
27
|
-
src: url("/fonts/Gilroy/SVN-Gilroy Medium.otf");
|
|
28
|
-
font-style: medium;
|
|
29
|
-
font-weight: 500;
|
|
30
|
-
font-display: swap;
|
|
31
|
-
}
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: "Gilroy";
|
|
34
|
-
src: url("/fonts/Gilroy/SVN-Gilroy SemiBold.otf");
|
|
35
|
-
font-style: medium;
|
|
36
|
-
font-weight: 600;
|
|
37
|
-
font-display: swap;
|
|
38
|
-
}
|
|
39
|
-
@font-face {
|
|
40
|
-
font-family: "Gilroy";
|
|
41
|
-
src: url("/fonts/Gilroy/SVN-Gilroy Bold.otf");
|
|
42
|
-
font-style: medium;
|
|
43
|
-
font-weight: 700;
|
|
44
|
-
font-display: swap;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/* SF Pro fonts */
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: "Montserrat";
|
|
50
|
-
src: url("./common/assets/fonts/Montserrat_OTF/Montserrat-Light.otf");
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-weight: 300;
|
|
53
|
-
font-display: swap;
|
|
54
|
-
}
|
|
55
|
-
@font-face {
|
|
56
|
-
font-family: "Montserrat";
|
|
57
|
-
src: url("./common/assets/fonts/Montserrat_OTF/Montserrat-Regular.otf");
|
|
58
|
-
font-style: normal;
|
|
59
|
-
font-weight: 400;
|
|
60
|
-
font-display: swap;
|
|
61
|
-
}
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: "Montserrat";
|
|
64
|
-
src: url("./common/assets/fonts/Montserrat_OTF/Montserrat-Medium.otf");
|
|
65
|
-
font-style: medium;
|
|
66
|
-
font-weight: 500;
|
|
67
|
-
font-display: swap;
|
|
68
|
-
}
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: "Montserrat";
|
|
71
|
-
src: url("./common/assets/fonts/Montserrat_OTF/Montserrat-SemiBold.otf");
|
|
72
|
-
font-style: medium;
|
|
73
|
-
font-weight: 600;
|
|
74
|
-
font-display: swap;
|
|
75
|
-
}
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: "Montserrat";
|
|
78
|
-
src: url("./common/assets/fonts/Montserrat_OTF/Montserrat-Bold.otf");
|
|
79
|
-
font-style: medium;
|
|
80
|
-
font-weight: 700;
|
|
81
|
-
font-display: swap;
|
|
8
|
+
background-color: #031F2B;
|
|
82
9
|
}
|
|
83
10
|
|
|
84
11
|
code {
|
|
85
|
-
font-family: source-code-pro, Menlo, Monaco, Consolas,
|
|
12
|
+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
86
13
|
monospace;
|
|
87
14
|
}
|
|
88
15
|
|
|
89
|
-
#branding,
|
|
90
|
-
.
|
|
91
|
-
transition: all 0.2s ease;
|
|
16
|
+
#branding, .btn {
|
|
17
|
+
transition: all .2s ease
|
|
92
18
|
}
|
|
93
19
|
|
|
94
|
-
.headSection,
|
|
95
|
-
|
|
96
|
-
overflow: hidden;
|
|
20
|
+
.headSection, .mainContentWrap {
|
|
21
|
+
overflow: hidden
|
|
97
22
|
}
|
|
98
23
|
|
|
99
|
-
a,
|
|
100
|
-
abbr,
|
|
101
|
-
acronym,
|
|
102
|
-
address,
|
|
103
|
-
applet,
|
|
104
|
-
article,
|
|
105
|
-
aside,
|
|
106
|
-
audio,
|
|
107
|
-
b,
|
|
108
|
-
big,
|
|
109
|
-
blockquote,
|
|
110
|
-
body,
|
|
111
|
-
canvas,
|
|
112
|
-
caption,
|
|
113
|
-
center,
|
|
114
|
-
cite,
|
|
115
|
-
code,
|
|
116
|
-
dd,
|
|
117
|
-
del,
|
|
118
|
-
details,
|
|
119
|
-
dfn,
|
|
120
|
-
div,
|
|
121
|
-
dl,
|
|
122
|
-
dt,
|
|
123
|
-
em,
|
|
124
|
-
embed,
|
|
125
|
-
fieldset,
|
|
126
|
-
figcaption,
|
|
127
|
-
figure,
|
|
128
|
-
footer,
|
|
129
|
-
form,
|
|
130
|
-
h1,
|
|
131
|
-
h2,
|
|
132
|
-
h3,
|
|
133
|
-
h4,
|
|
134
|
-
h5,
|
|
135
|
-
h6,
|
|
136
|
-
header,
|
|
137
|
-
hgroup,
|
|
138
|
-
html,
|
|
139
|
-
i,
|
|
140
|
-
iframe,
|
|
141
|
-
img,
|
|
142
|
-
ins,
|
|
143
|
-
kbd,
|
|
144
|
-
label,
|
|
145
|
-
legend,
|
|
146
|
-
li,
|
|
147
|
-
mark,
|
|
148
|
-
menu,
|
|
149
|
-
nav,
|
|
150
|
-
object,
|
|
151
|
-
ol,
|
|
152
|
-
output,
|
|
153
|
-
p,
|
|
154
|
-
pre,
|
|
155
|
-
q,
|
|
156
|
-
ruby,
|
|
157
|
-
s,
|
|
158
|
-
samp,
|
|
159
|
-
section,
|
|
160
|
-
small,
|
|
161
|
-
span,
|
|
162
|
-
strike,
|
|
163
|
-
strong,
|
|
164
|
-
sub,
|
|
165
|
-
summary,
|
|
166
|
-
sup,
|
|
167
|
-
table,
|
|
168
|
-
tbody,
|
|
169
|
-
td,
|
|
170
|
-
tfoot,
|
|
171
|
-
th,
|
|
172
|
-
thead,
|
|
173
|
-
time,
|
|
174
|
-
tr,
|
|
175
|
-
tt,
|
|
176
|
-
u,
|
|
177
|
-
ul,
|
|
178
|
-
var,
|
|
179
|
-
video {
|
|
24
|
+
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
|
|
180
25
|
font: inherit;
|
|
181
26
|
padding: 0;
|
|
182
27
|
border: 0;
|
|
183
28
|
margin: 0;
|
|
184
|
-
|
|
29
|
+
vertical-align: baseline
|
|
185
30
|
}
|
|
186
31
|
|
|
187
|
-
blockquote,
|
|
188
|
-
|
|
189
|
-
quotes: none;
|
|
32
|
+
blockquote, q {
|
|
33
|
+
quotes: none
|
|
190
34
|
}
|
|
191
35
|
|
|
192
|
-
blockquote:after,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
q:before {
|
|
196
|
-
content: "";
|
|
197
|
-
content: none;
|
|
36
|
+
blockquote:after, blockquote:before, q:after, q:before {
|
|
37
|
+
content: '';
|
|
38
|
+
content: none
|
|
198
39
|
}
|
|
199
40
|
|
|
200
41
|
table {
|
|
201
42
|
border-collapse: collapse;
|
|
202
|
-
border-spacing: 0
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
article,
|
|
206
|
-
|
|
207
|
-
details,
|
|
208
|
-
figcaption,
|
|
209
|
-
figure,
|
|
210
|
-
footer,
|
|
211
|
-
header,
|
|
212
|
-
hgroup,
|
|
213
|
-
menu,
|
|
214
|
-
nav,
|
|
215
|
-
section {
|
|
216
|
-
display: block;
|
|
43
|
+
border-spacing: 0
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
47
|
+
display: block
|
|
217
48
|
}
|
|
218
49
|
|
|
219
50
|
.clear {
|
|
220
|
-
clear: both
|
|
51
|
+
clear: both
|
|
221
52
|
}
|
|
222
53
|
|
|
223
54
|
.screen-reader-text {
|
|
224
55
|
clip: rect(1px, 1px, 1px, 1px);
|
|
225
|
-
position: absolute !important
|
|
56
|
+
position: absolute !important
|
|
226
57
|
}
|
|
227
58
|
|
|
228
|
-
.container,
|
|
229
|
-
|
|
230
|
-
article {
|
|
231
|
-
position: relative;
|
|
59
|
+
.container, .mainContentWrap, article {
|
|
60
|
+
position: relative
|
|
232
61
|
}
|
|
233
62
|
|
|
234
63
|
* {
|
|
235
|
-
box-sizing: border-box
|
|
64
|
+
box-sizing: border-box
|
|
236
65
|
}
|
|
237
66
|
|
|
238
67
|
.wrapper {
|
|
@@ -241,37 +70,32 @@ article {
|
|
|
241
70
|
margin: 0 auto;
|
|
242
71
|
-webkit-box-flex: 1;
|
|
243
72
|
-ms-flex: 1;
|
|
244
|
-
flex: 1
|
|
73
|
+
flex: 1
|
|
245
74
|
}
|
|
246
75
|
|
|
247
|
-
.fullWidth,
|
|
248
|
-
.wrapper {
|
|
76
|
+
.fullWidth, .wrapper {
|
|
249
77
|
padding: 4% 0;
|
|
250
|
-
position: relative
|
|
78
|
+
position: relative
|
|
251
79
|
}
|
|
252
80
|
|
|
253
|
-
.fullWidth.noPadding,
|
|
254
|
-
|
|
255
|
-
padding: 0;
|
|
81
|
+
.fullWidth.noPadding, .wrapper.noPadding {
|
|
82
|
+
padding: 0
|
|
256
83
|
}
|
|
257
84
|
|
|
258
85
|
@media only screen and (min-width: 1300px) {
|
|
259
|
-
.fullWidth,
|
|
260
|
-
|
|
261
|
-
padding: 2% 0;
|
|
86
|
+
.fullWidth, .wrapper {
|
|
87
|
+
padding: 2% 0
|
|
262
88
|
}
|
|
263
89
|
}
|
|
264
90
|
|
|
265
91
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
266
|
-
.fullWidth,
|
|
267
|
-
|
|
268
|
-
padding: 4% 0;
|
|
92
|
+
.fullWidth, .wrapper {
|
|
93
|
+
padding: 4% 0
|
|
269
94
|
}
|
|
270
95
|
}
|
|
271
96
|
|
|
272
|
-
.fullWidth .wrapper,
|
|
273
|
-
|
|
274
|
-
padding: 0;
|
|
97
|
+
.fullWidth .wrapper, article {
|
|
98
|
+
padding: 0
|
|
275
99
|
}
|
|
276
100
|
|
|
277
101
|
.flexWrapper {
|
|
@@ -280,11 +104,11 @@ article {
|
|
|
280
104
|
flex-direction: row;
|
|
281
105
|
display: -webkit-box;
|
|
282
106
|
display: -ms-flexbox;
|
|
283
|
-
display: flex
|
|
107
|
+
display: flex
|
|
284
108
|
}
|
|
285
109
|
|
|
286
110
|
.flexWrapper.alignTop {
|
|
287
|
-
align-items: flex-start
|
|
111
|
+
align-items: flex-start
|
|
288
112
|
}
|
|
289
113
|
|
|
290
114
|
.tileFlexible {
|
|
@@ -292,72 +116,67 @@ article {
|
|
|
292
116
|
-webkit-box-flex: 1;
|
|
293
117
|
-ms-flex-positive: 1;
|
|
294
118
|
flex-grow: 1;
|
|
295
|
-
float: left
|
|
119
|
+
float: left
|
|
296
120
|
}
|
|
297
121
|
|
|
298
122
|
.tileHalf {
|
|
299
123
|
width: 50%;
|
|
300
|
-
float: left
|
|
124
|
+
float: left
|
|
301
125
|
}
|
|
302
126
|
|
|
303
127
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
304
128
|
.tileHalf {
|
|
305
129
|
float: none;
|
|
306
|
-
width: 100
|
|
130
|
+
width: 100%
|
|
307
131
|
}
|
|
308
132
|
}
|
|
309
133
|
|
|
310
134
|
.tileThird {
|
|
311
135
|
width: 33%;
|
|
312
|
-
float: left
|
|
136
|
+
float: left
|
|
313
137
|
}
|
|
314
138
|
|
|
315
139
|
.center {
|
|
316
|
-
text-align: center
|
|
140
|
+
text-align: center
|
|
317
141
|
}
|
|
318
142
|
|
|
319
143
|
.smallerWidth {
|
|
320
144
|
width: 70%;
|
|
321
|
-
display: inline-block
|
|
145
|
+
display: inline-block
|
|
322
146
|
}
|
|
323
147
|
|
|
324
148
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
325
149
|
.smallerWidth br {
|
|
326
|
-
display: none
|
|
150
|
+
display: none
|
|
327
151
|
}
|
|
328
152
|
}
|
|
329
153
|
|
|
330
154
|
@media only screen and (min-width: 750px) and (max-width: 900px) {
|
|
331
155
|
.smallerWidth {
|
|
332
|
-
width: 100
|
|
156
|
+
width: 100%
|
|
333
157
|
}
|
|
334
158
|
}
|
|
335
159
|
|
|
336
160
|
@media only screen and (max-width: 530px) {
|
|
337
161
|
.onDesktop {
|
|
338
|
-
display: none
|
|
162
|
+
display: none
|
|
339
163
|
}
|
|
340
164
|
}
|
|
341
165
|
|
|
342
|
-
.bold,
|
|
343
|
-
|
|
344
|
-
.bold div,
|
|
345
|
-
.bold span {
|
|
346
|
-
font-weight: 700 !important;
|
|
166
|
+
.bold, .bold a, .bold div, .bold span {
|
|
167
|
+
font-weight: 700 !important
|
|
347
168
|
}
|
|
348
169
|
|
|
349
|
-
.disabled,
|
|
350
|
-
|
|
351
|
-
pointer-events: none;
|
|
170
|
+
.disabled, .notAvailableJet {
|
|
171
|
+
pointer-events: none
|
|
352
172
|
}
|
|
353
173
|
|
|
354
|
-
.disabled:hover,
|
|
355
|
-
|
|
356
|
-
cursor: default;
|
|
174
|
+
.disabled:hover, .notAvailableJet:hover {
|
|
175
|
+
cursor: default
|
|
357
176
|
}
|
|
358
177
|
|
|
359
178
|
.notAvailableJet {
|
|
360
|
-
opacity:
|
|
179
|
+
opacity: .5
|
|
361
180
|
}
|
|
362
181
|
|
|
363
182
|
.container {
|
|
@@ -365,11 +184,11 @@ article {
|
|
|
365
184
|
background: #e7eaee;
|
|
366
185
|
background: -webkit-linear-gradient(top, #e7eaee 0, #f0f2f4 100%);
|
|
367
186
|
background: linear-gradient(to bottom, #e7eaee 0, #f0f2f4 100%);
|
|
368
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaee', endColorstr='#f0f2f4', GradientType=0)
|
|
187
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaee', endColorstr='#f0f2f4', GradientType=0)
|
|
369
188
|
}
|
|
370
189
|
|
|
371
190
|
.page-template-template-contact .container {
|
|
372
|
-
min-height: 0
|
|
191
|
+
min-height: 0
|
|
373
192
|
}
|
|
374
193
|
|
|
375
194
|
.btn {
|
|
@@ -383,43 +202,41 @@ article {
|
|
|
383
202
|
text-align: center;
|
|
384
203
|
height: 45px;
|
|
385
204
|
font-weight: 700;
|
|
386
|
-
transition: all
|
|
205
|
+
transition: all .2s ease
|
|
387
206
|
}
|
|
388
207
|
|
|
389
|
-
.hide,
|
|
390
|
-
|
|
391
|
-
display: none;
|
|
208
|
+
.hide, .oldBrowserHint {
|
|
209
|
+
display: none
|
|
392
210
|
}
|
|
393
211
|
|
|
394
212
|
.btn.primary {
|
|
395
|
-
background: #
|
|
396
|
-
color: #fff
|
|
213
|
+
background: #4C8F9F;
|
|
214
|
+
color: #fff
|
|
397
215
|
}
|
|
398
216
|
|
|
399
217
|
.btn.primary:hover {
|
|
400
218
|
cursor: pointer;
|
|
401
|
-
opacity:
|
|
219
|
+
opacity: .8
|
|
402
220
|
}
|
|
403
221
|
|
|
404
222
|
.btn.withShadow {
|
|
405
|
-
box-shadow: 0 19px 25px -17px rgba(0, 0, 0,
|
|
223
|
+
box-shadow: 0 19px 25px -17px rgba(0, 0, 0, .3)
|
|
406
224
|
}
|
|
407
225
|
|
|
408
226
|
.btn.withShadow:hover {
|
|
409
|
-
opacity:
|
|
227
|
+
opacity: .8
|
|
410
228
|
}
|
|
411
229
|
|
|
412
230
|
.btn.withShadow:active {
|
|
413
|
-
-webkit-transition: all 50ms cubic-bezier(
|
|
414
|
-
transition: all 50ms cubic-bezier(
|
|
231
|
+
-webkit-transition: all 50ms cubic-bezier(.54, .03, .42, .99);
|
|
232
|
+
transition: all 50ms cubic-bezier(.54, .03, .42, .99);
|
|
415
233
|
-webkit-transform: translateY(1px);
|
|
416
234
|
-ms-transform: translateY(1px);
|
|
417
235
|
transform: translateY(1px);
|
|
418
|
-
box-shadow: 0 17px 22px -15px rgba(0, 0, 0,
|
|
236
|
+
box-shadow: 0 17px 22px -15px rgba(0, 0, 0, .2)
|
|
419
237
|
}
|
|
420
238
|
|
|
421
|
-
.no-borderradius .oldBrowserHint,
|
|
422
|
-
.no-opacity .oldBrowserHint {
|
|
239
|
+
.no-borderradius .oldBrowserHint, .no-opacity .oldBrowserHint {
|
|
423
240
|
text-align: center;
|
|
424
241
|
padding: 20% 5%;
|
|
425
242
|
position: fixed;
|
|
@@ -429,63 +246,46 @@ article {
|
|
|
429
246
|
bottom: 0;
|
|
430
247
|
left: 0;
|
|
431
248
|
color: #fff;
|
|
432
|
-
background: #
|
|
249
|
+
background: #031F2B
|
|
433
250
|
}
|
|
434
251
|
|
|
435
252
|
@font-face {
|
|
436
253
|
font-family: Roboto;
|
|
437
|
-
src: local("Roboto Italic"), local("Roboto-Italic"),
|
|
438
|
-
url(common/assets/fonts/roboto-italic-webfont.woff2) format("woff2"),
|
|
439
|
-
url(common/assets/fonts/roboto-italic-webfont.woff) format("woff");
|
|
254
|
+
src: local("Roboto Italic"), local("Roboto-Italic"), url(fonts/roboto-italic-webfont.woff2) format("woff2"), url(fonts/roboto-italic-webfont.woff) format("woff");
|
|
440
255
|
font-weight: 400;
|
|
441
|
-
font-style: italic
|
|
256
|
+
font-style: italic
|
|
442
257
|
}
|
|
443
258
|
|
|
444
259
|
@font-face {
|
|
445
260
|
font-family: Roboto;
|
|
446
|
-
src: local("Roboto Bold"), local("Roboto-Bold"),
|
|
447
|
-
url(common/assets/fonts/roboto-bold-webfont.woff2) format("woff2"),
|
|
448
|
-
url(common/assets/fonts/roboto-bold-webfont.woff) format("woff");
|
|
261
|
+
src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/roboto-bold-webfont.woff2) format("woff2"), url(fonts/roboto-bold-webfont.woff) format("woff");
|
|
449
262
|
font-weight: 700;
|
|
450
|
-
font-style: normal
|
|
263
|
+
font-style: normal
|
|
451
264
|
}
|
|
452
265
|
|
|
453
266
|
@font-face {
|
|
454
267
|
font-family: Roboto;
|
|
455
|
-
src: local("Roboto Regular"), local("Roboto-Regular"),
|
|
456
|
-
url(common/assets/fonts/roboto-regular-webfont.woff2) format("woff2"),
|
|
457
|
-
url(common/assets/fonts/roboto-regular-webfont.woff) format("woff");
|
|
268
|
+
src: local("Roboto Regular"), local("Roboto-Regular"), url(fonts/roboto-regular-webfont.woff2) format("woff2"), url(fonts/roboto-regular-webfont.woff) format("woff");
|
|
458
269
|
font-weight: 400;
|
|
459
|
-
font-style: normal
|
|
270
|
+
font-style: normal
|
|
460
271
|
}
|
|
461
272
|
|
|
462
273
|
@font-face {
|
|
463
274
|
font-family: "Roboto Condensed";
|
|
464
|
-
src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
|
|
465
|
-
url(common/assets/fonts/robotocondensed-bold-webfont.woff2) format("woff2"),
|
|
466
|
-
url(common/assets/fonts/robotocondensed-bold-webfont.woff) format("woff");
|
|
275
|
+
src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(fonts/robotocondensed-bold-webfont.woff2) format("woff2"), url(fonts/robotocondensed-bold-webfont.woff) format("woff");
|
|
467
276
|
font-weight: 700;
|
|
468
|
-
font-style: normal
|
|
277
|
+
font-style: normal
|
|
469
278
|
}
|
|
470
279
|
|
|
471
280
|
@font-face {
|
|
472
281
|
font-family: "Roboto Condensed";
|
|
473
|
-
src: local("Roboto Condensed Bold Italic"),
|
|
474
|
-
local("RobotoCondensed-BoldItalic"),
|
|
475
|
-
url(common/assets/fonts/robotocondensed-bolditalic-webfont.woff2)
|
|
476
|
-
format("woff2"),
|
|
477
|
-
url(common/assets/fonts/robotocondensed-bolditalic-webfont.woff)
|
|
478
|
-
format("woff");
|
|
282
|
+
src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url(fonts/robotocondensed-bolditalic-webfont.woff2) format("woff2"), url(fonts/robotocondensed-bolditalic-webfont.woff) format("woff");
|
|
479
283
|
font-weight: 700;
|
|
480
|
-
font-style: italic
|
|
284
|
+
font-style: italic
|
|
481
285
|
}
|
|
482
286
|
|
|
483
|
-
body,
|
|
484
|
-
|
|
485
|
-
input,
|
|
486
|
-
select,
|
|
487
|
-
textarea {
|
|
488
|
-
color: rgba(3, 31, 43, 0.54);
|
|
287
|
+
body, button, input, select, textarea {
|
|
288
|
+
color: rgba(3, 31, 43, .54);
|
|
489
289
|
font-family: Roboto, Arial, Helvetica, sans-serif;
|
|
490
290
|
font-size: 17px;
|
|
491
291
|
line-height: 1.5;
|
|
@@ -493,190 +293,168 @@ textarea {
|
|
|
493
293
|
text-rendering: optimizeLegibility;
|
|
494
294
|
-webkit-font-smoothing: antialiased;
|
|
495
295
|
font-smoothing: antialiased;
|
|
496
|
-
-moz-osx-font-smoothing: grayscale
|
|
296
|
+
-moz-osx-font-smoothing: grayscale
|
|
497
297
|
}
|
|
498
298
|
|
|
499
|
-
a,
|
|
500
|
-
|
|
501
|
-
h1,
|
|
502
|
-
h2,
|
|
503
|
-
h3,
|
|
504
|
-
h4,
|
|
505
|
-
h5,
|
|
506
|
-
h6,
|
|
507
|
-
strong {
|
|
508
|
-
font-weight: 700;
|
|
299
|
+
a, b, h1, h2, h3, h4, h5, h6, strong {
|
|
300
|
+
font-weight: 700
|
|
509
301
|
}
|
|
510
302
|
|
|
511
303
|
body {
|
|
512
|
-
background: #e7eaee
|
|
304
|
+
background: #e7eaee
|
|
513
305
|
}
|
|
514
306
|
|
|
515
|
-
h1,
|
|
516
|
-
|
|
517
|
-
h3,
|
|
518
|
-
h4,
|
|
519
|
-
h5,
|
|
520
|
-
h6 {
|
|
521
|
-
line-height: 1;
|
|
307
|
+
h1, h2, h3, h4, h5, h6 {
|
|
308
|
+
line-height: 1
|
|
522
309
|
}
|
|
523
310
|
|
|
524
|
-
h1,
|
|
525
|
-
h2 {
|
|
311
|
+
h1, h2 {
|
|
526
312
|
line-height: 1.618;
|
|
527
|
-
color: #
|
|
313
|
+
color: #031F2B
|
|
528
314
|
}
|
|
529
315
|
|
|
530
316
|
h1 {
|
|
531
317
|
font-size: 25px;
|
|
532
|
-
margin: 0 auto 25px
|
|
318
|
+
margin: 0 auto 25px
|
|
533
319
|
}
|
|
534
320
|
|
|
535
321
|
h1.entry-title a {
|
|
536
|
-
color: #
|
|
537
|
-
font-size: 25px
|
|
322
|
+
color: #031F2B;
|
|
323
|
+
font-size: 25px
|
|
538
324
|
}
|
|
539
325
|
|
|
540
326
|
h2 {
|
|
541
327
|
font-size: 16px;
|
|
542
|
-
margin: 15px auto 25px
|
|
328
|
+
margin: 15px auto 25px
|
|
543
329
|
}
|
|
544
330
|
|
|
545
331
|
h2.entry-title a {
|
|
546
|
-
color: #
|
|
547
|
-
font-size: 25px
|
|
332
|
+
color: #031F2B;
|
|
333
|
+
font-size: 25px
|
|
548
334
|
}
|
|
549
335
|
|
|
550
|
-
h1 p,
|
|
551
|
-
|
|
552
|
-
margin-bottom: 0;
|
|
336
|
+
h1 p, h2 p {
|
|
337
|
+
margin-bottom: 0
|
|
553
338
|
}
|
|
554
339
|
|
|
555
340
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
556
|
-
h1 br,
|
|
557
|
-
|
|
558
|
-
display: none;
|
|
341
|
+
h1 br, h2 br {
|
|
342
|
+
display: none
|
|
559
343
|
}
|
|
560
344
|
}
|
|
561
345
|
|
|
562
346
|
h3 {
|
|
563
|
-
color: #
|
|
347
|
+
color: #031F2B;
|
|
564
348
|
font-size: 17px;
|
|
565
349
|
line-height: 1.5;
|
|
566
|
-
margin: 22px auto 16px
|
|
350
|
+
margin: 22px auto 16px
|
|
567
351
|
}
|
|
568
352
|
|
|
569
353
|
h4 {
|
|
570
354
|
font-size: 15px;
|
|
571
|
-
margin: 22px auto 12px
|
|
355
|
+
margin: 22px auto 12px
|
|
572
356
|
}
|
|
573
357
|
|
|
574
358
|
h5 {
|
|
575
359
|
font-size: 13px;
|
|
576
|
-
margin: 22px auto 10px
|
|
360
|
+
margin: 22px auto 10px
|
|
577
361
|
}
|
|
578
362
|
|
|
579
363
|
h6 {
|
|
580
364
|
font-size: 11px;
|
|
581
|
-
margin: 22px auto 8px
|
|
365
|
+
margin: 22px auto 8px
|
|
582
366
|
}
|
|
583
367
|
|
|
584
368
|
p {
|
|
585
|
-
margin-bottom: 16px
|
|
369
|
+
margin-bottom: 16px
|
|
586
370
|
}
|
|
587
371
|
|
|
588
372
|
p a {
|
|
589
|
-
text-decoration: underline
|
|
373
|
+
text-decoration: underline
|
|
590
374
|
}
|
|
591
375
|
|
|
592
376
|
em {
|
|
593
|
-
font-style: italic
|
|
377
|
+
font-style: italic
|
|
594
378
|
}
|
|
595
379
|
|
|
596
|
-
iframe,
|
|
597
|
-
img {
|
|
380
|
+
iframe, img {
|
|
598
381
|
max-width: 100%;
|
|
599
|
-
height: auto
|
|
382
|
+
height: auto
|
|
600
383
|
}
|
|
601
384
|
|
|
602
385
|
a {
|
|
603
386
|
text-decoration: none;
|
|
604
|
-
color: rgba(3, 31, 43,
|
|
387
|
+
color: rgba(3, 31, 43, .54)
|
|
605
388
|
}
|
|
606
389
|
|
|
607
390
|
a:hover {
|
|
608
391
|
cursor: pointer;
|
|
609
|
-
color: rgba(3, 31, 43,
|
|
392
|
+
color: rgba(3, 31, 43, .7)
|
|
610
393
|
}
|
|
611
394
|
|
|
612
|
-
ol,
|
|
613
|
-
ul {
|
|
395
|
+
ol, ul {
|
|
614
396
|
list-style: none;
|
|
615
|
-
padding-left: 20px
|
|
397
|
+
padding-left: 20px
|
|
616
398
|
}
|
|
617
399
|
|
|
618
|
-
ol li,
|
|
619
|
-
ul li {
|
|
400
|
+
ol li, ul li {
|
|
620
401
|
list-style: disc;
|
|
621
402
|
padding-left: 10px;
|
|
622
|
-
margin-bottom: 10px
|
|
403
|
+
margin-bottom: 10px
|
|
623
404
|
}
|
|
624
405
|
|
|
625
406
|
.alignnone {
|
|
626
|
-
margin: 5px 20px 20px 0
|
|
407
|
+
margin: 5px 20px 20px 0
|
|
627
408
|
}
|
|
628
409
|
|
|
629
|
-
.aligncenter,
|
|
630
|
-
div.aligncenter {
|
|
410
|
+
.aligncenter, div.aligncenter {
|
|
631
411
|
display: block;
|
|
632
|
-
margin: 5px auto
|
|
412
|
+
margin: 5px auto
|
|
633
413
|
}
|
|
634
414
|
|
|
635
415
|
.alignright {
|
|
636
416
|
float: right;
|
|
637
|
-
margin: 5px 0 20px 20px
|
|
417
|
+
margin: 5px 0 20px 20px
|
|
638
418
|
}
|
|
639
419
|
|
|
640
420
|
.alignleft {
|
|
641
421
|
float: left;
|
|
642
|
-
margin: 5px 20px 20px 0
|
|
422
|
+
margin: 5px 20px 20px 0
|
|
643
423
|
}
|
|
644
424
|
|
|
645
425
|
a img.alignright {
|
|
646
426
|
float: right;
|
|
647
|
-
margin: 5px 0 20px 20px
|
|
427
|
+
margin: 5px 0 20px 20px
|
|
648
428
|
}
|
|
649
429
|
|
|
650
|
-
a img.alignleft,
|
|
651
|
-
|
|
652
|
-
margin: 5px 20px 20px 0;
|
|
430
|
+
a img.alignleft, a img.alignnone {
|
|
431
|
+
margin: 5px 20px 20px 0
|
|
653
432
|
}
|
|
654
433
|
|
|
655
434
|
a img.alignleft {
|
|
656
|
-
float: left
|
|
435
|
+
float: left
|
|
657
436
|
}
|
|
658
437
|
|
|
659
438
|
a img.aligncenter {
|
|
660
439
|
display: block;
|
|
661
440
|
margin-left: auto;
|
|
662
|
-
margin-right: auto
|
|
441
|
+
margin-right: auto
|
|
663
442
|
}
|
|
664
443
|
|
|
665
444
|
.wp-caption {
|
|
666
|
-
background: #
|
|
667
|
-
border: 1px solid #
|
|
445
|
+
background: #FFF;
|
|
446
|
+
border: 1px solid #F0F0F0;
|
|
668
447
|
max-width: 96%;
|
|
669
448
|
padding: 5px 3px 10px;
|
|
670
|
-
text-align: center
|
|
449
|
+
text-align: center
|
|
671
450
|
}
|
|
672
451
|
|
|
673
|
-
.wp-caption.alignleft,
|
|
674
|
-
|
|
675
|
-
margin: 5px 20px 20px 0;
|
|
452
|
+
.wp-caption.alignleft, .wp-caption.alignnone {
|
|
453
|
+
margin: 5px 20px 20px 0
|
|
676
454
|
}
|
|
677
455
|
|
|
678
456
|
.wp-caption.alignright {
|
|
679
|
-
margin: 5px 0 20px 20px
|
|
457
|
+
margin: 5px 0 20px 20px
|
|
680
458
|
}
|
|
681
459
|
|
|
682
460
|
.wp-caption img {
|
|
@@ -685,83 +463,71 @@ a img.aligncenter {
|
|
|
685
463
|
margin: 0;
|
|
686
464
|
max-width: 98.5%;
|
|
687
465
|
padding: 0;
|
|
688
|
-
width: auto
|
|
466
|
+
width: auto
|
|
689
467
|
}
|
|
690
468
|
|
|
691
|
-
.gallery-caption,
|
|
692
|
-
.wp-caption .wp-caption-text {
|
|
469
|
+
.gallery-caption, .wp-caption .wp-caption-text {
|
|
693
470
|
font-size: 11px;
|
|
694
471
|
line-height: 17px;
|
|
695
472
|
margin: 0;
|
|
696
|
-
padding: 0 4px 5px
|
|
473
|
+
padding: 0 4px 5px
|
|
697
474
|
}
|
|
698
475
|
|
|
699
476
|
@media print {
|
|
700
|
-
blockquote,
|
|
701
|
-
|
|
702
|
-
pre,
|
|
703
|
-
tr {
|
|
704
|
-
page-break-inside: avoid;
|
|
477
|
+
blockquote, img, pre, tr {
|
|
478
|
+
page-break-inside: avoid
|
|
705
479
|
}
|
|
706
480
|
|
|
707
481
|
* {
|
|
708
482
|
background: 0 0 !important;
|
|
709
483
|
color: #000 !important;
|
|
710
484
|
box-shadow: none !important;
|
|
711
|
-
text-shadow: none !important
|
|
485
|
+
text-shadow: none !important
|
|
712
486
|
}
|
|
713
487
|
|
|
714
|
-
a,
|
|
715
|
-
|
|
716
|
-
text-decoration: underline;
|
|
488
|
+
a, a:visited {
|
|
489
|
+
text-decoration: underline
|
|
717
490
|
}
|
|
718
491
|
|
|
719
492
|
a[href]:after {
|
|
720
|
-
content: " (" attr(href) ")"
|
|
493
|
+
content: " (" attr(href) ")"
|
|
721
494
|
}
|
|
722
495
|
|
|
723
496
|
abbr[title]:after {
|
|
724
|
-
content: " (" attr(title) ")"
|
|
497
|
+
content: " (" attr(title) ")"
|
|
725
498
|
}
|
|
726
499
|
|
|
727
|
-
.ir a:after,
|
|
728
|
-
|
|
729
|
-
a[href^="#"]:after {
|
|
730
|
-
content: "";
|
|
500
|
+
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
|
|
501
|
+
content: ""
|
|
731
502
|
}
|
|
732
503
|
|
|
733
|
-
blockquote,
|
|
734
|
-
|
|
735
|
-
border: 1px solid #999;
|
|
504
|
+
blockquote, pre {
|
|
505
|
+
border: 1px solid #999
|
|
736
506
|
}
|
|
737
507
|
|
|
738
508
|
thead {
|
|
739
|
-
display: table-header-group
|
|
509
|
+
display: table-header-group
|
|
740
510
|
}
|
|
741
511
|
|
|
742
512
|
img {
|
|
743
|
-
max-width: 100% !important
|
|
513
|
+
max-width: 100% !important
|
|
744
514
|
}
|
|
745
515
|
|
|
746
516
|
@page {
|
|
747
|
-
margin:
|
|
517
|
+
margin: .5cm
|
|
748
518
|
}
|
|
749
519
|
|
|
750
|
-
h2,
|
|
751
|
-
h3,
|
|
752
|
-
p {
|
|
520
|
+
h2, h3, p {
|
|
753
521
|
orphans: 3;
|
|
754
|
-
widows: 3
|
|
522
|
+
widows: 3
|
|
755
523
|
}
|
|
756
524
|
|
|
757
|
-
h2,
|
|
758
|
-
|
|
759
|
-
page-break-after: avoid;
|
|
525
|
+
h2, h3 {
|
|
526
|
+
page-break-after: avoid
|
|
760
527
|
}
|
|
761
528
|
}
|
|
762
529
|
|
|
763
|
-
.headerSeparatorBack,
|
|
764
|
-
.headerSeparatorTop {
|
|
530
|
+
.headerSeparatorBack, .headerSeparatorTop {
|
|
765
531
|
position: absolute;
|
|
766
532
|
right: 0;
|
|
767
533
|
bottom: -2px;
|
|
@@ -769,41 +535,41 @@ a img.aligncenter {
|
|
|
769
535
|
width: 100%;
|
|
770
536
|
height: 61px;
|
|
771
537
|
z-index: 9996;
|
|
772
|
-
background: url(
|
|
538
|
+
background: url(images/sectionTransBack.svg) 0 bottom repeat-x
|
|
773
539
|
}
|
|
774
540
|
|
|
775
|
-
.no-svg .headerSeparatorBack,
|
|
776
|
-
|
|
777
|
-
background: url(common/assets/images/sectionTransBack.png) 0 bottom repeat-x;
|
|
541
|
+
.no-svg .headerSeparatorBack, .no-svg .headerSeparatorTop {
|
|
542
|
+
background: url(images/sectionTransBack.png) 0 bottom repeat-x
|
|
778
543
|
}
|
|
779
544
|
|
|
780
545
|
.headerSeparatorTop {
|
|
781
546
|
height: 30px;
|
|
782
547
|
z-index: 9999;
|
|
783
|
-
background: url(
|
|
548
|
+
background: url(images/sectionTransTop.svg) 0 bottom repeat-x
|
|
784
549
|
}
|
|
785
550
|
|
|
786
551
|
.no-svg .headerSeparatorTop {
|
|
787
|
-
background: url(
|
|
552
|
+
background: url(images/sectionTransTop.png) 0 bottom repeat-x
|
|
788
553
|
}
|
|
789
554
|
|
|
790
555
|
.headSection {
|
|
791
|
-
position:
|
|
556
|
+
position: absolute;
|
|
792
557
|
width: 100%;
|
|
793
558
|
height: 90vh;
|
|
794
559
|
height: -webkit-calc(100vh - 30px);
|
|
795
560
|
height: calc(100vh - 30px);
|
|
796
|
-
background: #
|
|
561
|
+
background: #031F2B;
|
|
797
562
|
transition: height 300ms;
|
|
798
563
|
}
|
|
799
564
|
|
|
800
565
|
.headSection.hidden {
|
|
801
566
|
height: 110px;
|
|
567
|
+
|
|
802
568
|
}
|
|
803
569
|
|
|
804
570
|
@media only screen and (max-width: 530px) {
|
|
805
571
|
.headSection {
|
|
806
|
-
min-height: 146px
|
|
572
|
+
min-height: 146px
|
|
807
573
|
}
|
|
808
574
|
}
|
|
809
575
|
|
|
@@ -816,43 +582,43 @@ a img.aligncenter {
|
|
|
816
582
|
|
|
817
583
|
.navWrap {
|
|
818
584
|
width: 100%;
|
|
819
|
-
height:
|
|
585
|
+
height: 100px;
|
|
820
586
|
position: absolute;
|
|
821
587
|
z-index: 9996;
|
|
588
|
+
border-bottom: 4px solid rgba(255, 255, 255, .12);
|
|
822
589
|
}
|
|
823
590
|
|
|
824
|
-
.contentWrap,
|
|
825
|
-
.uploadImage {
|
|
591
|
+
.contentWrap, .uploadImage {
|
|
826
592
|
position: relative;
|
|
827
|
-
width:
|
|
593
|
+
width: 65%
|
|
828
594
|
}
|
|
829
595
|
|
|
830
596
|
.menuWrap {
|
|
831
597
|
float: right;
|
|
832
|
-
z-index: 1
|
|
598
|
+
z-index: 1
|
|
833
599
|
}
|
|
834
600
|
|
|
835
601
|
.menuWrap ul {
|
|
836
602
|
margin: 0;
|
|
837
|
-
padding: 17px 0 0
|
|
603
|
+
padding: 17px 0 0
|
|
838
604
|
}
|
|
839
605
|
|
|
840
606
|
.menuWrap ul li {
|
|
841
607
|
float: left;
|
|
842
608
|
list-style: none;
|
|
843
609
|
margin: 0;
|
|
844
|
-
padding: 0
|
|
610
|
+
padding: 0
|
|
845
611
|
}
|
|
846
612
|
|
|
847
613
|
.menuWrap ul li a {
|
|
848
|
-
color: rgba(255, 255, 255,
|
|
614
|
+
color: rgba(255, 255, 255, .54);
|
|
849
615
|
padding: 7px 0 7px 10px;
|
|
850
616
|
font-size: 11px;
|
|
851
|
-
display: inline-block
|
|
617
|
+
display: inline-block
|
|
852
618
|
}
|
|
853
619
|
|
|
854
620
|
.menuWrap ul li a:hover {
|
|
855
|
-
color: #fff
|
|
621
|
+
color: #fff
|
|
856
622
|
}
|
|
857
623
|
|
|
858
624
|
#branding {
|
|
@@ -860,14 +626,14 @@ a img.aligncenter {
|
|
|
860
626
|
width: 93px;
|
|
861
627
|
height: 60px;
|
|
862
628
|
min-height: 0;
|
|
863
|
-
background: url(
|
|
629
|
+
background: url(images/nyris_logo.png) 50% 50% no-repeat;
|
|
864
630
|
overflow: hidden;
|
|
865
631
|
text-indent: -99999px;
|
|
866
|
-
transition: all
|
|
632
|
+
transition: all .2s ease
|
|
867
633
|
}
|
|
868
634
|
|
|
869
635
|
.resultsActive #branding {
|
|
870
|
-
opacity:
|
|
636
|
+
opacity: .54
|
|
871
637
|
}
|
|
872
638
|
|
|
873
639
|
.dragAndDropActionArea {
|
|
@@ -882,6 +648,8 @@ a img.aligncenter {
|
|
|
882
648
|
-webkit-box-pack: center;
|
|
883
649
|
-ms-flex-pack: center;
|
|
884
650
|
justify-content: center;
|
|
651
|
+
margin-left: 35px;
|
|
652
|
+
margin-top: 50px;
|
|
885
653
|
}
|
|
886
654
|
.dragAndDropActionArea:focus {
|
|
887
655
|
outline: 0;
|
|
@@ -891,25 +659,25 @@ a img.aligncenter {
|
|
|
891
659
|
-webkit-box-flex: 1;
|
|
892
660
|
-ms-flex: 1 100%;
|
|
893
661
|
flex: 1 100%;
|
|
894
|
-
overflow: hidden
|
|
662
|
+
overflow: hidden
|
|
895
663
|
}
|
|
896
664
|
|
|
897
665
|
.uploadImage {
|
|
898
666
|
min-height: 120px;
|
|
899
667
|
border-radius: 12px;
|
|
900
|
-
border: 4px dashed rgba(255, 255, 255,
|
|
668
|
+
border: 4px dashed rgba(255, 255, 255, .12);
|
|
901
669
|
padding: 12vh 0;
|
|
902
670
|
text-align: center;
|
|
903
671
|
font-size: 22px;
|
|
904
|
-
color: rgba(251, 253, 254,
|
|
672
|
+
color: rgba(251, 253, 254, .54);
|
|
905
673
|
display: block;
|
|
906
|
-
-webkit-transition: all
|
|
907
|
-
transition: all
|
|
674
|
+
-webkit-transition: all .2s ease;
|
|
675
|
+
transition: all .2s ease
|
|
908
676
|
}
|
|
909
677
|
|
|
910
678
|
@media only screen and (max-height: 610px) {
|
|
911
679
|
.uploadImage {
|
|
912
|
-
padding: 30px 0
|
|
680
|
+
padding: 30px 0
|
|
913
681
|
}
|
|
914
682
|
}
|
|
915
683
|
|
|
@@ -917,18 +685,18 @@ a img.aligncenter {
|
|
|
917
685
|
.uploadImage {
|
|
918
686
|
padding: 10vh 0;
|
|
919
687
|
border: 0;
|
|
920
|
-
height: 70vh
|
|
688
|
+
height: 70vh
|
|
921
689
|
}
|
|
922
690
|
}
|
|
923
691
|
|
|
924
692
|
.uploadImage .smallText {
|
|
925
693
|
font-size: 14px;
|
|
926
|
-
color: rgba(251, 253, 254,
|
|
927
|
-
margin: 8px auto 17px
|
|
694
|
+
color: rgba(251, 253, 254, .38);
|
|
695
|
+
margin: 8px auto 17px
|
|
928
696
|
}
|
|
929
697
|
|
|
930
698
|
.fileIsHover .uploadImage {
|
|
931
|
-
border: 4px dashed rgba(255, 255, 255,
|
|
699
|
+
border: 4px dashed rgba(255, 255, 255, .38)
|
|
932
700
|
}
|
|
933
701
|
|
|
934
702
|
.mobileUploadHandler {
|
|
@@ -938,33 +706,33 @@ a img.aligncenter {
|
|
|
938
706
|
top: 70px;
|
|
939
707
|
right: 0;
|
|
940
708
|
height: 100px;
|
|
941
|
-
left: 0
|
|
709
|
+
left: 0
|
|
942
710
|
}
|
|
943
711
|
|
|
944
712
|
.inputfile {
|
|
945
|
-
width:
|
|
946
|
-
height:
|
|
713
|
+
width: .1px;
|
|
714
|
+
height: .1px;
|
|
947
715
|
opacity: 0;
|
|
948
716
|
overflow: hidden;
|
|
949
717
|
position: absolute;
|
|
950
|
-
z-index: -1
|
|
718
|
+
z-index: -1
|
|
951
719
|
}
|
|
952
720
|
|
|
953
721
|
.useExampleImg {
|
|
954
|
-
color: rgba(255, 255, 255,
|
|
722
|
+
color: rgba(255, 255, 255, .38);
|
|
955
723
|
font-size: 14px;
|
|
956
|
-
margin-top: 30px
|
|
724
|
+
margin-top: 30px
|
|
957
725
|
}
|
|
958
726
|
|
|
959
727
|
@media only screen and (max-width: 530px) {
|
|
960
728
|
.fileIsHover .uploadImage {
|
|
961
|
-
border: 0
|
|
729
|
+
border: 0
|
|
962
730
|
}
|
|
963
731
|
|
|
964
732
|
.useExampleImg {
|
|
965
733
|
position: absolute;
|
|
966
734
|
bottom: -20px;
|
|
967
|
-
width: 102
|
|
735
|
+
width: 102%
|
|
968
736
|
}
|
|
969
737
|
}
|
|
970
738
|
|
|
@@ -973,53 +741,52 @@ a img.aligncenter {
|
|
|
973
741
|
width: 100%;
|
|
974
742
|
overflow: auto;
|
|
975
743
|
-webkit-overflow-scrolling: touch;
|
|
976
|
-
padding-bottom: 20px
|
|
744
|
+
padding-bottom: 20px
|
|
977
745
|
}
|
|
978
746
|
|
|
979
747
|
.useExampleImg .exampleImages .exImagesWrap {
|
|
980
|
-
white-space: nowrap
|
|
748
|
+
white-space: nowrap
|
|
981
749
|
}
|
|
982
750
|
|
|
983
751
|
.useExampleImg .exampleImages img {
|
|
984
|
-
opacity:
|
|
752
|
+
opacity: .54;
|
|
985
753
|
width: 86px;
|
|
986
754
|
height: 86px;
|
|
987
755
|
border-radius: 3px;
|
|
988
756
|
margin-right: 4px;
|
|
989
|
-
vertical-align: bottom
|
|
757
|
+
vertical-align: bottom
|
|
990
758
|
}
|
|
991
759
|
|
|
992
760
|
.useExampleImg .exampleImages img:hover {
|
|
993
761
|
cursor: pointer;
|
|
994
|
-
opacity: 1
|
|
762
|
+
opacity: 1
|
|
995
763
|
}
|
|
996
764
|
|
|
997
765
|
.camIcon {
|
|
998
|
-
margin-bottom: 15px
|
|
766
|
+
margin-bottom: 15px
|
|
999
767
|
}
|
|
1000
768
|
|
|
1001
|
-
@media (pointer:
|
|
769
|
+
@media (pointer:fine) {
|
|
1002
770
|
.onMobile {
|
|
1003
|
-
display: none
|
|
771
|
+
display: none
|
|
1004
772
|
}
|
|
1005
773
|
}
|
|
1006
774
|
|
|
1007
|
-
@media (pointer:
|
|
775
|
+
@media (pointer:none) or (pointer:coarse) {
|
|
1008
776
|
.onDesktop {
|
|
1009
|
-
display: none
|
|
777
|
+
display: none
|
|
1010
778
|
}
|
|
1011
779
|
}
|
|
1012
780
|
|
|
1013
|
-
.tryDifferent .icIcon,
|
|
1014
|
-
.tryDifferent .textDesc {
|
|
781
|
+
.tryDifferent .icIcon, .tryDifferent .textDesc {
|
|
1015
782
|
display: inline-block;
|
|
1016
|
-
vertical-align: top
|
|
783
|
+
vertical-align: top
|
|
1017
784
|
}
|
|
1018
785
|
|
|
1019
786
|
.tryDifferent {
|
|
1020
787
|
position: absolute;
|
|
1021
788
|
bottom: 0px;
|
|
1022
|
-
left:
|
|
789
|
+
left: 45%;
|
|
1023
790
|
transform: translateX(-50%);
|
|
1024
791
|
width: 18.5%;
|
|
1025
792
|
height: 90px;
|
|
@@ -1027,7 +794,7 @@ a img.aligncenter {
|
|
|
1027
794
|
padding: 25px 15px;
|
|
1028
795
|
z-index: 9997;
|
|
1029
796
|
border-radius: 3px 3px 0 0;
|
|
1030
|
-
background: #
|
|
797
|
+
background: #4C8F9F;
|
|
1031
798
|
font-size: 14px;
|
|
1032
799
|
color: #fff;
|
|
1033
800
|
max-width: 240px;
|
|
@@ -1039,19 +806,19 @@ a img.aligncenter {
|
|
|
1039
806
|
|
|
1040
807
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
1041
808
|
.tryDifferent {
|
|
1042
|
-
width: 23.5
|
|
809
|
+
width: 23.5%
|
|
1043
810
|
}
|
|
1044
811
|
}
|
|
1045
812
|
|
|
1046
813
|
@media only screen and (min-width: 750px) and (max-width: 900px) {
|
|
1047
814
|
.tryDifferent {
|
|
1048
|
-
width: 31.8
|
|
815
|
+
width: 31.8%
|
|
1049
816
|
}
|
|
1050
817
|
}
|
|
1051
818
|
|
|
1052
819
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
1053
820
|
.tryDifferent {
|
|
1054
|
-
width: 48.5
|
|
821
|
+
width: 48.5%
|
|
1055
822
|
}
|
|
1056
823
|
}
|
|
1057
824
|
|
|
@@ -1059,23 +826,23 @@ a img.aligncenter {
|
|
|
1059
826
|
.tryDifferent {
|
|
1060
827
|
width: 80%;
|
|
1061
828
|
margin-bottom: -13px;
|
|
1062
|
-
padding-top: 20px
|
|
829
|
+
padding-top: 20px
|
|
1063
830
|
}
|
|
1064
831
|
}
|
|
1065
832
|
|
|
1066
833
|
.tryDifferent .icIcon {
|
|
1067
834
|
width: 22px;
|
|
1068
835
|
height: 18px;
|
|
1069
|
-
background: url(
|
|
1070
|
-
margin-right: 10px
|
|
836
|
+
background: url(images/ic_cam.svg) no-repeat;
|
|
837
|
+
margin-right: 10px
|
|
1071
838
|
}
|
|
1072
839
|
|
|
1073
840
|
.no-svg .tryDifferent .icIcon {
|
|
1074
|
-
background: url(
|
|
841
|
+
background: url(images/ic_cam.png) no-repeat
|
|
1075
842
|
}
|
|
1076
843
|
|
|
1077
844
|
.tryDifferent:hover {
|
|
1078
|
-
cursor: pointer
|
|
845
|
+
cursor: pointer
|
|
1079
846
|
}
|
|
1080
847
|
|
|
1081
848
|
.resultsTitle {
|
|
@@ -1083,7 +850,7 @@ a img.aligncenter {
|
|
|
1083
850
|
-webkit-transform: translateY(20px);
|
|
1084
851
|
-ms-transform: translateY(20px);
|
|
1085
852
|
transform: translateY(20px);
|
|
1086
|
-
margin-top: 3
|
|
853
|
+
margin-top: 3%
|
|
1087
854
|
}
|
|
1088
855
|
|
|
1089
856
|
.results {
|
|
@@ -1092,6 +859,10 @@ a img.aligncenter {
|
|
|
1092
859
|
.results.resultsActive {
|
|
1093
860
|
height: auto;
|
|
1094
861
|
min-height: 90vh;
|
|
862
|
+
margin-top: 100px;
|
|
863
|
+
}
|
|
864
|
+
.hideResults{
|
|
865
|
+
display: none;
|
|
1095
866
|
}
|
|
1096
867
|
|
|
1097
868
|
.results .wrapper {
|
|
@@ -1102,7 +873,7 @@ a img.aligncenter {
|
|
|
1102
873
|
|
|
1103
874
|
@media only screen and (max-width: 530px) {
|
|
1104
875
|
.results .wrapper {
|
|
1105
|
-
width: 96
|
|
876
|
+
width: 96%
|
|
1106
877
|
}
|
|
1107
878
|
}
|
|
1108
879
|
|
|
@@ -1115,28 +886,28 @@ a img.aligncenter {
|
|
|
1115
886
|
bottom: 0;
|
|
1116
887
|
background: #e7eaee;
|
|
1117
888
|
z-index: 3;
|
|
1118
|
-
border-radius: 3px
|
|
889
|
+
border-radius: 3px
|
|
1119
890
|
}
|
|
1120
891
|
|
|
1121
892
|
@-webkit-keyframes spin {
|
|
1122
893
|
0% {
|
|
1123
894
|
-webkit-transform: rotate(0);
|
|
1124
|
-
transform: rotate(0)
|
|
895
|
+
transform: rotate(0)
|
|
1125
896
|
}
|
|
1126
897
|
100% {
|
|
1127
898
|
-webkit-transform: rotate(360deg);
|
|
1128
|
-
transform: rotate(360deg)
|
|
899
|
+
transform: rotate(360deg)
|
|
1129
900
|
}
|
|
1130
901
|
}
|
|
1131
902
|
|
|
1132
903
|
@keyframes spin {
|
|
1133
904
|
0% {
|
|
1134
905
|
-webkit-transform: rotate(0);
|
|
1135
|
-
transform: rotate(0)
|
|
906
|
+
transform: rotate(0)
|
|
1136
907
|
}
|
|
1137
908
|
100% {
|
|
1138
909
|
-webkit-transform: rotate(360deg);
|
|
1139
|
-
transform: rotate(360deg)
|
|
910
|
+
transform: rotate(360deg)
|
|
1140
911
|
}
|
|
1141
912
|
}
|
|
1142
913
|
|
|
@@ -1149,60 +920,60 @@ a img.aligncenter {
|
|
|
1149
920
|
border-radius: 50%;
|
|
1150
921
|
width: 24px;
|
|
1151
922
|
height: 24px;
|
|
1152
|
-
border:
|
|
1153
|
-
border-top-color: rgba(3, 31, 43,
|
|
923
|
+
border: .25rem solid rgba(0, 0, 0, .12);
|
|
924
|
+
border-top-color: rgba(3, 31, 43, .6);
|
|
1154
925
|
-webkit-animation: spin 1s infinite linear;
|
|
1155
|
-
animation: spin 1s infinite linear
|
|
926
|
+
animation: spin 1s infinite linear
|
|
1156
927
|
}
|
|
1157
928
|
|
|
1158
929
|
.prdctItem {
|
|
1159
930
|
width: 18.5%;
|
|
1160
|
-
margin: 0
|
|
931
|
+
margin: 0 .75% 2%;
|
|
1161
932
|
float: left;
|
|
1162
|
-
background: #
|
|
933
|
+
background: #FBFDFE;
|
|
1163
934
|
border-radius: 3px;
|
|
1164
935
|
overflow: hidden;
|
|
1165
|
-
box-shadow: 0 1px 3px rgba(3, 31, 43,
|
|
936
|
+
box-shadow: 0 1px 3px rgba(3, 31, 43, .2);
|
|
1166
937
|
font-size: 14px;
|
|
1167
|
-
line-height: 1.3
|
|
938
|
+
line-height: 1.3
|
|
1168
939
|
}
|
|
1169
940
|
|
|
1170
941
|
@media only screen and (min-width: 1120px) {
|
|
1171
|
-
.prdctItem:visible:nth-of-type(5n
|
|
1172
|
-
clear: both
|
|
942
|
+
.prdctItem:visible:nth-of-type(5n+6) {
|
|
943
|
+
clear: both
|
|
1173
944
|
}
|
|
1174
945
|
}
|
|
1175
946
|
|
|
1176
947
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
1177
948
|
.prdctItem {
|
|
1178
949
|
width: 23.5%;
|
|
1179
|
-
margin: 0
|
|
950
|
+
margin: 0 .75% 3%
|
|
1180
951
|
}
|
|
1181
952
|
|
|
1182
|
-
.prdctItem:visible:nth-of-type(4n
|
|
1183
|
-
clear: both
|
|
953
|
+
.prdctItem:visible:nth-of-type(4n+5) {
|
|
954
|
+
clear: both
|
|
1184
955
|
}
|
|
1185
956
|
}
|
|
1186
957
|
|
|
1187
958
|
@media only screen and (min-width: 750px) and (max-width: 900px) {
|
|
1188
959
|
.prdctItem {
|
|
1189
960
|
width: 31.8%;
|
|
1190
|
-
margin: 0
|
|
961
|
+
margin: 0 .75% 3%
|
|
1191
962
|
}
|
|
1192
963
|
|
|
1193
|
-
.prdctItem:visible:nth-of-type(3n
|
|
1194
|
-
clear: both
|
|
964
|
+
.prdctItem:visible:nth-of-type(3n+4) {
|
|
965
|
+
clear: both
|
|
1195
966
|
}
|
|
1196
967
|
}
|
|
1197
968
|
|
|
1198
969
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
1199
970
|
.prdctItem {
|
|
1200
971
|
width: 48.5%;
|
|
1201
|
-
margin: 0
|
|
972
|
+
margin: 0 .75% 3%
|
|
1202
973
|
}
|
|
1203
974
|
|
|
1204
|
-
.prdctItem:visible:nth-of-type(2n
|
|
1205
|
-
clear: both
|
|
975
|
+
.prdctItem:visible:nth-of-type(2n+3) {
|
|
976
|
+
clear: both
|
|
1206
977
|
}
|
|
1207
978
|
}
|
|
1208
979
|
|
|
@@ -1210,19 +981,19 @@ a img.aligncenter {
|
|
|
1210
981
|
position: relative;
|
|
1211
982
|
background: #fff;
|
|
1212
983
|
text-align: center;
|
|
1213
|
-
border-bottom: 1px solid rgba(3, 31, 43,
|
|
984
|
+
border-bottom: 1px solid rgba(3, 31, 43, .12)
|
|
1214
985
|
}
|
|
1215
986
|
|
|
1216
987
|
@media only screen and (max-width: 530px) {
|
|
1217
988
|
.prdctItem {
|
|
1218
989
|
width: 100%;
|
|
1219
|
-
margin: 0 0 4
|
|
990
|
+
margin: 0 0 4%
|
|
1220
991
|
}
|
|
1221
992
|
|
|
1222
993
|
.multipleProducts .prdctItem .prdctImg {
|
|
1223
994
|
float: left;
|
|
1224
995
|
width: 25%;
|
|
1225
|
-
border-bottom: 0
|
|
996
|
+
border-bottom: 0
|
|
1226
997
|
}
|
|
1227
998
|
}
|
|
1228
999
|
|
|
@@ -1231,7 +1002,7 @@ a img.aligncenter {
|
|
|
1231
1002
|
display: block;
|
|
1232
1003
|
width: 100%;
|
|
1233
1004
|
padding-bottom: 100%;
|
|
1234
|
-
position: relative
|
|
1005
|
+
position: relative
|
|
1235
1006
|
}
|
|
1236
1007
|
|
|
1237
1008
|
.prdctItem .prdctImg .imgWrap {
|
|
@@ -1239,7 +1010,7 @@ a img.aligncenter {
|
|
|
1239
1010
|
top: 9%;
|
|
1240
1011
|
right: 9%;
|
|
1241
1012
|
bottom: 9%;
|
|
1242
|
-
left: 9
|
|
1013
|
+
left: 9%
|
|
1243
1014
|
}
|
|
1244
1015
|
|
|
1245
1016
|
.prdctItem .prdctImg img {
|
|
@@ -1251,11 +1022,11 @@ a img.aligncenter {
|
|
|
1251
1022
|
max-width: 100%;
|
|
1252
1023
|
max-height: 100%;
|
|
1253
1024
|
margin: auto;
|
|
1254
|
-
vertical-align: middle
|
|
1025
|
+
vertical-align: middle
|
|
1255
1026
|
}
|
|
1256
1027
|
|
|
1257
1028
|
.prdctItem .prdctDetailsWrap {
|
|
1258
|
-
padding: 8% 9
|
|
1029
|
+
padding: 8% 9%
|
|
1259
1030
|
}
|
|
1260
1031
|
|
|
1261
1032
|
@media only screen and (max-width: 530px) {
|
|
@@ -1263,29 +1034,29 @@ a img.aligncenter {
|
|
|
1263
1034
|
float: left;
|
|
1264
1035
|
width: 75%;
|
|
1265
1036
|
padding: 4%;
|
|
1266
|
-
border-left: 1px solid rgba(3, 31, 43,
|
|
1037
|
+
border-left: 1px solid rgba(3, 31, 43, .12)
|
|
1267
1038
|
}
|
|
1268
1039
|
|
|
1269
1040
|
.feedback {
|
|
1270
|
-
text-align: center
|
|
1041
|
+
text-align: center
|
|
1271
1042
|
}
|
|
1272
1043
|
}
|
|
1273
1044
|
|
|
1274
1045
|
.prdctItem .prdctDetailsWrap .prdctTitle {
|
|
1275
|
-
color: #
|
|
1046
|
+
color: #031F2B
|
|
1276
1047
|
}
|
|
1277
1048
|
|
|
1278
1049
|
.prdctItem .prdctDetailsWrap .prdctMeta {
|
|
1279
|
-
margin: 10px 0
|
|
1050
|
+
margin: 10px 0
|
|
1280
1051
|
}
|
|
1281
1052
|
|
|
1282
1053
|
.prdctItem .prdctDetailsWrap .prdctMeta .prdctPrice {
|
|
1283
1054
|
font-weight: 700;
|
|
1284
|
-
color: #
|
|
1055
|
+
color: #031F2B
|
|
1285
1056
|
}
|
|
1286
1057
|
|
|
1287
1058
|
.prdctItem .prdctDetailsWrap .prdctShipping {
|
|
1288
|
-
margin-bottom: 10px
|
|
1059
|
+
margin-bottom: 10px
|
|
1289
1060
|
}
|
|
1290
1061
|
|
|
1291
1062
|
.prdctItem .prdctDetailsWrap .prdctShopLink {
|
|
@@ -1295,26 +1066,22 @@ a img.aligncenter {
|
|
|
1295
1066
|
text-transform: uppercase;
|
|
1296
1067
|
font-size: 13px;
|
|
1297
1068
|
border-radius: 3px;
|
|
1298
|
-
background: url(
|
|
1299
|
-
|
|
1300
|
-
border: 1px solid rgba(3, 31, 43, 0.12);
|
|
1069
|
+
background: url(images/ic_shopNowLight.svg) 10px 50% no-repeat #FBFDFE;
|
|
1070
|
+
border: 1px solid rgba(3, 31, 43, .12)
|
|
1301
1071
|
}
|
|
1302
1072
|
|
|
1303
1073
|
.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink {
|
|
1304
|
-
background: url(
|
|
1305
|
-
#fbfdfe;
|
|
1074
|
+
background: url(images/ic_shopNowLight.png) 10px 50% no-repeat #FBFDFE
|
|
1306
1075
|
}
|
|
1307
1076
|
|
|
1308
1077
|
.prdctItem .prdctDetailsWrap .prdctShopLink:hover {
|
|
1309
|
-
background: url(
|
|
1310
|
-
#4c8f9f;
|
|
1078
|
+
background: url(images/ic_shopNow.svg) 10px 50% no-repeat #4C8F9F;
|
|
1311
1079
|
border: 1px solid #4c8f9f;
|
|
1312
|
-
color: #
|
|
1080
|
+
color: #FBFDFE
|
|
1313
1081
|
}
|
|
1314
1082
|
|
|
1315
1083
|
.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink:hover {
|
|
1316
|
-
background: url(
|
|
1317
|
-
#4c8f9f;
|
|
1084
|
+
background: url(images/ic_shopNow.png) 10px 50% no-repeat #4C8F9F
|
|
1318
1085
|
}
|
|
1319
1086
|
|
|
1320
1087
|
@media only screen and (min-width: 530px) {
|
|
@@ -1323,14 +1090,14 @@ a img.aligncenter {
|
|
|
1323
1090
|
display: block;
|
|
1324
1091
|
margin: 0 auto 4%;
|
|
1325
1092
|
float: none;
|
|
1326
|
-
position: relative
|
|
1093
|
+
position: relative
|
|
1327
1094
|
}
|
|
1328
1095
|
|
|
1329
1096
|
.singleProduct .prdctItem .prdctImg {
|
|
1330
1097
|
float: left;
|
|
1331
1098
|
width: 50%;
|
|
1332
1099
|
border-bottom: 0;
|
|
1333
|
-
border-right: 1px solid rgba(3, 31, 43,
|
|
1100
|
+
border-right: 1px solid rgba(3, 31, 43, .12)
|
|
1334
1101
|
}
|
|
1335
1102
|
|
|
1336
1103
|
.singleProduct .prdctItem .prdctDetailsWrap {
|
|
@@ -1349,29 +1116,28 @@ a img.aligncenter {
|
|
|
1349
1116
|
-ms-flex-align: center;
|
|
1350
1117
|
align-items: center;
|
|
1351
1118
|
-ms-flex-wrap: wrap;
|
|
1352
|
-
flex-wrap: wrap
|
|
1119
|
+
flex-wrap: wrap
|
|
1353
1120
|
}
|
|
1354
1121
|
}
|
|
1355
1122
|
|
|
1356
|
-
.feedback .btn,
|
|
1357
|
-
|
|
1358
|
-
border: 1px solid rgba(251, 253, 254, 0.12);
|
|
1123
|
+
.feedback .btn, .feedback .btn.primary {
|
|
1124
|
+
border: 1px solid rgba(251, 253, 254, .12)
|
|
1359
1125
|
}
|
|
1360
1126
|
|
|
1361
1127
|
.footnote .wrapper {
|
|
1362
1128
|
padding: 30px 0 6px;
|
|
1363
1129
|
font-size: 12px;
|
|
1364
|
-
color: rgba(3, 31, 43,
|
|
1365
|
-
text-align: center
|
|
1130
|
+
color: rgba(3, 31, 43, .38);
|
|
1131
|
+
text-align: center
|
|
1366
1132
|
}
|
|
1367
1133
|
|
|
1368
1134
|
.footnote .wrapper a {
|
|
1369
|
-
color: rgba(3, 31, 43,
|
|
1370
|
-
font-weight: 400
|
|
1135
|
+
color: rgba(3, 31, 43, .38);
|
|
1136
|
+
font-weight: 400
|
|
1371
1137
|
}
|
|
1372
1138
|
|
|
1373
1139
|
.footnote .wrapper a:hover {
|
|
1374
|
-
color: rgba(3, 31, 43,
|
|
1140
|
+
color: rgba(3, 31, 43, .54)
|
|
1375
1141
|
}
|
|
1376
1142
|
|
|
1377
1143
|
.feedback {
|
|
@@ -1381,25 +1147,25 @@ a img.aligncenter {
|
|
|
1381
1147
|
left: 0;
|
|
1382
1148
|
transform: translateY(100%);
|
|
1383
1149
|
opacity: 0;
|
|
1384
|
-
background: #
|
|
1150
|
+
background: #031F2B;
|
|
1385
1151
|
z-index: 9999;
|
|
1386
1152
|
font-size: 14px;
|
|
1387
|
-
color: rgba(251, 253, 254,
|
|
1153
|
+
color: rgba(251, 253, 254, .54)
|
|
1388
1154
|
}
|
|
1389
1155
|
|
|
1390
1156
|
.feedback .wrapper {
|
|
1391
|
-
padding: 15px 0
|
|
1157
|
+
padding: 15px 0
|
|
1392
1158
|
}
|
|
1393
1159
|
|
|
1394
1160
|
.feedback p {
|
|
1395
1161
|
display: inline-block;
|
|
1396
|
-
margin: 0 10px 0 0
|
|
1162
|
+
margin: 0 10px 0 0
|
|
1397
1163
|
}
|
|
1398
1164
|
|
|
1399
1165
|
@media only screen and (max-width: 530px) {
|
|
1400
1166
|
.feedback p {
|
|
1401
1167
|
display: block;
|
|
1402
|
-
margin-bottom: 15px
|
|
1168
|
+
margin-bottom: 15px
|
|
1403
1169
|
}
|
|
1404
1170
|
}
|
|
1405
1171
|
|
|
@@ -1408,50 +1174,50 @@ a img.aligncenter {
|
|
|
1408
1174
|
padding: 10px 25px;
|
|
1409
1175
|
display: inline-block;
|
|
1410
1176
|
height: auto;
|
|
1411
|
-
margin: 0 4px
|
|
1177
|
+
margin: 0 4px
|
|
1412
1178
|
}
|
|
1413
1179
|
|
|
1414
1180
|
.feedback .btn.primary {
|
|
1415
1181
|
background: 0 0;
|
|
1416
|
-
color: rgba(251, 253, 254,
|
|
1182
|
+
color: rgba(251, 253, 254, .54)
|
|
1417
1183
|
}
|
|
1418
1184
|
|
|
1419
1185
|
.feedback .btn.primary:hover {
|
|
1420
1186
|
background: #4c8f9f;
|
|
1421
1187
|
border: 1px solid rgba(251, 253, 254, 0);
|
|
1422
|
-
color: #fff
|
|
1188
|
+
color: #fff
|
|
1423
1189
|
}
|
|
1424
1190
|
|
|
1425
1191
|
.feedback .btn.secondary {
|
|
1426
|
-
background: 0 0
|
|
1192
|
+
background: 0 0
|
|
1427
1193
|
}
|
|
1428
1194
|
|
|
1429
1195
|
.feedback .btn.secondary:hover {
|
|
1430
|
-
background: #
|
|
1196
|
+
background: #E31B5D;
|
|
1431
1197
|
border: 1px solid rgba(3, 31, 43, 0);
|
|
1432
|
-
color: #fff
|
|
1198
|
+
color: #fff
|
|
1433
1199
|
}
|
|
1434
1200
|
|
|
1435
1201
|
.feedback .btn.dismiss {
|
|
1436
1202
|
margin-top: 15px;
|
|
1437
|
-
color: rgba(251, 253, 254,
|
|
1203
|
+
color: rgba(251, 253, 254, .54)
|
|
1438
1204
|
}
|
|
1439
1205
|
|
|
1440
1206
|
.feedback .btn.dismiss:hover {
|
|
1441
1207
|
background: #4c8f9f;
|
|
1442
1208
|
border: 1px solid rgba(251, 253, 254, 0);
|
|
1443
|
-
color: #fff
|
|
1209
|
+
color: #fff
|
|
1444
1210
|
}
|
|
1445
1211
|
|
|
1446
1212
|
.feedback .btn:hover {
|
|
1447
|
-
cursor: pointer
|
|
1213
|
+
cursor: pointer
|
|
1448
1214
|
}
|
|
1449
1215
|
|
|
1450
1216
|
.feedback .closeFeedbackContainer {
|
|
1451
1217
|
position: absolute;
|
|
1452
1218
|
top: 0;
|
|
1453
1219
|
right: 0;
|
|
1454
|
-
bottom: 0
|
|
1220
|
+
bottom: 0
|
|
1455
1221
|
}
|
|
1456
1222
|
|
|
1457
1223
|
.feedback .closeFeedbackContainer .closeFeedback {
|
|
@@ -1463,16 +1229,16 @@ a img.aligncenter {
|
|
|
1463
1229
|
transform: translateY(-50%);
|
|
1464
1230
|
width: 30px;
|
|
1465
1231
|
height: 30px;
|
|
1466
|
-
background: url(
|
|
1232
|
+
background: url(images/ic_close_feedback.svg) 50% 50% no-repeat;
|
|
1467
1233
|
float: right;
|
|
1468
|
-
opacity:
|
|
1469
|
-
-webkit-transition: all
|
|
1470
|
-
transition: all
|
|
1234
|
+
opacity: .38;
|
|
1235
|
+
-webkit-transition: all .2s ease;
|
|
1236
|
+
transition: all .2s ease
|
|
1471
1237
|
}
|
|
1472
1238
|
|
|
1473
1239
|
.feedback .closeFeedbackContainer .closeFeedback:hover {
|
|
1474
1240
|
cursor: pointer;
|
|
1475
|
-
opacity: 1
|
|
1241
|
+
opacity: 1
|
|
1476
1242
|
}
|
|
1477
1243
|
|
|
1478
1244
|
.feedback .feedbackMessage {
|
|
@@ -1488,26 +1254,23 @@ a img.aligncenter {
|
|
|
1488
1254
|
top: 10px;
|
|
1489
1255
|
-webkit-transform: translateY(0);
|
|
1490
1256
|
-ms-transform: translateY(0);
|
|
1491
|
-
transform: translateY(0)
|
|
1257
|
+
transform: translateY(0)
|
|
1492
1258
|
}
|
|
1493
1259
|
|
|
1494
1260
|
.feedback .feedbackMessage {
|
|
1495
|
-
max-width: 95
|
|
1261
|
+
max-width: 95%
|
|
1496
1262
|
}
|
|
1497
1263
|
}
|
|
1498
1264
|
|
|
1499
|
-
.feedback .feedbackMessage span,
|
|
1500
|
-
|
|
1501
|
-
color: #4c8f9f;
|
|
1265
|
+
.feedback .feedbackMessage span, .feedback .feedbackMessage.positive {
|
|
1266
|
+
color: #4C8F9F
|
|
1502
1267
|
}
|
|
1503
1268
|
|
|
1504
|
-
.negativeFeedback .feedback .feedbackMessage.negative,
|
|
1505
|
-
|
|
1506
|
-
display: block;
|
|
1269
|
+
.negativeFeedback .feedback .feedbackMessage.negative, .positiveFeedback .feedback .feedbackMessage.positive {
|
|
1270
|
+
display: block
|
|
1507
1271
|
}
|
|
1508
1272
|
|
|
1509
|
-
.noscript,
|
|
1510
|
-
.oldBrowserHint {
|
|
1273
|
+
.noscript, .oldBrowserHint {
|
|
1511
1274
|
display: none;
|
|
1512
1275
|
text-align: center;
|
|
1513
1276
|
padding: 20% 5%;
|
|
@@ -1518,12 +1281,11 @@ a img.aligncenter {
|
|
|
1518
1281
|
bottom: 0;
|
|
1519
1282
|
left: 0;
|
|
1520
1283
|
color: #fff;
|
|
1521
|
-
background: #
|
|
1284
|
+
background: #031F2B
|
|
1522
1285
|
}
|
|
1523
1286
|
|
|
1524
|
-
.no-borderradius .oldBrowserHint,
|
|
1525
|
-
|
|
1526
|
-
display: block;
|
|
1287
|
+
.no-borderradius .oldBrowserHint, .no-opacity .oldBrowserHint {
|
|
1288
|
+
display: block
|
|
1527
1289
|
}
|
|
1528
1290
|
|
|
1529
1291
|
.prdctTitle {
|
|
@@ -1582,7 +1344,7 @@ a img.aligncenter {
|
|
|
1582
1344
|
height: 18px;
|
|
1583
1345
|
transform: translate(-9px, -9px);
|
|
1584
1346
|
background-color: white;
|
|
1585
|
-
border: 6px solid #
|
|
1347
|
+
border: 6px solid #4C8F9F;
|
|
1586
1348
|
position: absolute;
|
|
1587
1349
|
z-index: 4000;
|
|
1588
1350
|
}
|
|
@@ -1590,7 +1352,7 @@ a img.aligncenter {
|
|
|
1590
1352
|
.preview .circle span {
|
|
1591
1353
|
position: absolute;
|
|
1592
1354
|
background: rgba(0, 0, 0, 0.7);
|
|
1593
|
-
color: #
|
|
1355
|
+
color: #FFFFFF;
|
|
1594
1356
|
font-family: monospace;
|
|
1595
1357
|
font-size: 10px;
|
|
1596
1358
|
white-space: nowrap;
|
|
@@ -1626,9 +1388,9 @@ a img.aligncenter {
|
|
|
1626
1388
|
.selection_rect {
|
|
1627
1389
|
position: absolute;
|
|
1628
1390
|
background: linear-gradient(90deg, black 50%, white 50%),
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1391
|
+
linear-gradient(0deg, black 50%, white 50%),
|
|
1392
|
+
linear-gradient(90deg, black 50%, white 50%),
|
|
1393
|
+
linear-gradient(0deg, black 50%, white 50%);
|
|
1632
1394
|
background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
|
|
1633
1395
|
background-size: 15px 2px, 2px 15px, 15px 2px, 2px 15px;
|
|
1634
1396
|
background-position: left top, right top, left bottom, left top;
|
|
@@ -1636,14 +1398,14 @@ a img.aligncenter {
|
|
|
1636
1398
|
}
|
|
1637
1399
|
.selection_grip {
|
|
1638
1400
|
position: absolute;
|
|
1639
|
-
background: rgba(0,
|
|
1401
|
+
background: rgba(0,0,0,0.2);
|
|
1640
1402
|
width: 40px;
|
|
1641
1403
|
height: 40px;
|
|
1642
1404
|
}
|
|
1643
1405
|
.selection_grip:hover {
|
|
1644
1406
|
transition: background-color 100ms;
|
|
1645
1407
|
position: absolute;
|
|
1646
|
-
background-color: rgba(0,
|
|
1408
|
+
background-color: rgba(0,0,0,0.5);
|
|
1647
1409
|
}
|
|
1648
1410
|
.selection_grip.tl {
|
|
1649
1411
|
border-top: 5px solid black;
|
|
@@ -1670,33 +1432,114 @@ a img.aligncenter {
|
|
|
1670
1432
|
background-position: right top, right bottom, left bottom, left top;
|
|
1671
1433
|
}
|
|
1672
1434
|
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
border-
|
|
1678
|
-
}
|
|
1679
|
-
#catlist a:hover {
|
|
1680
|
-
background-color: white;
|
|
1435
|
+
#header {
|
|
1436
|
+
width: 100%;
|
|
1437
|
+
height: 60px;
|
|
1438
|
+
background-color: #031F2B;
|
|
1439
|
+
border-bottom: 1px solid #eee;;
|
|
1681
1440
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1441
|
+
.sideBelow {
|
|
1442
|
+
width: 100%;
|
|
1443
|
+
height: 100%;
|
|
1444
|
+
background-color: #031F2B;
|
|
1685
1445
|
}
|
|
1446
|
+
.wrapperBody {
|
|
1447
|
+
display: -webkit-flex;
|
|
1448
|
+
display: -ms-flexbox;
|
|
1449
|
+
display: flex;
|
|
1686
1450
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1451
|
+
-webkit-flex-flow: row nowrap;
|
|
1452
|
+
-ms-flex-flow: row nowrap;
|
|
1453
|
+
flex-flow: row nowrap;
|
|
1454
|
+
|
|
1455
|
+
padding: 0;
|
|
1456
|
+
background: #031F2B;
|
|
1457
|
+
|
|
1458
|
+
-ms-flex-pack: justify;
|
|
1459
|
+
height: calc( 100vh - 60px);
|
|
1689
1460
|
}
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
width: 100% !important;
|
|
1693
|
-
position: absolute !important;
|
|
1694
|
-
height: 100% !important;
|
|
1695
|
-
left: 0 !important;
|
|
1696
|
-
top: 0 !important;
|
|
1697
|
-
opacity: 0;
|
|
1698
|
-
border: 1px solid red;
|
|
1699
|
-
z-index: 10;
|
|
1461
|
+
.sidebar {
|
|
1462
|
+
order: 0;
|
|
1700
1463
|
|
|
1464
|
+
display: block;
|
|
1465
|
+
padding: 0;
|
|
1466
|
+
margin: 0;
|
|
1467
|
+
background: #bbb;
|
|
1468
|
+
|
|
1469
|
+
-webkit-flex: 0 0 329px;
|
|
1470
|
+
-ms-flex: 0 0 329px;
|
|
1471
|
+
flex: 0 0 240px;
|
|
1472
|
+
border-right: 1px solid #eee;
|
|
1473
|
+
width: 25%;
|
|
1474
|
+
}
|
|
1475
|
+
.mainContent{
|
|
1476
|
+
width: calc(100vh-230);
|
|
1477
|
+
flex: 0 0 900px;
|
|
1478
|
+
flex-grow: 1;
|
|
1479
|
+
}
|
|
1480
|
+
.sidebarContent {
|
|
1481
|
+
height: 100%;
|
|
1482
|
+
background: #031F2B;
|
|
1483
|
+
/* margin: 10px;
|
|
1484
|
+
border: 1px solid #dfdfdf; */
|
|
1485
|
+
color: white;
|
|
1701
1486
|
}
|
|
1487
|
+
.sidebarHeader{
|
|
1488
|
+
display: flex;
|
|
1489
|
+
align-items: center;
|
|
1490
|
+
padding: 16px;
|
|
1491
|
+
}
|
|
1492
|
+
.sidebar-icon{
|
|
1493
|
+
width: 1.25em;
|
|
1494
|
+
height: 1.25em;
|
|
1495
|
+
margin-right: 16px;
|
|
1496
|
+
cursor: pointer;
|
|
1497
|
+
user-select: none;
|
|
1498
|
+
float: right;
|
|
1702
1499
|
|
|
1500
|
+
}
|
|
1501
|
+
.sidebar-logo{
|
|
1502
|
+
font-size: 16px;
|
|
1503
|
+
float: left;
|
|
1504
|
+
color: white;
|
|
1505
|
+
margin-top: 27px;
|
|
1506
|
+
}
|
|
1507
|
+
.Sidebar-items{
|
|
1508
|
+
display: flex;
|
|
1509
|
+
flex-direction: column;
|
|
1510
|
+
padding: 0 8px;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.Sidebar-items .item:hover{
|
|
1514
|
+
background-color: rgba(246, 242, 242, 0.1);
|
|
1515
|
+
|
|
1516
|
+
}
|
|
1517
|
+
.Sidebar-items .item{
|
|
1518
|
+
display: flex;
|
|
1519
|
+
align-items: center;
|
|
1520
|
+
padding: 16px 8px;
|
|
1521
|
+
border-radius: 5px;
|
|
1522
|
+
transition: background-color 0.2s;
|
|
1523
|
+
cursor: pointer;
|
|
1524
|
+
}
|
|
1525
|
+
.sidebar .collapsed{
|
|
1526
|
+
width: 20px;
|
|
1527
|
+
|
|
1528
|
+
}
|
|
1529
|
+
.sidebar .collapsed .sidebar-icon{
|
|
1530
|
+
margin-right: 0;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.collapsedHide {
|
|
1534
|
+
display: none;
|
|
1535
|
+
}
|
|
1536
|
+
.sidebar-text{
|
|
1537
|
+
color: white;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.itemLabel{
|
|
1541
|
+
padding-left: 10px;
|
|
1542
|
+
}
|
|
1543
|
+
#catlist a { display: inline-block; padding: 10px; border-radius: 10px; }
|
|
1544
|
+
#catlist a:hover { background-color: white; }
|
|
1545
|
+
#catlist a.selected { background-color: #444; color: #ddd; }
|