@nyris/nyris-webapp 0.3.4 → 0.3.9
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.9800bdc87f5a2c5d6d8a5d1a5287598f.js → precache-manifest.a97813497ab8d37548141e5e2618d0dc.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.0481043c.chunk.css +2 -0
- package/build/static/css/main.0481043c.chunk.css.map +1 -0
- package/build/static/js/2.6e13adbe.chunk.js +3 -0
- package/build/static/js/2.6e13adbe.chunk.js.LICENSE.txt +79 -0
- package/build/static/js/2.6e13adbe.chunk.js.map +1 -0
- package/build/static/js/main.f5da7aa4.chunk.js +2 -0
- package/build/static/js/main.f5da7aa4.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.test.tsx +49 -0
- package/src/App.tsx +242 -17
- package/src/AppMD.tsx +320 -0
- package/src/actions/nyrisAppActions.ts +76 -0
- package/src/actions/searchActions.ts +217 -0
- package/src/components/ExampleImages.tsx +17 -32
- package/src/components/Feedback.tsx +48 -87
- package/src/components/FiltersList.tsx +67 -0
- package/src/components/Header.tsx +17 -32
- package/src/components/Result.tsx +113 -186
- package/src/components/Sidebar.tsx +42 -0
- package/src/defaults.ts +3 -4
- package/src/epics/feedback.ts +59 -0
- package/src/epics/index.ts +154 -0
- package/src/epics/search.ts +164 -0
- package/src/epics/types.ts +12 -0
- 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 +415 -572
- package/src/index.tsx +191 -39
- package/src/types.ts +3 -42
- 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.29ddd567.chunk.js +0 -3
- package/build/static/js/2.29ddd567.chunk.js.LICENSE.txt +0 -124
- package/build/static/js/2.29ddd567.chunk.js.map +0 -1
- package/build/static/js/main.c35ded37.chunk.js +0 -2
- package/build/static/js/main.c35ded37.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 -270
- package/src/Store/Store.ts +0 -53
- 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 -38
- 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/results/ItemResult.tsx +0 -155
- package/src/components/search/ListSearch.tsx +0 -209
- package/src/modules/LandingPage/App.tsx +0 -318
- package/src/modules/LandingPage/AppMD.tsx +0 -399
- package/src/modules/LandingPage/common.scss +0 -1304
- package/src/modules/LandingPage/index.tsx +0 -193
- package/src/modules/LandingPage/indexNewVersion.tsx +0 -110
- package/src/modules/LandingPage/propsType.ts +0 -43
- 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 -468
- package/src/services/Feedback.ts +0 -65
- package/src/services/findByImage.ts +0 -24
- package/src/services/findRegionsCustom.ts +0 -15
- package/src/services/image.ts +0 -107
- package/src/services/nyris.ts +0 -123
- package/src/services/session.ts +0 -20
- package/src/services/types.ts +0 -82
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,22 +535,21 @@ 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 {
|
|
@@ -793,17 +558,18 @@ a img.aligncenter {
|
|
|
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,7 @@ a img.aligncenter {
|
|
|
882
648
|
-webkit-box-pack: center;
|
|
883
649
|
-ms-flex-pack: center;
|
|
884
650
|
justify-content: center;
|
|
651
|
+
margin-top: 50px;
|
|
885
652
|
}
|
|
886
653
|
.dragAndDropActionArea:focus {
|
|
887
654
|
outline: 0;
|
|
@@ -891,25 +658,25 @@ a img.aligncenter {
|
|
|
891
658
|
-webkit-box-flex: 1;
|
|
892
659
|
-ms-flex: 1 100%;
|
|
893
660
|
flex: 1 100%;
|
|
894
|
-
overflow: hidden
|
|
661
|
+
overflow: hidden
|
|
895
662
|
}
|
|
896
663
|
|
|
897
664
|
.uploadImage {
|
|
898
665
|
min-height: 120px;
|
|
899
666
|
border-radius: 12px;
|
|
900
|
-
border: 4px dashed rgba(255, 255, 255,
|
|
667
|
+
border: 4px dashed rgba(255, 255, 255, .12);
|
|
901
668
|
padding: 12vh 0;
|
|
902
669
|
text-align: center;
|
|
903
670
|
font-size: 22px;
|
|
904
|
-
color: rgba(251, 253, 254,
|
|
671
|
+
color: rgba(251, 253, 254, .54);
|
|
905
672
|
display: block;
|
|
906
|
-
-webkit-transition: all
|
|
907
|
-
transition: all
|
|
673
|
+
-webkit-transition: all .2s ease;
|
|
674
|
+
transition: all .2s ease
|
|
908
675
|
}
|
|
909
676
|
|
|
910
677
|
@media only screen and (max-height: 610px) {
|
|
911
678
|
.uploadImage {
|
|
912
|
-
padding: 30px 0
|
|
679
|
+
padding: 30px 0
|
|
913
680
|
}
|
|
914
681
|
}
|
|
915
682
|
|
|
@@ -917,18 +684,18 @@ a img.aligncenter {
|
|
|
917
684
|
.uploadImage {
|
|
918
685
|
padding: 10vh 0;
|
|
919
686
|
border: 0;
|
|
920
|
-
height: 70vh
|
|
687
|
+
height: 70vh
|
|
921
688
|
}
|
|
922
689
|
}
|
|
923
690
|
|
|
924
691
|
.uploadImage .smallText {
|
|
925
692
|
font-size: 14px;
|
|
926
|
-
color: rgba(251, 253, 254,
|
|
927
|
-
margin: 8px auto 17px
|
|
693
|
+
color: rgba(251, 253, 254, .38);
|
|
694
|
+
margin: 8px auto 17px
|
|
928
695
|
}
|
|
929
696
|
|
|
930
697
|
.fileIsHover .uploadImage {
|
|
931
|
-
border: 4px dashed rgba(255, 255, 255,
|
|
698
|
+
border: 4px dashed rgba(255, 255, 255, .38)
|
|
932
699
|
}
|
|
933
700
|
|
|
934
701
|
.mobileUploadHandler {
|
|
@@ -938,33 +705,33 @@ a img.aligncenter {
|
|
|
938
705
|
top: 70px;
|
|
939
706
|
right: 0;
|
|
940
707
|
height: 100px;
|
|
941
|
-
left: 0
|
|
708
|
+
left: 0
|
|
942
709
|
}
|
|
943
710
|
|
|
944
711
|
.inputfile {
|
|
945
|
-
width:
|
|
946
|
-
height:
|
|
712
|
+
width: .1px;
|
|
713
|
+
height: .1px;
|
|
947
714
|
opacity: 0;
|
|
948
715
|
overflow: hidden;
|
|
949
716
|
position: absolute;
|
|
950
|
-
z-index: -1
|
|
717
|
+
z-index: -1
|
|
951
718
|
}
|
|
952
719
|
|
|
953
720
|
.useExampleImg {
|
|
954
|
-
color: rgba(255, 255, 255,
|
|
721
|
+
color: rgba(255, 255, 255, .38);
|
|
955
722
|
font-size: 14px;
|
|
956
|
-
margin-top: 30px
|
|
723
|
+
margin-top: 30px
|
|
957
724
|
}
|
|
958
725
|
|
|
959
726
|
@media only screen and (max-width: 530px) {
|
|
960
727
|
.fileIsHover .uploadImage {
|
|
961
|
-
border: 0
|
|
728
|
+
border: 0
|
|
962
729
|
}
|
|
963
730
|
|
|
964
731
|
.useExampleImg {
|
|
965
732
|
position: absolute;
|
|
966
733
|
bottom: -20px;
|
|
967
|
-
width: 102
|
|
734
|
+
width: 102%
|
|
968
735
|
}
|
|
969
736
|
}
|
|
970
737
|
|
|
@@ -973,53 +740,52 @@ a img.aligncenter {
|
|
|
973
740
|
width: 100%;
|
|
974
741
|
overflow: auto;
|
|
975
742
|
-webkit-overflow-scrolling: touch;
|
|
976
|
-
padding-bottom: 20px
|
|
743
|
+
padding-bottom: 20px
|
|
977
744
|
}
|
|
978
745
|
|
|
979
746
|
.useExampleImg .exampleImages .exImagesWrap {
|
|
980
|
-
white-space: nowrap
|
|
747
|
+
white-space: nowrap
|
|
981
748
|
}
|
|
982
749
|
|
|
983
750
|
.useExampleImg .exampleImages img {
|
|
984
|
-
opacity:
|
|
751
|
+
opacity: .54;
|
|
985
752
|
width: 86px;
|
|
986
753
|
height: 86px;
|
|
987
754
|
border-radius: 3px;
|
|
988
755
|
margin-right: 4px;
|
|
989
|
-
vertical-align: bottom
|
|
756
|
+
vertical-align: bottom
|
|
990
757
|
}
|
|
991
758
|
|
|
992
759
|
.useExampleImg .exampleImages img:hover {
|
|
993
760
|
cursor: pointer;
|
|
994
|
-
opacity: 1
|
|
761
|
+
opacity: 1
|
|
995
762
|
}
|
|
996
763
|
|
|
997
764
|
.camIcon {
|
|
998
|
-
margin-bottom: 15px
|
|
765
|
+
margin-bottom: 15px
|
|
999
766
|
}
|
|
1000
767
|
|
|
1001
|
-
@media (pointer:
|
|
768
|
+
@media (pointer:fine) {
|
|
1002
769
|
.onMobile {
|
|
1003
|
-
display: none
|
|
770
|
+
display: none
|
|
1004
771
|
}
|
|
1005
772
|
}
|
|
1006
773
|
|
|
1007
|
-
@media (pointer:
|
|
774
|
+
@media (pointer:none) or (pointer:coarse) {
|
|
1008
775
|
.onDesktop {
|
|
1009
|
-
display: none
|
|
776
|
+
display: none
|
|
1010
777
|
}
|
|
1011
778
|
}
|
|
1012
779
|
|
|
1013
|
-
.tryDifferent .icIcon,
|
|
1014
|
-
.tryDifferent .textDesc {
|
|
780
|
+
.tryDifferent .icIcon, .tryDifferent .textDesc {
|
|
1015
781
|
display: inline-block;
|
|
1016
|
-
vertical-align: top
|
|
782
|
+
vertical-align: top
|
|
1017
783
|
}
|
|
1018
784
|
|
|
1019
785
|
.tryDifferent {
|
|
1020
786
|
position: absolute;
|
|
1021
787
|
bottom: 0px;
|
|
1022
|
-
left:
|
|
788
|
+
left: 45%;
|
|
1023
789
|
transform: translateX(-50%);
|
|
1024
790
|
width: 18.5%;
|
|
1025
791
|
height: 90px;
|
|
@@ -1027,7 +793,7 @@ a img.aligncenter {
|
|
|
1027
793
|
padding: 25px 15px;
|
|
1028
794
|
z-index: 9997;
|
|
1029
795
|
border-radius: 3px 3px 0 0;
|
|
1030
|
-
background: #
|
|
796
|
+
background: #4C8F9F;
|
|
1031
797
|
font-size: 14px;
|
|
1032
798
|
color: #fff;
|
|
1033
799
|
max-width: 240px;
|
|
@@ -1039,19 +805,19 @@ a img.aligncenter {
|
|
|
1039
805
|
|
|
1040
806
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
1041
807
|
.tryDifferent {
|
|
1042
|
-
width: 23.5
|
|
808
|
+
width: 23.5%
|
|
1043
809
|
}
|
|
1044
810
|
}
|
|
1045
811
|
|
|
1046
812
|
@media only screen and (min-width: 750px) and (max-width: 900px) {
|
|
1047
813
|
.tryDifferent {
|
|
1048
|
-
width: 31.8
|
|
814
|
+
width: 31.8%
|
|
1049
815
|
}
|
|
1050
816
|
}
|
|
1051
817
|
|
|
1052
818
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
1053
819
|
.tryDifferent {
|
|
1054
|
-
width: 48.5
|
|
820
|
+
width: 48.5%
|
|
1055
821
|
}
|
|
1056
822
|
}
|
|
1057
823
|
|
|
@@ -1059,23 +825,23 @@ a img.aligncenter {
|
|
|
1059
825
|
.tryDifferent {
|
|
1060
826
|
width: 80%;
|
|
1061
827
|
margin-bottom: -13px;
|
|
1062
|
-
padding-top: 20px
|
|
828
|
+
padding-top: 20px
|
|
1063
829
|
}
|
|
1064
830
|
}
|
|
1065
831
|
|
|
1066
832
|
.tryDifferent .icIcon {
|
|
1067
833
|
width: 22px;
|
|
1068
834
|
height: 18px;
|
|
1069
|
-
background: url(
|
|
1070
|
-
margin-right: 10px
|
|
835
|
+
background: url(images/ic_cam.svg) no-repeat;
|
|
836
|
+
margin-right: 10px
|
|
1071
837
|
}
|
|
1072
838
|
|
|
1073
839
|
.no-svg .tryDifferent .icIcon {
|
|
1074
|
-
background: url(
|
|
840
|
+
background: url(images/ic_cam.png) no-repeat
|
|
1075
841
|
}
|
|
1076
842
|
|
|
1077
843
|
.tryDifferent:hover {
|
|
1078
|
-
cursor: pointer
|
|
844
|
+
cursor: pointer
|
|
1079
845
|
}
|
|
1080
846
|
|
|
1081
847
|
.resultsTitle {
|
|
@@ -1083,7 +849,7 @@ a img.aligncenter {
|
|
|
1083
849
|
-webkit-transform: translateY(20px);
|
|
1084
850
|
-ms-transform: translateY(20px);
|
|
1085
851
|
transform: translateY(20px);
|
|
1086
|
-
margin-top: 3
|
|
852
|
+
margin-top: 3%
|
|
1087
853
|
}
|
|
1088
854
|
|
|
1089
855
|
.results {
|
|
@@ -1092,6 +858,10 @@ a img.aligncenter {
|
|
|
1092
858
|
.results.resultsActive {
|
|
1093
859
|
height: auto;
|
|
1094
860
|
min-height: 90vh;
|
|
861
|
+
margin-top: 100px;
|
|
862
|
+
}
|
|
863
|
+
.hideResults{
|
|
864
|
+
display: none;
|
|
1095
865
|
}
|
|
1096
866
|
|
|
1097
867
|
.results .wrapper {
|
|
@@ -1102,7 +872,7 @@ a img.aligncenter {
|
|
|
1102
872
|
|
|
1103
873
|
@media only screen and (max-width: 530px) {
|
|
1104
874
|
.results .wrapper {
|
|
1105
|
-
width: 96
|
|
875
|
+
width: 96%
|
|
1106
876
|
}
|
|
1107
877
|
}
|
|
1108
878
|
|
|
@@ -1115,28 +885,28 @@ a img.aligncenter {
|
|
|
1115
885
|
bottom: 0;
|
|
1116
886
|
background: #e7eaee;
|
|
1117
887
|
z-index: 3;
|
|
1118
|
-
border-radius: 3px
|
|
888
|
+
border-radius: 3px
|
|
1119
889
|
}
|
|
1120
890
|
|
|
1121
891
|
@-webkit-keyframes spin {
|
|
1122
892
|
0% {
|
|
1123
893
|
-webkit-transform: rotate(0);
|
|
1124
|
-
transform: rotate(0)
|
|
894
|
+
transform: rotate(0)
|
|
1125
895
|
}
|
|
1126
896
|
100% {
|
|
1127
897
|
-webkit-transform: rotate(360deg);
|
|
1128
|
-
transform: rotate(360deg)
|
|
898
|
+
transform: rotate(360deg)
|
|
1129
899
|
}
|
|
1130
900
|
}
|
|
1131
901
|
|
|
1132
902
|
@keyframes spin {
|
|
1133
903
|
0% {
|
|
1134
904
|
-webkit-transform: rotate(0);
|
|
1135
|
-
transform: rotate(0)
|
|
905
|
+
transform: rotate(0)
|
|
1136
906
|
}
|
|
1137
907
|
100% {
|
|
1138
908
|
-webkit-transform: rotate(360deg);
|
|
1139
|
-
transform: rotate(360deg)
|
|
909
|
+
transform: rotate(360deg)
|
|
1140
910
|
}
|
|
1141
911
|
}
|
|
1142
912
|
|
|
@@ -1149,60 +919,60 @@ a img.aligncenter {
|
|
|
1149
919
|
border-radius: 50%;
|
|
1150
920
|
width: 24px;
|
|
1151
921
|
height: 24px;
|
|
1152
|
-
border:
|
|
1153
|
-
border-top-color: rgba(3, 31, 43,
|
|
922
|
+
border: .25rem solid rgba(0, 0, 0, .12);
|
|
923
|
+
border-top-color: rgba(3, 31, 43, .6);
|
|
1154
924
|
-webkit-animation: spin 1s infinite linear;
|
|
1155
|
-
animation: spin 1s infinite linear
|
|
925
|
+
animation: spin 1s infinite linear
|
|
1156
926
|
}
|
|
1157
927
|
|
|
1158
928
|
.prdctItem {
|
|
1159
929
|
width: 18.5%;
|
|
1160
|
-
margin: 0
|
|
930
|
+
margin: 0 .75% 2%;
|
|
1161
931
|
float: left;
|
|
1162
|
-
background: #
|
|
932
|
+
background: #FBFDFE;
|
|
1163
933
|
border-radius: 3px;
|
|
1164
934
|
overflow: hidden;
|
|
1165
|
-
box-shadow: 0 1px 3px rgba(3, 31, 43,
|
|
935
|
+
box-shadow: 0 1px 3px rgba(3, 31, 43, .2);
|
|
1166
936
|
font-size: 14px;
|
|
1167
|
-
line-height: 1.3
|
|
937
|
+
line-height: 1.3
|
|
1168
938
|
}
|
|
1169
939
|
|
|
1170
940
|
@media only screen and (min-width: 1120px) {
|
|
1171
|
-
.prdctItem:visible:nth-of-type(5n
|
|
1172
|
-
clear: both
|
|
941
|
+
.prdctItem:visible:nth-of-type(5n+6) {
|
|
942
|
+
clear: both
|
|
1173
943
|
}
|
|
1174
944
|
}
|
|
1175
945
|
|
|
1176
946
|
@media only screen and (min-width: 900px) and (max-width: 1120px) {
|
|
1177
947
|
.prdctItem {
|
|
1178
948
|
width: 23.5%;
|
|
1179
|
-
margin: 0
|
|
949
|
+
margin: 0 .75% 3%
|
|
1180
950
|
}
|
|
1181
951
|
|
|
1182
|
-
.prdctItem:visible:nth-of-type(4n
|
|
1183
|
-
clear: both
|
|
952
|
+
.prdctItem:visible:nth-of-type(4n+5) {
|
|
953
|
+
clear: both
|
|
1184
954
|
}
|
|
1185
955
|
}
|
|
1186
956
|
|
|
1187
957
|
@media only screen and (min-width: 750px) and (max-width: 900px) {
|
|
1188
958
|
.prdctItem {
|
|
1189
959
|
width: 31.8%;
|
|
1190
|
-
margin: 0
|
|
960
|
+
margin: 0 .75% 3%
|
|
1191
961
|
}
|
|
1192
962
|
|
|
1193
|
-
.prdctItem:visible:nth-of-type(3n
|
|
1194
|
-
clear: both
|
|
963
|
+
.prdctItem:visible:nth-of-type(3n+4) {
|
|
964
|
+
clear: both
|
|
1195
965
|
}
|
|
1196
966
|
}
|
|
1197
967
|
|
|
1198
968
|
@media only screen and (min-width: 530px) and (max-width: 750px) {
|
|
1199
969
|
.prdctItem {
|
|
1200
970
|
width: 48.5%;
|
|
1201
|
-
margin: 0
|
|
971
|
+
margin: 0 .75% 3%
|
|
1202
972
|
}
|
|
1203
973
|
|
|
1204
|
-
.prdctItem:visible:nth-of-type(2n
|
|
1205
|
-
clear: both
|
|
974
|
+
.prdctItem:visible:nth-of-type(2n+3) {
|
|
975
|
+
clear: both
|
|
1206
976
|
}
|
|
1207
977
|
}
|
|
1208
978
|
|
|
@@ -1210,19 +980,19 @@ a img.aligncenter {
|
|
|
1210
980
|
position: relative;
|
|
1211
981
|
background: #fff;
|
|
1212
982
|
text-align: center;
|
|
1213
|
-
border-bottom: 1px solid rgba(3, 31, 43,
|
|
983
|
+
border-bottom: 1px solid rgba(3, 31, 43, .12)
|
|
1214
984
|
}
|
|
1215
985
|
|
|
1216
986
|
@media only screen and (max-width: 530px) {
|
|
1217
987
|
.prdctItem {
|
|
1218
988
|
width: 100%;
|
|
1219
|
-
margin: 0 0 4
|
|
989
|
+
margin: 0 0 4%
|
|
1220
990
|
}
|
|
1221
991
|
|
|
1222
992
|
.multipleProducts .prdctItem .prdctImg {
|
|
1223
993
|
float: left;
|
|
1224
994
|
width: 25%;
|
|
1225
|
-
border-bottom: 0
|
|
995
|
+
border-bottom: 0
|
|
1226
996
|
}
|
|
1227
997
|
}
|
|
1228
998
|
|
|
@@ -1231,7 +1001,7 @@ a img.aligncenter {
|
|
|
1231
1001
|
display: block;
|
|
1232
1002
|
width: 100%;
|
|
1233
1003
|
padding-bottom: 100%;
|
|
1234
|
-
position: relative
|
|
1004
|
+
position: relative
|
|
1235
1005
|
}
|
|
1236
1006
|
|
|
1237
1007
|
.prdctItem .prdctImg .imgWrap {
|
|
@@ -1239,7 +1009,7 @@ a img.aligncenter {
|
|
|
1239
1009
|
top: 9%;
|
|
1240
1010
|
right: 9%;
|
|
1241
1011
|
bottom: 9%;
|
|
1242
|
-
left: 9
|
|
1012
|
+
left: 9%
|
|
1243
1013
|
}
|
|
1244
1014
|
|
|
1245
1015
|
.prdctItem .prdctImg img {
|
|
@@ -1251,11 +1021,11 @@ a img.aligncenter {
|
|
|
1251
1021
|
max-width: 100%;
|
|
1252
1022
|
max-height: 100%;
|
|
1253
1023
|
margin: auto;
|
|
1254
|
-
vertical-align: middle
|
|
1024
|
+
vertical-align: middle
|
|
1255
1025
|
}
|
|
1256
1026
|
|
|
1257
1027
|
.prdctItem .prdctDetailsWrap {
|
|
1258
|
-
padding: 8% 9
|
|
1028
|
+
padding: 8% 9%
|
|
1259
1029
|
}
|
|
1260
1030
|
|
|
1261
1031
|
@media only screen and (max-width: 530px) {
|
|
@@ -1263,29 +1033,29 @@ a img.aligncenter {
|
|
|
1263
1033
|
float: left;
|
|
1264
1034
|
width: 75%;
|
|
1265
1035
|
padding: 4%;
|
|
1266
|
-
border-left: 1px solid rgba(3, 31, 43,
|
|
1036
|
+
border-left: 1px solid rgba(3, 31, 43, .12)
|
|
1267
1037
|
}
|
|
1268
1038
|
|
|
1269
1039
|
.feedback {
|
|
1270
|
-
text-align: center
|
|
1040
|
+
text-align: center
|
|
1271
1041
|
}
|
|
1272
1042
|
}
|
|
1273
1043
|
|
|
1274
1044
|
.prdctItem .prdctDetailsWrap .prdctTitle {
|
|
1275
|
-
color: #
|
|
1045
|
+
color: #031F2B
|
|
1276
1046
|
}
|
|
1277
1047
|
|
|
1278
1048
|
.prdctItem .prdctDetailsWrap .prdctMeta {
|
|
1279
|
-
margin: 10px 0
|
|
1049
|
+
margin: 10px 0
|
|
1280
1050
|
}
|
|
1281
1051
|
|
|
1282
1052
|
.prdctItem .prdctDetailsWrap .prdctMeta .prdctPrice {
|
|
1283
1053
|
font-weight: 700;
|
|
1284
|
-
color: #
|
|
1054
|
+
color: #031F2B
|
|
1285
1055
|
}
|
|
1286
1056
|
|
|
1287
1057
|
.prdctItem .prdctDetailsWrap .prdctShipping {
|
|
1288
|
-
margin-bottom: 10px
|
|
1058
|
+
margin-bottom: 10px
|
|
1289
1059
|
}
|
|
1290
1060
|
|
|
1291
1061
|
.prdctItem .prdctDetailsWrap .prdctShopLink {
|
|
@@ -1295,26 +1065,22 @@ a img.aligncenter {
|
|
|
1295
1065
|
text-transform: uppercase;
|
|
1296
1066
|
font-size: 13px;
|
|
1297
1067
|
border-radius: 3px;
|
|
1298
|
-
background: url(
|
|
1299
|
-
|
|
1300
|
-
border: 1px solid rgba(3, 31, 43, 0.12);
|
|
1068
|
+
background: url(images/ic_shopNowLight.svg) 10px 50% no-repeat #FBFDFE;
|
|
1069
|
+
border: 1px solid rgba(3, 31, 43, .12)
|
|
1301
1070
|
}
|
|
1302
1071
|
|
|
1303
1072
|
.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink {
|
|
1304
|
-
background: url(
|
|
1305
|
-
#fbfdfe;
|
|
1073
|
+
background: url(images/ic_shopNowLight.png) 10px 50% no-repeat #FBFDFE
|
|
1306
1074
|
}
|
|
1307
1075
|
|
|
1308
1076
|
.prdctItem .prdctDetailsWrap .prdctShopLink:hover {
|
|
1309
|
-
background: url(
|
|
1310
|
-
#4c8f9f;
|
|
1077
|
+
background: url(images/ic_shopNow.svg) 10px 50% no-repeat #4C8F9F;
|
|
1311
1078
|
border: 1px solid #4c8f9f;
|
|
1312
|
-
color: #
|
|
1079
|
+
color: #FBFDFE
|
|
1313
1080
|
}
|
|
1314
1081
|
|
|
1315
1082
|
.no-svg .prdctItem .prdctDetailsWrap .prdctShopLink:hover {
|
|
1316
|
-
background: url(
|
|
1317
|
-
#4c8f9f;
|
|
1083
|
+
background: url(images/ic_shopNow.png) 10px 50% no-repeat #4C8F9F
|
|
1318
1084
|
}
|
|
1319
1085
|
|
|
1320
1086
|
@media only screen and (min-width: 530px) {
|
|
@@ -1323,14 +1089,14 @@ a img.aligncenter {
|
|
|
1323
1089
|
display: block;
|
|
1324
1090
|
margin: 0 auto 4%;
|
|
1325
1091
|
float: none;
|
|
1326
|
-
position: relative
|
|
1092
|
+
position: relative
|
|
1327
1093
|
}
|
|
1328
1094
|
|
|
1329
1095
|
.singleProduct .prdctItem .prdctImg {
|
|
1330
1096
|
float: left;
|
|
1331
1097
|
width: 50%;
|
|
1332
1098
|
border-bottom: 0;
|
|
1333
|
-
border-right: 1px solid rgba(3, 31, 43,
|
|
1099
|
+
border-right: 1px solid rgba(3, 31, 43, .12)
|
|
1334
1100
|
}
|
|
1335
1101
|
|
|
1336
1102
|
.singleProduct .prdctItem .prdctDetailsWrap {
|
|
@@ -1349,29 +1115,28 @@ a img.aligncenter {
|
|
|
1349
1115
|
-ms-flex-align: center;
|
|
1350
1116
|
align-items: center;
|
|
1351
1117
|
-ms-flex-wrap: wrap;
|
|
1352
|
-
flex-wrap: wrap
|
|
1118
|
+
flex-wrap: wrap
|
|
1353
1119
|
}
|
|
1354
1120
|
}
|
|
1355
1121
|
|
|
1356
|
-
.feedback .btn,
|
|
1357
|
-
|
|
1358
|
-
border: 1px solid rgba(251, 253, 254, 0.12);
|
|
1122
|
+
.feedback .btn, .feedback .btn.primary {
|
|
1123
|
+
border: 1px solid rgba(251, 253, 254, .12)
|
|
1359
1124
|
}
|
|
1360
1125
|
|
|
1361
1126
|
.footnote .wrapper {
|
|
1362
1127
|
padding: 30px 0 6px;
|
|
1363
1128
|
font-size: 12px;
|
|
1364
|
-
color: rgba(3, 31, 43,
|
|
1365
|
-
text-align: center
|
|
1129
|
+
color: rgba(3, 31, 43, .38);
|
|
1130
|
+
text-align: center
|
|
1366
1131
|
}
|
|
1367
1132
|
|
|
1368
1133
|
.footnote .wrapper a {
|
|
1369
|
-
color: rgba(3, 31, 43,
|
|
1370
|
-
font-weight: 400
|
|
1134
|
+
color: rgba(3, 31, 43, .38);
|
|
1135
|
+
font-weight: 400
|
|
1371
1136
|
}
|
|
1372
1137
|
|
|
1373
1138
|
.footnote .wrapper a:hover {
|
|
1374
|
-
color: rgba(3, 31, 43,
|
|
1139
|
+
color: rgba(3, 31, 43, .54)
|
|
1375
1140
|
}
|
|
1376
1141
|
|
|
1377
1142
|
.feedback {
|
|
@@ -1381,25 +1146,25 @@ a img.aligncenter {
|
|
|
1381
1146
|
left: 0;
|
|
1382
1147
|
transform: translateY(100%);
|
|
1383
1148
|
opacity: 0;
|
|
1384
|
-
background: #
|
|
1149
|
+
background: #031F2B;
|
|
1385
1150
|
z-index: 9999;
|
|
1386
1151
|
font-size: 14px;
|
|
1387
|
-
color: rgba(251, 253, 254,
|
|
1152
|
+
color: rgba(251, 253, 254, .54)
|
|
1388
1153
|
}
|
|
1389
1154
|
|
|
1390
1155
|
.feedback .wrapper {
|
|
1391
|
-
padding: 15px 0
|
|
1156
|
+
padding: 15px 0
|
|
1392
1157
|
}
|
|
1393
1158
|
|
|
1394
1159
|
.feedback p {
|
|
1395
1160
|
display: inline-block;
|
|
1396
|
-
margin: 0 10px 0 0
|
|
1161
|
+
margin: 0 10px 0 0
|
|
1397
1162
|
}
|
|
1398
1163
|
|
|
1399
1164
|
@media only screen and (max-width: 530px) {
|
|
1400
1165
|
.feedback p {
|
|
1401
1166
|
display: block;
|
|
1402
|
-
margin-bottom: 15px
|
|
1167
|
+
margin-bottom: 15px
|
|
1403
1168
|
}
|
|
1404
1169
|
}
|
|
1405
1170
|
|
|
@@ -1408,50 +1173,50 @@ a img.aligncenter {
|
|
|
1408
1173
|
padding: 10px 25px;
|
|
1409
1174
|
display: inline-block;
|
|
1410
1175
|
height: auto;
|
|
1411
|
-
margin: 0 4px
|
|
1176
|
+
margin: 0 4px
|
|
1412
1177
|
}
|
|
1413
1178
|
|
|
1414
1179
|
.feedback .btn.primary {
|
|
1415
1180
|
background: 0 0;
|
|
1416
|
-
color: rgba(251, 253, 254,
|
|
1181
|
+
color: rgba(251, 253, 254, .54)
|
|
1417
1182
|
}
|
|
1418
1183
|
|
|
1419
1184
|
.feedback .btn.primary:hover {
|
|
1420
1185
|
background: #4c8f9f;
|
|
1421
1186
|
border: 1px solid rgba(251, 253, 254, 0);
|
|
1422
|
-
color: #fff
|
|
1187
|
+
color: #fff
|
|
1423
1188
|
}
|
|
1424
1189
|
|
|
1425
1190
|
.feedback .btn.secondary {
|
|
1426
|
-
background: 0 0
|
|
1191
|
+
background: 0 0
|
|
1427
1192
|
}
|
|
1428
1193
|
|
|
1429
1194
|
.feedback .btn.secondary:hover {
|
|
1430
|
-
background: #
|
|
1195
|
+
background: #E31B5D;
|
|
1431
1196
|
border: 1px solid rgba(3, 31, 43, 0);
|
|
1432
|
-
color: #fff
|
|
1197
|
+
color: #fff
|
|
1433
1198
|
}
|
|
1434
1199
|
|
|
1435
1200
|
.feedback .btn.dismiss {
|
|
1436
1201
|
margin-top: 15px;
|
|
1437
|
-
color: rgba(251, 253, 254,
|
|
1202
|
+
color: rgba(251, 253, 254, .54)
|
|
1438
1203
|
}
|
|
1439
1204
|
|
|
1440
1205
|
.feedback .btn.dismiss:hover {
|
|
1441
1206
|
background: #4c8f9f;
|
|
1442
1207
|
border: 1px solid rgba(251, 253, 254, 0);
|
|
1443
|
-
color: #fff
|
|
1208
|
+
color: #fff
|
|
1444
1209
|
}
|
|
1445
1210
|
|
|
1446
1211
|
.feedback .btn:hover {
|
|
1447
|
-
cursor: pointer
|
|
1212
|
+
cursor: pointer
|
|
1448
1213
|
}
|
|
1449
1214
|
|
|
1450
1215
|
.feedback .closeFeedbackContainer {
|
|
1451
1216
|
position: absolute;
|
|
1452
1217
|
top: 0;
|
|
1453
1218
|
right: 0;
|
|
1454
|
-
bottom: 0
|
|
1219
|
+
bottom: 0
|
|
1455
1220
|
}
|
|
1456
1221
|
|
|
1457
1222
|
.feedback .closeFeedbackContainer .closeFeedback {
|
|
@@ -1463,16 +1228,16 @@ a img.aligncenter {
|
|
|
1463
1228
|
transform: translateY(-50%);
|
|
1464
1229
|
width: 30px;
|
|
1465
1230
|
height: 30px;
|
|
1466
|
-
background: url(
|
|
1231
|
+
background: url(images/ic_close_feedback.svg) 50% 50% no-repeat;
|
|
1467
1232
|
float: right;
|
|
1468
|
-
opacity:
|
|
1469
|
-
-webkit-transition: all
|
|
1470
|
-
transition: all
|
|
1233
|
+
opacity: .38;
|
|
1234
|
+
-webkit-transition: all .2s ease;
|
|
1235
|
+
transition: all .2s ease
|
|
1471
1236
|
}
|
|
1472
1237
|
|
|
1473
1238
|
.feedback .closeFeedbackContainer .closeFeedback:hover {
|
|
1474
1239
|
cursor: pointer;
|
|
1475
|
-
opacity: 1
|
|
1240
|
+
opacity: 1
|
|
1476
1241
|
}
|
|
1477
1242
|
|
|
1478
1243
|
.feedback .feedbackMessage {
|
|
@@ -1488,26 +1253,23 @@ a img.aligncenter {
|
|
|
1488
1253
|
top: 10px;
|
|
1489
1254
|
-webkit-transform: translateY(0);
|
|
1490
1255
|
-ms-transform: translateY(0);
|
|
1491
|
-
transform: translateY(0)
|
|
1256
|
+
transform: translateY(0)
|
|
1492
1257
|
}
|
|
1493
1258
|
|
|
1494
1259
|
.feedback .feedbackMessage {
|
|
1495
|
-
max-width: 95
|
|
1260
|
+
max-width: 95%
|
|
1496
1261
|
}
|
|
1497
1262
|
}
|
|
1498
1263
|
|
|
1499
|
-
.feedback .feedbackMessage span,
|
|
1500
|
-
|
|
1501
|
-
color: #4c8f9f;
|
|
1264
|
+
.feedback .feedbackMessage span, .feedback .feedbackMessage.positive {
|
|
1265
|
+
color: #4C8F9F
|
|
1502
1266
|
}
|
|
1503
1267
|
|
|
1504
|
-
.negativeFeedback .feedback .feedbackMessage.negative,
|
|
1505
|
-
|
|
1506
|
-
display: block;
|
|
1268
|
+
.negativeFeedback .feedback .feedbackMessage.negative, .positiveFeedback .feedback .feedbackMessage.positive {
|
|
1269
|
+
display: block
|
|
1507
1270
|
}
|
|
1508
1271
|
|
|
1509
|
-
.noscript,
|
|
1510
|
-
.oldBrowserHint {
|
|
1272
|
+
.noscript, .oldBrowserHint {
|
|
1511
1273
|
display: none;
|
|
1512
1274
|
text-align: center;
|
|
1513
1275
|
padding: 20% 5%;
|
|
@@ -1518,12 +1280,11 @@ a img.aligncenter {
|
|
|
1518
1280
|
bottom: 0;
|
|
1519
1281
|
left: 0;
|
|
1520
1282
|
color: #fff;
|
|
1521
|
-
background: #
|
|
1283
|
+
background: #031F2B
|
|
1522
1284
|
}
|
|
1523
1285
|
|
|
1524
|
-
.no-borderradius .oldBrowserHint,
|
|
1525
|
-
|
|
1526
|
-
display: block;
|
|
1286
|
+
.no-borderradius .oldBrowserHint, .no-opacity .oldBrowserHint {
|
|
1287
|
+
display: block
|
|
1527
1288
|
}
|
|
1528
1289
|
|
|
1529
1290
|
.prdctTitle {
|
|
@@ -1582,7 +1343,7 @@ a img.aligncenter {
|
|
|
1582
1343
|
height: 18px;
|
|
1583
1344
|
transform: translate(-9px, -9px);
|
|
1584
1345
|
background-color: white;
|
|
1585
|
-
border: 6px solid #
|
|
1346
|
+
border: 6px solid #4C8F9F;
|
|
1586
1347
|
position: absolute;
|
|
1587
1348
|
z-index: 4000;
|
|
1588
1349
|
}
|
|
@@ -1590,7 +1351,7 @@ a img.aligncenter {
|
|
|
1590
1351
|
.preview .circle span {
|
|
1591
1352
|
position: absolute;
|
|
1592
1353
|
background: rgba(0, 0, 0, 0.7);
|
|
1593
|
-
color: #
|
|
1354
|
+
color: #FFFFFF;
|
|
1594
1355
|
font-family: monospace;
|
|
1595
1356
|
font-size: 10px;
|
|
1596
1357
|
white-space: nowrap;
|
|
@@ -1626,9 +1387,9 @@ a img.aligncenter {
|
|
|
1626
1387
|
.selection_rect {
|
|
1627
1388
|
position: absolute;
|
|
1628
1389
|
background: linear-gradient(90deg, black 50%, white 50%),
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1390
|
+
linear-gradient(0deg, black 50%, white 50%),
|
|
1391
|
+
linear-gradient(90deg, black 50%, white 50%),
|
|
1392
|
+
linear-gradient(0deg, black 50%, white 50%);
|
|
1632
1393
|
background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
|
|
1633
1394
|
background-size: 15px 2px, 2px 15px, 15px 2px, 2px 15px;
|
|
1634
1395
|
background-position: left top, right top, left bottom, left top;
|
|
@@ -1636,14 +1397,14 @@ a img.aligncenter {
|
|
|
1636
1397
|
}
|
|
1637
1398
|
.selection_grip {
|
|
1638
1399
|
position: absolute;
|
|
1639
|
-
background: rgba(0,
|
|
1400
|
+
background: rgba(0,0,0,0.2);
|
|
1640
1401
|
width: 40px;
|
|
1641
1402
|
height: 40px;
|
|
1642
1403
|
}
|
|
1643
1404
|
.selection_grip:hover {
|
|
1644
1405
|
transition: background-color 100ms;
|
|
1645
1406
|
position: absolute;
|
|
1646
|
-
background-color: rgba(0,
|
|
1407
|
+
background-color: rgba(0,0,0,0.5);
|
|
1647
1408
|
}
|
|
1648
1409
|
.selection_grip.tl {
|
|
1649
1410
|
border-top: 5px solid black;
|
|
@@ -1670,33 +1431,115 @@ a img.aligncenter {
|
|
|
1670
1431
|
background-position: right top, right bottom, left bottom, left top;
|
|
1671
1432
|
}
|
|
1672
1433
|
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
border-
|
|
1678
|
-
}
|
|
1679
|
-
#catlist a:hover {
|
|
1680
|
-
background-color: white;
|
|
1434
|
+
#header {
|
|
1435
|
+
width: 100%;
|
|
1436
|
+
height: 60px;
|
|
1437
|
+
background-color: #031F2B;
|
|
1438
|
+
border-bottom: 1px solid #eee;;
|
|
1681
1439
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1440
|
+
.sideBelow {
|
|
1441
|
+
width: 100%;
|
|
1442
|
+
height: 100%;
|
|
1443
|
+
background-color: #031F2B;
|
|
1685
1444
|
}
|
|
1445
|
+
.wrapperBody {
|
|
1446
|
+
display: -webkit-flex;
|
|
1447
|
+
display: -ms-flexbox;
|
|
1448
|
+
display: flex;
|
|
1686
1449
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1450
|
+
-webkit-flex-flow: row nowrap;
|
|
1451
|
+
-ms-flex-flow: row nowrap;
|
|
1452
|
+
flex-flow: row nowrap;
|
|
1453
|
+
|
|
1454
|
+
padding: 0;
|
|
1455
|
+
background: #031F2B;
|
|
1456
|
+
|
|
1457
|
+
-ms-flex-pack: justify;
|
|
1458
|
+
height: calc( 100vh - 60px);
|
|
1689
1459
|
}
|
|
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;
|
|
1460
|
+
.sidebar {
|
|
1461
|
+
order: 0;
|
|
1700
1462
|
|
|
1463
|
+
display: block;
|
|
1464
|
+
padding: 0;
|
|
1465
|
+
margin: 0;
|
|
1466
|
+
background: #bbb;
|
|
1467
|
+
|
|
1468
|
+
-webkit-flex: 0 0 329px;
|
|
1469
|
+
-ms-flex: 0 0 329px;
|
|
1470
|
+
flex: 0 0 240px;
|
|
1471
|
+
border-right: 1px solid #eee;
|
|
1472
|
+
width: 25%;
|
|
1473
|
+
}
|
|
1474
|
+
.mainContent{
|
|
1475
|
+
width: calc(100vh-230);
|
|
1476
|
+
flex: 0 0 80%;
|
|
1477
|
+
flex-grow: 1;
|
|
1478
|
+
position: inherit;
|
|
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; }
|