welcome_css 0.31 → 0.36

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a365bff6330a1c6fff56987855c750a9205b0cb995606b65b984f429a3736c8
4
- data.tar.gz: d1e3cbb52da57ae2f5d0ed2f47386c4a42e9bbc6680e262ab688d181effd463a
3
+ metadata.gz: 11f325d1f3ae92d768b39575c79a650ec9b92276df653eb9e595abeab64fd4b0
4
+ data.tar.gz: 8ce250c403220533fcc01d643a28e278cf5436c51a8617bd0ea650b2f9455473
5
5
  SHA512:
6
- metadata.gz: 15657c6c360a3e308190bd958d34a7ace7d1a1af964dff9c57f2b4a8dce0b4b6a4373edc7f4f92a7d76076efbd7de3c421ac113674e1980f8e43bff03bb25e4b
7
- data.tar.gz: 4205dff1fe705ed2e463435aadfdb372bd94801a5e50bf911d7dc89a4f546ee3442901423aa9af5734edf91923ce75d1bb01d764992ee67190ed342a1e2c878f
6
+ metadata.gz: 2ca2eeaf01a130b67595247dd4c25ee874684b1a9874fbab83cf0f60dfd6ecd917fcffb4779c687e29bfb703668131b31e929f12add736c0be1ea909e2c152e0
7
+ data.tar.gz: 3d9673a3f0933dedc141ad26a2c4edf42bc6748e772bfbe222e046d5c06a1c19833755bfe8cf108eda48454b59b336e7d67517bc4b19252ceacd6d9a021fb12e
@@ -1,6 +1,38 @@
1
1
  /***************************************/
2
2
  /*GT Eesti*/
3
3
  /**************************************/
4
+
5
+ @font-face {
6
+ font-family: 'gilroy-bold';
7
+ src: asset-url('gilroy/bold/gilroy-bold.woff2') format('woff2'),
8
+ asset-url('gilroy/bold/gilroy-bold.woff') format('woff'),
9
+ asset-url('gilroy/bold/gilroy-bold.ttf') format('truetype'),
10
+ asset-url('gilroy/bold/gilroy-bold.svg#gilroy-bold') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+
15
+ @font-face {
16
+ font-family: 'nunitosans-regular';
17
+ src: asset-url('nunito/regular/nunitosans-regular.woff2') format('woff2'),
18
+ asset-url('nunito/regular/nunitosans-regular.woff') format('woff'),
19
+ asset-url('nunito/regular/nunitosans-regular.ttf') format('truetype'),
20
+ asset-url('nunito/regular/nunitosans-regular.svg#nunitosans-regular') format('svg');
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ }
24
+ @font-face {
25
+ font-family: 'nunitosans-bold';
26
+ src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
27
+ asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
28
+ asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
29
+ asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
30
+ font-weight: normal;
31
+ font-style: normal;
32
+ }
33
+
34
+ /**************************************/
35
+
4
36
  @font-face {
5
37
  font-family: 'gt-eesti-light';
6
38
  src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot');
@@ -47,6 +47,8 @@
47
47
  width: 100%;
48
48
  font-size: $ui_font_small;
49
49
  border-bottom: 1px solid $ui_middlegray;
50
+ text-align: left;
51
+ padding: 6px 20px 6px 20px;
50
52
  }
51
53
  .ui-app-area .dropdown .btn-group .btn:hover {
52
54
  color: $ui_white;
@@ -98,7 +100,7 @@
98
100
  background-color: $ui_white;
99
101
  font-size: $ui_font_normal;
100
102
  color: $ui_back;
101
- border: 1px solid $ui_back;
103
+ border: 1px solid #D9D9D9;
102
104
  font-family: 'hk_groteskmedium';
103
105
  font-weight: 400;
104
106
  }
@@ -228,7 +230,7 @@
228
230
  background-position: right 10px top 18px;
229
231
  }
