@acorex/styles 19.1.0-next.2 → 19.1.0
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/icons/fontawesome/index.scss +607 -0
- package/icons/huge/huge-bulk/index.scss +602 -0
- package/icons/huge/huge-duotone/index.scss +603 -0
- package/icons/huge/huge-solid-rounded/index.scss +589 -0
- package/icons/{index.scss → huge/huge-solid-sharp/index.scss} +13 -1
- package/icons/huge/huge-solid-standard/index.scss +602 -0
- package/icons/huge/huge-stroke-rounded/index.scss +602 -0
- package/icons/huge/huge-stroke-sharp/index.scss +602 -0
- package/icons/huge/huge-stroke-standard/index.scss +602 -0
- package/icons/huge/huge-twotone/index.scss +602 -0
- package/icons/material/index.scss +611 -0
- package/package.json +1 -1
- package/icons/fontawesome/fontawesome.scss +0 -17
- package/icons/huge/huge-bulk/bulk-rounded.scss +0 -13
- package/icons/huge/huge-duotone/duotone-rounded.scss +0 -13
- package/icons/huge/huge-solid/solid-rounded.scss +0 -13
- package/icons/huge/huge-solid/solid-sharp.scss +0 -13
- package/icons/huge/huge-solid/solid-standard.scss +0 -13
- package/icons/huge/huge-stroke/stroke-rounded.scss +0 -13
- package/icons/huge/huge-stroke/stroke-sharp.scss +0 -13
- package/icons/huge/huge-stroke/stroke-standard.scss +0 -13
- package/icons/huge/huge-twotone/twotone-rounded.scss +0 -13
- package/icons/material/material.scss +0 -22
- /package/icons/huge/{huge-solid/variables/_rounded-variables.scss → huge-solid-rounded/_variable.scss} +0 -0
- /package/icons/huge/{huge-solid/variables/_sharp-variables.scss → huge-solid-sharp/_variable.scss} +0 -0
- /package/icons/huge/{huge-solid/variables/_standard-variables.scss → huge-solid-standard/_variable.scss} +0 -0
- /package/icons/huge/{huge-stroke/variables/_rounded-variables.scss → huge-stroke-rounded/_variable.scss} +0 -0
- /package/icons/huge/{huge-stroke/variables/_sharp-variables.scss → huge-stroke-sharp/_variable.scss} +0 -0
- /package/icons/huge/{huge-stroke/variables/_standard-variables.scss → huge-stroke-standard/_variable.scss} +0 -0
@@ -1,13 +0,0 @@
|
|
1
|
-
@use 'variables/sharp-variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-stroke-sharp' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
@use 'variables/standard-variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-stroke-standard' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
@use 'variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'hgi-twotone-rounded' !important;
|
4
|
-
font-style: normal;
|
5
|
-
-webkit-font-smoothing: antialiased;
|
6
|
-
-moz-osx-font-smoothing: grayscale;
|
7
|
-
position: relative;
|
8
|
-
&::after {
|
9
|
-
opacity: 0.4;
|
10
|
-
position: absolute;
|
11
|
-
left: 0;
|
12
|
-
}
|
13
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
@use 'variables';
|
2
|
-
.ax-icon {
|
3
|
-
font-family: 'Material Icons';
|
4
|
-
font-weight: normal;
|
5
|
-
font-style: normal;
|
6
|
-
font-size: 24px; /* Preferred icon size */
|
7
|
-
display: inline-block;
|
8
|
-
line-height: 1;
|
9
|
-
text-transform: none;
|
10
|
-
letter-spacing: normal;
|
11
|
-
word-wrap: normal;
|
12
|
-
white-space: nowrap;
|
13
|
-
direction: ltr;
|
14
|
-
/* Support for all WebKit browsers. */
|
15
|
-
-webkit-font-smoothing: antialiased;
|
16
|
-
/* Support for Safari and Chrome. */
|
17
|
-
text-rendering: optimizeLegibility;
|
18
|
-
/* Support for Firefox. */
|
19
|
-
-moz-osx-font-smoothing: grayscale;
|
20
|
-
/* Support for IE. */
|
21
|
-
font-feature-settings: 'liga';
|
22
|
-
}
|
File without changes
|
/package/icons/huge/{huge-solid/variables/_sharp-variables.scss → huge-solid-sharp/_variable.scss}
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/icons/huge/{huge-stroke/variables/_sharp-variables.scss → huge-stroke-sharp/_variable.scss}
RENAMED
File without changes
|
File without changes
|