@natec/mef-dev-ui-kit 20.1.14 → 20.1.16
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natec/mef-dev-ui-kit",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.16",
|
|
4
4
|
"description": "MEF.DEV UI Kit Library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "NATEC"
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"./styles/core": {
|
|
15
15
|
"sass": "./src/lib/styles/core.scss"
|
|
16
16
|
},
|
|
17
|
+
"./styles/global": {
|
|
18
|
+
"sass": "./src/lib/styles/global.scss"
|
|
19
|
+
},
|
|
17
20
|
"./styles/vars": {
|
|
18
21
|
"sass": "./src/lib/styles/vars.scss"
|
|
19
22
|
},
|
package/src/lib/styles/core.scss
CHANGED
|
@@ -35,22 +35,6 @@
|
|
|
35
35
|
@use 'pg/vendor/md-cards-grid.scss' as *;
|
|
36
36
|
@use 'pg/vendor/ngx-google-map.scss' as *;
|
|
37
37
|
|
|
38
|
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap&subset=cyrillic');
|
|
39
|
-
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap&subset=cyrillic');
|
|
40
|
-
|
|
41
|
-
/*#region img-font*/
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: 'icomoon';
|
|
44
|
-
src: url('fonts/main-img-font/icomoon.eot?97jr4n');
|
|
45
|
-
src: url('fonts/main-img-font/icomoon.eot?97jr4n#iefix') format('embedded-opentype'),
|
|
46
|
-
url('fonts/main-img-font/icomoon.ttf?97jr4n') format('truetype'),
|
|
47
|
-
url('fonts/main-img-font/icomoon.woff?97jr4n') format('woff'),
|
|
48
|
-
url('fonts/main-img-font/icomoon.svg?97jr4n#icomoon') format('svg');
|
|
49
|
-
font-weight: normal;
|
|
50
|
-
font-style: normal;
|
|
51
|
-
font-display: block;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
38
|
[class^='icon-'],
|
|
55
39
|
[class*=' icon-'] {
|
|
56
40
|
/* use !important to prevent issues with browser extensions that change ../fonts */
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap&subset=cyrillic');
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap&subset=cyrillic');
|
|
3
|
+
|
|
4
|
+
/*#region img-font*/
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'icomoon';
|
|
7
|
+
src: url('fonts/main-img-font/icomoon.eot?97jr4n');
|
|
8
|
+
src: url('fonts/main-img-font/icomoon.eot?97jr4n#iefix') format('embedded-opentype'),
|
|
9
|
+
url('fonts/main-img-font/icomoon.ttf?97jr4n') format('truetype'),
|
|
10
|
+
url('fonts/main-img-font/icomoon.woff?97jr4n') format('woff'),
|
|
11
|
+
url('fonts/main-img-font/icomoon.svg?97jr4n#icomoon') format('svg');
|
|
12
|
+
font-weight: normal;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-display: block;
|
|
15
|
+
}
|