230
232
  #ui-tabs .dropdown.dropdown-select .dropdown-menu {
231
- width: 420px;
233
+ width: 300px;
232
234
  }
233
235
  .btn-dot {
234
236
  top: 6px;
@@ -259,6 +261,14 @@
259
261
  height: 30px;
260
262
  }*/
261
263
 
264
+ .btn.btn-upload {
265
+ padding: 6px 12px 6px 30px !important;
266
+ background-image: image-url('icons/icn-upload.svg');
267
+ background-repeat: no-repeat;
268
+ background-size: 14px;
269
+ background-position: left 8px top 9px;
270
+ }
271
+
262
272
  /* ========================================= */
263
273
 
264
274
  .am-content.ui-app-area .btn-add {
@@ -283,6 +293,29 @@
283
293
  .parcel-pdf-dropdown {
284
294
  display: block;
285
295
  position: absolute !important;
286
- right: 60px;
287
- top: 0;
296
+ right: 20px;
297
+ top: 6px;
288
298
  }
299
+
300
+ /* ========================================= */
301
+ /* Links */
302
+
303
+ .link-icon {
304
+ color: #4A8FE7;
305
+ background-image: image-url('icons/icn-link.svg');
306
+ background-repeat: no-repeat;
307
+ background-size: 12px;
308
+ background-position: left 0px top 5px;
309
+ padding-left: 18px;
310
+ }
311
+ .link-icon:hover {
312
+ cursor: pointer;
313
+ }
314
+ .simple-link {
315
+ color: #4A8FE7;
316
+ background-color: transparent;
317
+ border: none;
318
+ font-weight: normal;
319
+ padding: 0;
320
+ margin: 0 5px;
321
+ }
@@ -3,12 +3,15 @@
3
3
 
4
4
  .menu-app {
5
5
  background-color: $ui_white;
6
+ /*box-shadow: $ui-shadow-right;*/
7
+ border-right: 1px solid #D9D9D9;
6
8
  }
7
9
  .menu-app .list-group-item {
8
10
  border: none;
9
11
  font-size: $ui_font_normal;
10
12
  border-left: 2px solid $ui_white;
11
- font-family: 'hk-grotesk-semibold';
13
+ /*font-family: 'hk-grotesk-semibold';*/
14
+ font-family: 'nunitosans-bold';
12
15
  }
13
16
  .menu-app .list-group-item-action:hover,
14
17
  .menu-app .list-group-item-action:focus {
@@ -1,11 +1,53 @@
1
1
  // Variables
2
2
  // Welcome UI - Navbar
3
3
 
4
+ ul#navbar {
5
+ float: left;
6
+ }
4
7
  .navbar-ui {
5
8
  border-bottom: 1px solid $ui_lightergray;
6
9
  }
7
10
  .navbar-ui .nav-link {
8
11
  color: $ui_back;
9
12
  font-size: $ui_font_small;
10
- font-family: 'hk-grotesk-semibold';
13
+ /*font-family: 'hk-grotesk-semibold';*/
14
+ font-family: 'nunitosans-bold';
15
+ }
16
+
17
+ .alert-msg {
18
+ position: fixed;
19
+ top: 6px;
20
+ right: 12px;
21
+ left: auto;
22
+ z-index: 1030;
23
+ background-color: #EBF7EE;
24
+ border: 1px solid #C0E3CA;
25
+ width: 292px !important;
26
+ padding: 19px 20px;
27
+ font-size: 14px;
28
+ }
29
+ .am-top-header .col-6:first-child {
30
+ display: none;
31
+ }
32
+ .col-6.admin-options {
33
+ max-width: 100%;
34
+ width: 100%;
35
+ flex: auto;
36
+ }
37
+ .navbar-nav.am-icons-nav {
38
+ position: absolute;
39
+ left: -12px;
40
+ }
41
+
42
+ @media (max-width: 768px) {
43
+ .am-top-header .col-6:first-child {
44
+ display: block;
45
+ }
46
+ .navbar-nav.am-icons-nav {
47
+ position: fixed;
48
+ left: unset;
49
+ }
50
+ .am-left-sidebar .am-logo {
51
+ display: none !important;
52
+ }
11
53
  }
@@ -120,7 +120,7 @@
120
120
  width: 100% !important;
121
121
  }
