@acorex/styles 5.1.1 → 5.1.5
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/fonts/font-awesome/fa-brands-400.eot +0 -0
- package/fonts/font-awesome/fa-brands-400.svg +3570 -0
- package/fonts/font-awesome/fa-brands-400.ttf +0 -0
- package/fonts/font-awesome/fa-brands-400.woff +0 -0
- package/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- package/fonts/font-awesome/fa-duotone-900.eot +0 -0
- package/fonts/font-awesome/fa-duotone-900.svg +15055 -0
- package/fonts/font-awesome/fa-duotone-900.ttf +0 -0
- package/fonts/font-awesome/fa-duotone-900.woff +0 -0
- package/fonts/font-awesome/fa-duotone-900.woff2 +0 -0
- package/fonts/font-awesome/fa-light-300.eot +0 -0
- package/fonts/font-awesome/fa-light-300.svg +12330 -0
- package/fonts/font-awesome/fa-light-300.ttf +0 -0
- package/fonts/font-awesome/fa-light-300.woff +0 -0
- package/fonts/font-awesome/fa-light-300.woff2 +0 -0
- package/fonts/font-awesome/fa-regular-400.eot +0 -0
- package/fonts/font-awesome/fa-regular-400.svg +11256 -0
- package/fonts/font-awesome/fa-regular-400.ttf +0 -0
- package/fonts/font-awesome/fa-regular-400.woff +0 -0
- package/fonts/font-awesome/fa-regular-400.woff2 +0 -0
- package/fonts/font-awesome/fa-solid-900.eot +0 -0
- package/fonts/font-awesome/fa-solid-900.svg +9588 -0
- package/fonts/font-awesome/fa-solid-900.ttf +0 -0
- package/fonts/font-awesome/fa-solid-900.woff +0 -0
- package/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- package/fonts/font-awesome/font-awesome.css +16960 -0
- package/package.json +10 -10
- package/scss/buttons.scss +69 -0
- package/scss/calendar.scss +121 -0
- package/scss/checkbox.scss +46 -0
- package/scss/context-menu.scss +75 -0
- package/scss/data-grid.scss +117 -0
- package/scss/drawer.scss +138 -0
- package/scss/fieldset.scss +23 -0
- package/scss/forms.scss +515 -0
- package/scss/list.scss +47 -0
- package/scss/master.scss +259 -0
- package/scss/menu.scss +130 -0
- package/scss/mixin.scss +12 -0
- package/scss/page.scss +54 -0
- package/scss/progress.scss +11 -0
- package/scss/selection-list.scss +104 -0
- package/scss/style.scss +47 -0
- package/scss/tab-strip.scss +31 -0
- package/scss/tab.scss +36 -0
- package/scss/toast.scss +46 -0
- package/scss/tooltip.scss +55 -0
- package/scss/treeview.scss +122 -0
- package/scss/upload.scss +170 -0
- package/scss/variables.scss +139 -0
- package/index.scss +0 -11
- package/src/base/index.scss +0 -44
- package/src/components/_action-sheet.scss +0 -25
- package/src/components/_alert.scss +0 -64
- package/src/components/_avatar.scss +0 -135
- package/src/components/_badge.scss +0 -45
- package/src/components/_breadcrumbs.scss +0 -24
- package/src/components/_button.scss +0 -762
- package/src/components/_calendar.scss +0 -166
- package/src/components/_carousel.scss +0 -44
- package/src/components/_checkbox.scss +0 -63
- package/src/components/_collapse.scss +0 -52
- package/src/components/_datapager.scss +0 -40
- package/src/components/_datepicker.scss +0 -5
- package/src/components/_dialog.scss +0 -63
- package/src/components/_drawer.scss +0 -126
- package/src/components/_dropdown.scss +0 -226
- package/src/components/_editor-container.scss +0 -139
- package/src/components/_fieldset.scss +0 -8
- package/src/components/_form.scss +0 -8
- package/src/components/_input.scss +0 -14
- package/src/components/_label.scss +0 -7
- package/src/components/_list.scss +0 -80
- package/src/components/_loading.scss +0 -59
- package/src/components/_menu.scss +0 -43
- package/src/components/_numberbox.scss +0 -17
- package/src/components/_picker.scss +0 -11
- package/src/components/_popup.scss +0 -126
- package/src/components/_progress.scss +0 -62
- package/src/components/_radio.scss +0 -32
- package/src/components/_range-slider.scss +0 -15
- package/src/components/_rating.scss +0 -14
- package/src/components/_result.scss +0 -25
- package/src/components/_selectbox.scss +0 -18
- package/src/components/_selection-list.scss +0 -54
- package/src/components/_side-menu.scss +0 -42
- package/src/components/_skeleton.scss +0 -22
- package/src/components/_switch copy.scss +0 -185
- package/src/components/_switch.scss +0 -187
- package/src/components/_table.scss +0 -48
- package/src/components/_tabs.scss +0 -238
- package/src/components/_textarea.scss +0 -39
- package/src/components/_toast.scss +0 -82
- package/src/components/_tooltip.scss +0 -44
- package/src/components/_treeview.scss +0 -55
- package/src/components/index.scss +0 -42
- package/src/icons/Read Me.txt +0 -7
- package/src/icons/demo-files/demo.css +0 -152
- package/src/icons/demo-files/demo.js +0 -30
- package/src/icons/demo.html +0 -500
- package/src/icons/fonts/acorex-icon.eot +0 -0
- package/src/icons/fonts/acorex-icon.svg +0 -43
- package/src/icons/fonts/acorex-icon.ttf +0 -0
- package/src/icons/fonts/acorex-icon.woff +0 -0
- package/src/icons/selection.json +0 -1
- package/src/icons/style.css +0 -126
- package/src/icons/style.scss +0 -195
- package/src/icons/variables.scss +0 -37
- package/src/utility/_mixins.scss +0 -83
- package/src/utility/index.scss +0 -16
- package/src/variables/_colors.scss +0 -121
@@ -1,42 +0,0 @@
|
|
1
|
-
@import "./action-sheet";
|
2
|
-
@import "./alert";
|
3
|
-
@import "./avatar";
|
4
|
-
@import "./badge";
|
5
|
-
@import "./breadcrumbs";
|
6
|
-
@import "./button";
|
7
|
-
@import "./calendar";
|
8
|
-
@import "./carousel";
|
9
|
-
@import "./checkbox";
|
10
|
-
@import "./collapse";
|
11
|
-
@import "./datapager";
|
12
|
-
@import "./datepicker";
|
13
|
-
@import "./dialog";
|
14
|
-
@import "./drawer";
|
15
|
-
@import "./dropdown";
|
16
|
-
@import "./editor-container";
|
17
|
-
@import "./fieldset";
|
18
|
-
@import "./form";
|
19
|
-
@import "./input";
|
20
|
-
@import "./label";
|
21
|
-
@import "./list";
|
22
|
-
@import "./numberbox";
|
23
|
-
@import "./picker";
|
24
|
-
@import "./loading";
|
25
|
-
@import "./menu";
|
26
|
-
@import "./popup";
|
27
|
-
@import "./progress";
|
28
|
-
@import "./radio";
|
29
|
-
@import "./range-slider";
|
30
|
-
@import "./rating";
|
31
|
-
@import "./result";
|
32
|
-
@import "./selectbox";
|
33
|
-
@import "./selection-list";
|
34
|
-
@import "./side-menu";
|
35
|
-
@import "./skeleton";
|
36
|
-
@import "./switch";
|
37
|
-
@import "./table";
|
38
|
-
@import "./tabs";
|
39
|
-
@import "./textarea";
|
40
|
-
@import "./toast";
|
41
|
-
@import "./tooltip";
|
42
|
-
@import "./treeview";
|
package/src/icons/Read Me.txt
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
|
2
|
-
|
3
|
-
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
|
4
|
-
|
5
|
-
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
|
6
|
-
|
7
|
-
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
|
@@ -1,152 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
padding: 0;
|
3
|
-
margin: 0;
|
4
|
-
font-family: sans-serif;
|
5
|
-
font-size: 1em;
|
6
|
-
line-height: 1.5;
|
7
|
-
color: #555;
|
8
|
-
background: #fff;
|
9
|
-
}
|
10
|
-
h1 {
|
11
|
-
font-size: 1.5em;
|
12
|
-
font-weight: normal;
|
13
|
-
}
|
14
|
-
small {
|
15
|
-
font-size: .66666667em;
|
16
|
-
}
|
17
|
-
a {
|
18
|
-
color: #e74c3c;
|
19
|
-
text-decoration: none;
|
20
|
-
}
|
21
|
-
a:hover, a:focus {
|
22
|
-
box-shadow: 0 1px #e74c3c;
|
23
|
-
}
|
24
|
-
.bshadow0, input {
|
25
|
-
box-shadow: inset 0 -2px #e7e7e7;
|
26
|
-
}
|
27
|
-
input:hover {
|
28
|
-
box-shadow: inset 0 -2px #ccc;
|
29
|
-
}
|
30
|
-
input, fieldset {
|
31
|
-
font-family: sans-serif;
|
32
|
-
font-size: 1em;
|
33
|
-
margin: 0;
|
34
|
-
padding: 0;
|
35
|
-
border: 0;
|
36
|
-
}
|
37
|
-
input {
|
38
|
-
color: inherit;
|
39
|
-
line-height: 1.5;
|
40
|
-
height: 1.5em;
|
41
|
-
padding: .25em 0;
|
42
|
-
}
|
43
|
-
input:focus {
|
44
|
-
outline: none;
|
45
|
-
box-shadow: inset 0 -2px #449fdb;
|
46
|
-
}
|
47
|
-
.glyph {
|
48
|
-
font-size: 16px;
|
49
|
-
width: 15em;
|
50
|
-
padding-bottom: 1em;
|
51
|
-
margin-right: 4em;
|
52
|
-
margin-bottom: 1em;
|
53
|
-
float: left;
|
54
|
-
overflow: hidden;
|
55
|
-
}
|
56
|
-
.liga {
|
57
|
-
width: 80%;
|
58
|
-
width: calc(100% - 2.5em);
|
59
|
-
}
|
60
|
-
.talign-right {
|
61
|
-
text-align: right;
|
62
|
-
}
|
63
|
-
.talign-center {
|
64
|
-
text-align: center;
|
65
|
-
}
|
66
|
-
.bgc1 {
|
67
|
-
background: #f1f1f1;
|
68
|
-
}
|
69
|
-
.fgc1 {
|
70
|
-
color: #999;
|
71
|
-
}
|
72
|
-
.fgc0 {
|
73
|
-
color: #000;
|
74
|
-
}
|
75
|
-
p {
|
76
|
-
margin-top: 1em;
|
77
|
-
margin-bottom: 1em;
|
78
|
-
}
|
79
|
-
.mvm {
|
80
|
-
margin-top: .75em;
|
81
|
-
margin-bottom: .75em;
|
82
|
-
}
|
83
|
-
.mtn {
|
84
|
-
margin-top: 0;
|
85
|
-
}
|
86
|
-
.mtl, .mal {
|
87
|
-
margin-top: 1.5em;
|
88
|
-
}
|
89
|
-
.mbl, .mal {
|
90
|
-
margin-bottom: 1.5em;
|
91
|
-
}
|
92
|
-
.mal, .mhl {
|
93
|
-
margin-left: 1.5em;
|
94
|
-
margin-right: 1.5em;
|
95
|
-
}
|
96
|
-
.mhmm {
|
97
|
-
margin-left: 1em;
|
98
|
-
margin-right: 1em;
|
99
|
-
}
|
100
|
-
.mls {
|
101
|
-
margin-left: .25em;
|
102
|
-
}
|
103
|
-
.ptl {
|
104
|
-
padding-top: 1.5em;
|
105
|
-
}
|
106
|
-
.pbs, .pvs {
|
107
|
-
padding-bottom: .25em;
|
108
|
-
}
|
109
|
-
.pvs, .pts {
|
110
|
-
padding-top: .25em;
|
111
|
-
}
|
112
|
-
.unit {
|
113
|
-
float: left;
|
114
|
-
}
|
115
|
-
.unitRight {
|
116
|
-
float: right;
|
117
|
-
}
|
118
|
-
.size1of2 {
|
119
|
-
width: 50%;
|
120
|
-
}
|
121
|
-
.size1of1 {
|
122
|
-
width: 100%;
|
123
|
-
}
|
124
|
-
.clearfix:before, .clearfix:after {
|
125
|
-
content: " ";
|
126
|
-
display: table;
|
127
|
-
}
|
128
|
-
.clearfix:after {
|
129
|
-
clear: both;
|
130
|
-
}
|
131
|
-
.hidden-true {
|
132
|
-
display: none;
|
133
|
-
}
|
134
|
-
.textbox0 {
|
135
|
-
width: 3em;
|
136
|
-
background: #f1f1f1;
|
137
|
-
padding: .25em .5em;
|
138
|
-
line-height: 1.5;
|
139
|
-
height: 1.5em;
|
140
|
-
}
|
141
|
-
#testDrive {
|
142
|
-
display: block;
|
143
|
-
padding-top: 24px;
|
144
|
-
line-height: 1.5;
|
145
|
-
}
|
146
|
-
.fs0 {
|
147
|
-
font-size: 16px;
|
148
|
-
}
|
149
|
-
.fs1 {
|
150
|
-
font-size: 32px;
|
151
|
-
}
|
152
|
-
|
@@ -1,30 +0,0 @@
|
|
1
|
-
if (!('boxShadow' in document.body.style)) {
|
2
|
-
document.body.setAttribute('class', 'noBoxShadow');
|
3
|
-
}
|
4
|
-
|
5
|
-
document.body.addEventListener("click", function(e) {
|
6
|
-
var target = e.target;
|
7
|
-
if (target.tagName === "INPUT" &&
|
8
|
-
target.getAttribute('class').indexOf('liga') === -1) {
|
9
|
-
target.select();
|
10
|
-
}
|
11
|
-
});
|
12
|
-
|
13
|
-
(function() {
|
14
|
-
var fontSize = document.getElementById('fontSize'),
|
15
|
-
testDrive = document.getElementById('testDrive'),
|
16
|
-
testText = document.getElementById('testText');
|
17
|
-
function updateTest() {
|
18
|
-
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
19
|
-
if (window.icomoonLiga) {
|
20
|
-
window.icomoonLiga(testDrive);
|
21
|
-
}
|
22
|
-
}
|
23
|
-
function updateSize() {
|
24
|
-
testDrive.style.fontSize = fontSize.value + 'px';
|
25
|
-
}
|
26
|
-
fontSize.addEventListener('change', updateSize, false);
|
27
|
-
testText.addEventListener('input', updateTest, false);
|
28
|
-
testText.addEventListener('change', updateTest, false);
|
29
|
-
updateSize();
|
30
|
-
}());
|