122
122
  .land-app .navbar {
123
- display: block;
123
+ display: none;
124
124
  position: fixed;
125
125
  width: 100%;
126
126
  height: 58px;
@@ -163,6 +163,10 @@
163
163
  .ui-app-area {
164
164
  padding-top: 80px;
165
165
  }
166
+ .menu-app {
167
+ position: fixed;
168
+ z-index: 9999;
169
+ }
166
170
  .block-stats-area .form-control,
167
171
  .card.card-body .form-control {
168
172
  margin-bottom: 12px;
@@ -194,6 +198,16 @@
194
198
  float: left;
195
199
  text-align: left;
196
200
  }
201
+ .white-header .col-lg-7,
202
+ .white-header .col-lg-5 {
203
+ width: 50%;
204
+ }
205
+ }
206
+
207
+ @media (min-width: 769px) {
208
+ .navbar .logo-area {
209
+ display: none;
210
+ }
197
211
  }
198
212
 
199
213
  @media (max-width: 768px) {
@@ -221,6 +235,25 @@
221
235
  .parcel-main-info .card .list-group-item {
222
236
  width: 32%;
223
237
  }
238
+ .land-app .ui-app-area .filter-block .w-50 {
239
+ width: 100% !important;
240
+ }
241
+ .am-left-sidebar {
242
+ padding-top: 55px !important;
243
+ }
244
+ .am-left-sidebar .logo-area {
245
+ display: none;
246
+ }
247
+ label[data-function*=swipe] {
248
+ z-index: 9999999;
249
+ }
250
+ .am-navbar-header {
251
+ width: 150px;
252
+ }
253
+ .am-content.ui-app-area .floor-widget .floor-container .floor_areas .floor_area-item,
254
+ .am-content.ui-app-area .block-widget .blocks-container .blocks_areas .block_area-item {
255
+ width: 25%;
256
+ }
224
257
  }
225
258
 
226
259
  @media (max-width: 580px) {
@@ -306,6 +339,32 @@
306
339
  max-width: 100%;
307
340
  flex: auto;
308
341
  }
342
+
343
+ /* =========================== */
344
+
345
+ .land-app .ui-app-area .small-tabs .px-4,
346
+ .land-app .ui-app-area .small-tabs .py-4 {
347
+ padding-left: 0 !important;
348
+ padding-right: 0 !important;
349
+ }
350
+ .land-app .ui-app-area .full-block .full-block-content .w-20,
351
+ .land-app .ui-app-area .full-block .full-block-content .w-25,
352
+ .land-app .ui-app-area .full-block .full-block-content .w-33,
353
+ .land-app .ui-app-area .full-block .full-block-content .w-50,
354
+ .land-app .ui-app-area .full-block .full-block-content .w-75,
355
+ .land-app .ui-app-area .full-block .full-block-content .w-80 {
356
+ width: 100% !important;
357
+ margin-bottom: 6px;
358
+ }
359
+ .land-app .ui-app-area .full-block .full-block-content .w-20 {
360
+ margin-bottom: 15px;
361
+ }
362
+
363
+ /* =========================== */
364
+
365
+ .ui-app-area .table-item {
366
+ width: 32%;
367
+ }
309
368
  }
310
369
 
311
370
  @media (max-width: 460px) {
@@ -325,6 +384,12 @@
325
384
  float: right;
326
385
  text-align: right;
327
386
  }
387
+
388
+ /* =========================== */
389
+
390
+ .ui-app-area .table-item {
391
+ width: 48%;
392
+ }
328
393
  }
329
394
 
330
395
  @media (min-width: 576px) {