@acorex/styles 4.0.24 → 5.0.4

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.
Files changed (107) hide show
  1. package/index.scss +2 -48
  2. package/package.json +11 -11
  3. package/src/base/_colors.scss +16 -0
  4. package/src/base/index.scss +7 -0
  5. package/src/components/_alert.scss +148 -0
  6. package/src/components/_badge.scss +39 -0
  7. package/src/components/_button.scss +652 -0
  8. package/src/components/_calendar.scss +97 -0
  9. package/src/components/_carousel.scss +61 -0
  10. package/src/components/_checkbox.scss +25 -0
  11. package/src/components/_datapager.scss +40 -0
  12. package/src/components/_datepicker.scss +5 -0
  13. package/src/components/_dialog.scss +62 -0
  14. package/src/components/_drawer.scss +79 -0
  15. package/src/components/_dropdown.scss +178 -0
  16. package/src/components/_editor-container.scss +70 -0
  17. package/src/components/_form.scss +8 -0
  18. package/src/components/_input.scss +16 -0
  19. package/src/components/_label.scss +5 -0
  20. package/src/components/_list.scss +49 -0
  21. package/src/components/_loading.scss +54 -0
  22. package/src/components/_popup.scss +87 -0
  23. package/src/components/_radio.scss +30 -0
  24. package/src/components/_range-slider.scss +14 -0
  25. package/src/components/_selectbox.scss +15 -0
  26. package/src/components/_selection-list.scss +28 -0
  27. package/src/components/_side-menu.scss +46 -0
  28. package/src/components/_skeleton.scss +25 -0
  29. package/src/components/_switch.scss +200 -0
  30. package/src/components/_table.scss +22 -0
  31. package/src/components/_tabs.scss +117 -0
  32. package/src/components/_toast.scss +94 -0
  33. package/src/components/_tooltip.scss +44 -0
  34. package/src/components/index.scss +29 -0
  35. package/{variables/bases/_color.scss → src/variables/_colors.scss} +135 -135
  36. package/src/variables/_mixins.scss +18 -0
  37. package/scss/ax-icon/fonts/acorex.eot +0 -0
  38. package/scss/ax-icon/fonts/acorex.svg +0 -1434
  39. package/scss/ax-icon/fonts/acorex.ttf +0 -0
  40. package/scss/ax-icon/fonts/acorex.woff +0 -0
  41. package/scss/ax-icon/selection.json +0 -1
  42. package/scss/ax-icon/style.scss +0 -7218
  43. package/scss/ax-icon/variables.scss +0 -1428
  44. package/scss/bases/accessiblity.scss +0 -38
  45. package/scss/bases/background.scss +0 -76
  46. package/scss/bases/border.scss +0 -453
  47. package/scss/bases/effects.scss +0 -56
  48. package/scss/bases/filter.scss +0 -184
  49. package/scss/bases/flexbox-and-grid.scss +0 -254
  50. package/scss/bases/interactivity.scss +0 -42
  51. package/scss/bases/layout.scss +0 -207
  52. package/scss/bases/root.scss +0 -53
  53. package/scss/bases/sizing.scss +0 -43
  54. package/scss/bases/skeleton.scss +0 -30
  55. package/scss/bases/spacing.scss +0 -245
  56. package/scss/bases/svg.scss +0 -18
  57. package/scss/bases/table.scss +0 -15
  58. package/scss/bases/transform.scss +0 -114
  59. package/scss/bases/transition-and-animation.scss +0 -116
  60. package/scss/bases/typography.scss +0 -210
  61. package/scss/components/alert.scss +0 -131
  62. package/scss/components/badge.scss +0 -6
  63. package/scss/components/button.scss +0 -264
  64. package/scss/components/calendar.scss +0 -120
  65. package/scss/components/carousel.scss +0 -67
  66. package/scss/components/checkbox.scss +0 -36
  67. package/scss/components/datapager.scss +0 -80
  68. package/scss/components/datepicker.scss +0 -8
  69. package/scss/components/dialog.scss +0 -61
  70. package/scss/components/drawer.scss +0 -78
  71. package/scss/components/dropdown.scss +0 -35
  72. package/scss/components/editor-container.scss +0 -105
  73. package/scss/components/input.scss +0 -47
  74. package/scss/components/label.scss +0 -6
  75. package/scss/components/list.scss +0 -55
  76. package/scss/components/loading.scss +0 -47
  77. package/scss/components/popup.scss +0 -103
  78. package/scss/components/radio.scss +0 -36
  79. package/scss/components/selectbox.scss +0 -39
  80. package/scss/components/selection-list.scss +0 -22
  81. package/scss/components/side-menu.scss +0 -44
  82. package/scss/components/switch.scss +0 -178
  83. package/scss/components/table.scss +0 -22
  84. package/scss/components/tabs.scss +0 -115
  85. package/scss/components/text-box.scss +0 -4
  86. package/scss/components/toast.scss +0 -82
  87. package/scss/components/tooltip.scss +0 -42
  88. package/variables/bases/_accessiblity.scss +0 -22
  89. package/variables/bases/_background.scss +0 -57
  90. package/variables/bases/_border.scss +0 -106
  91. package/variables/bases/_common.scss +0 -6
  92. package/variables/bases/_effects.scss +0 -36
  93. package/variables/bases/_filter.scss +0 -62
  94. package/variables/bases/_flexbox-and-grid.scss +0 -138
  95. package/variables/bases/_interactivity.scss +0 -31
  96. package/variables/bases/_layout.scss +0 -102
  97. package/variables/bases/_root.scss +0 -70
  98. package/variables/bases/_sizing.scss +0 -322
  99. package/variables/bases/_spacing.scss +0 -38
  100. package/variables/bases/_svg.scss +0 -1
  101. package/variables/bases/_table.scss +0 -2
  102. package/variables/bases/_transform.scss +0 -88
  103. package/variables/bases/_transition-and-animation.scss +0 -26
  104. package/variables/bases/_typography.scss +0 -191
  105. package/variables/components/_button.scss +0 -0
  106. package/variables/components/_editor-container.scss +0 -5
  107. package/variables/components/_input.scss +0 -0
@@ -1,184 +0,0 @@
1
- @import "../../variables/bases/filter";
2
-
3
- // filter
4
- .ax-filter {
5
- filter: var(--ax-blur) var(--ax-brightness) var(--ax-contrast) var(--ax-grayscale) var(--ax-hue-rotate)
6
- var(--ax-invert) var(--ax-saturate) var(--ax-sepia) var(--ax-drop-shadow);
7
- }
8
- .ax-filter-none {
9
- filter: none;
10
- }
11
-
12
- // blur
13
- @each $key, $value in $blur {
14
- @if ($key == "blur") {
15
- .ax-blur {
16
- --ax-blur: blur(#{$value});
17
- }
18
- } @else {
19
- .ax-blur-#{$key} {
20
- --ax-blur: blur(#{$value});
21
- }
22
- }
23
- }
24
-
25
- // brightness
26
- @each $key, $value in $brightness {
27
- .ax-brightness-#{$key} {
28
- --ax-brightness: brightness(#{$value});
29
- }
30
- }
31
- // contrast
32
- @each $key, $value in $contrast {
33
- .ax-contrast-#{$key} {
34
- --ax-contrast: contrast(#{$value});
35
- }
36
- }
37
-
38
- // drop shadow
39
- .ax-drop-shadow-sm {
40
- --ax-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
41
- }
42
- .ax-drop-shadow {
43
- --ax-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
44
- }
45
- .ax-drop-shadow-md {
46
- --ax-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
47
- }
48
- .ax-drop-shadow-lg {
49
- --ax-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
50
- }
51
- .ax-drop-shadow-xl {
52
- --ax-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
53
- }
54
- .ax-drop-shadow-2xl {
55
- --ax-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
56
- }
57
- .ax-drop-shadow-none {
58
- --ax-drop-shadow: drop-shadow(0 0 #0000);
59
- }
60
-
61
- // grayscale
62
- .grayscale-0 {
63
- --ax-grayscale: grayscale(0);
64
- }
65
- .grayscale-1 {
66
- --ax-grayscale: grayscale(1);
67
- }
68
-
69
- // hue-rotate
70
- @each $key, $value in $hue-rotate {
71
- .ax-hue-rotate-#{$key} {
72
- --ax-hue-rotate: hue-rotate(#{$key});
73
- }
74
- .ax--hue-rotate-#{$key} {
75
- --ax-hue-rotate: hue-rotate(-#{$key});
76
- }
77
- }
78
-
79
- // invert
80
- .ax-invert-0 {
81
- --ax-invert: invert(0);
82
- }
83
- .ax-invert {
84
- --ax-invert: invert(1);
85
- }
86
-
87
- // saturate
88
- @each $key, $value in $saturate {
89
- .ax-saturate-#{$key} {
90
- --ax-saturate: saturate(#{$value});
91
- }
92
- }
93
-
94
- // sepia
95
- .ax-sepia-0 {
96
- --ax-sepia: sepia(0);
97
- }
98
- .ax-sepia {
99
- --ax-sepia: sepia(1);
100
- }
101
-
102
- // backdrop-filter
103
- .ax-backdrop-filter {
104
- backdrop-filter: var(--ax-backdrop-blur) var(--ax-backdrop-brightness) var(--ax-backdrop-contrast)
105
- var(--ax-backdrop-grayscale) var(--ax-backdrop-hue-rotate) var(--ax-backdrop-invert) var(--ax-backdrop-opacity)
106
- var(--ax-backdrop-saturate) var(--ax-backdrop-sepia);
107
- }
108
- .ax-backdrop-none {
109
- backdrop-filter: none;
110
- }
111
-
112
- // backdrop-blur
113
- @each $key, $value in $blur {
114
- @if ($key == "blur") {
115
- .ax-backdrop-blur {
116
- --ax-backdrop-blur: blur(#{$value});
117
- }
118
- } @else {
119
- .ax-backdrop-blur-#{$key} {
120
- --ax-backdrop-blur: blur(#{$value});
121
- }
122
- }
123
- }
124
-
125
- // backdrop-brightness
126
- @each $key, $value in $brightness {
127
- .ax-backdrop-brightness-#{$key} {
128
- --ax-backdrop-brightness: brightness(#{$value});
129
- }
130
- }
131
-
132
- @each $key, $value in $contrast {
133
- .ax-backdrop-contrast-#{$key} {
134
- --ax-backdrop-contrast: contrast(#{$value});
135
- }
136
- }
137
-
138
- //backdrop-grayscale
139
- .ax-backdrop-grayscale-0 {
140
- --ax-backdrop-grayscale: grayscale(0);
141
- }
142
- .ax-backdrop-grayscale {
143
- --ax-backdrop-grayscale: grayscale(1);
144
- }
145
-
146
- // backdrop-hue-rotate
147
- @each $key, $value in $hue-rotate {
148
- .ax-backdrop-hue-rotate-#{$key} {
149
- --ax-backdrop-hue-rotate: hue-rotate(#{$key});
150
- }
151
- .ax--backdrop-hue-rotate-#{$key} {
152
- --ax-backdrop-hue-rotate: hue-rotate(-#{$key});
153
- }
154
- }
155
-
156
- // backdrop-invert
157
- .backdrop-invert-0 {
158
- --ax-backdrop-invert: invert(0);
159
- }
160
- .backdrop-invert {
161
- --ax-backdrop-invert: invert(1);
162
- }
163
-
164
- // backdrop-opacity
165
- @each $key, $value in $opcities {
166
- .ax-backdrop-opacity-#{$key} {
167
- --ax-backdrop-opacity: opacity(#{$key});
168
- }
169
- }
170
-
171
- // saturate
172
- @each $key, $value in $saturate {
173
- .ax-backdrop-saturate-#{$key} {
174
- --ax-backdrop-saturate: saturate(#{$value});
175
- }
176
- }
177
-
178
- // backdrop-sepia
179
- .ax-backdrop-sepia-0 {
180
- --ax-backdrop-sepia: sepia(0);
181
- }
182
- .ax-backdrop-sepia {
183
- --ax-backdrop-sepia: sepia(1);
184
- }
@@ -1,254 +0,0 @@
1
- @import "../../variables/bases/flexbox-and-grid";
2
- // Flex Direction
3
- @each $key, $value in $flex-directions {
4
- .ax-flex-#{$key} {
5
- flex-direction: $value;
6
- }
7
- }
8
-
9
- // Flex Wrap
10
- @each $value in $flex-wraps {
11
- .ax-flex-#{$value} {
12
- flex-wrap: $value;
13
- }
14
- }
15
- // Flex
16
- @each $key, $value in $flexs {
17
- .ax-flex-#{$key} {
18
- flex: $value;
19
- }
20
- }
21
- // Flex Grow
22
- @each $key, $value in $flex-grows {
23
- .ax-flex-#{$key} {
24
- flex-grow: $value;
25
- }
26
- }
27
- // Flex Shrink
28
- @each $key, $value in $flex-shrinks {
29
- .ax-flex-#{$key} {
30
- flex-shrink: $value;
31
- }
32
- }
33
- // Order
34
- @each $key, $value in $orders {
35
- .ax-order-#{$key} {
36
- order: $value;
37
- }
38
- }
39
-
40
- // Grid Template Columns
41
- @each $value in $cols {
42
- @if ($value != none) {
43
- .ax-grid-cols-#{$value} {
44
- grid-template-columns: repeat($value, minmax(0, 1fr));
45
- }
46
- } @else {
47
- .ax-grid-cols-#{$value} {
48
- grid-template-columns: $value;
49
- }
50
- }
51
- }
52
- // Grid Column Start / End
53
- @each $value in $cols-start-end {
54
- @if ($value == auto) {
55
- .ax-col-#{$value} {
56
- grid-column: $value;
57
- }
58
- }
59
- @if ($value == full) {
60
- .ax-col-span-#{$value} {
61
- grid-column: 1 / -1;
62
- }
63
- }
64
- @if ($value != auto and $value != full) {
65
- .ax-col-span-#{$value} {
66
- grid-column: span $value / span $value;
67
- }
68
- }
69
- }
70
- // Column Start
71
- @each $value in $cols-start-end {
72
- @if ($value == auto) {
73
- .ax-col-start-#{$value} {
74
- grid-column-start: $value;
75
- }
76
- }
77
- @if ($value != auto and $value != full) {
78
- .ax-col-start-#{$value} {
79
- grid-column-start: $value;
80
- }
81
- }
82
- }
83
- // Column End
84
- @each $value in $cols-start-end {
85
- @if ($value == auto) {
86
- .ax-col-start-#{$value} {
87
- grid-column-end: $value;
88
- }
89
- }
90
- @if ($value != auto and $value != full) {
91
- .ax-col-start-#{$value} {
92
- grid-column-end: $value;
93
- }
94
- }
95
- }
96
-
97
- // Grid Template Rows
98
- @each $value in $rows {
99
- @if ($value != none) {
100
- .ax-grid-rows-#{$value} {
101
- grid-template-rows: repeat($value, minmax(0, 1fr));
102
- }
103
- } @else {
104
- .ax-grid-rows-#{$value} {
105
- grid-template-rows: $value;
106
- }
107
- }
108
- }
109
-
110
- // Grid Row Start / End
111
- @each $value in $rows-start-end {
112
- @if ($value == auto) {
113
- .ax-row-#{$value} {
114
- grid-row: $value;
115
- }
116
- }
117
- @if ($value == full) {
118
- .ax-row-span-#{$value} {
119
- grid-row: 1 / -1;
120
- }
121
- }
122
- @if ($value != auto and $value != full and $value != 7) {
123
- .ax-row-span-#{$value} {
124
- grid-row: span $value / span $value;
125
- }
126
- }
127
- }
128
- // Row Start
129
- @each $value in $rows-start-end {
130
- @if ($value == auto) {
131
- .ax-row-start-#{$value} {
132
- grid-row-start: $value;
133
- }
134
- }
135
- @if ($value != auto and $value != full) {
136
- .ax-row-start-#{$value} {
137
- grid-row-start: $value;
138
- }
139
- }
140
- }
141
- // Row End
142
- @each $value in $rows-start-end {
143
- @if ($value == auto) {
144
- .ax-row-start-#{$value} {
145
- grid-row-end: $value;
146
- }
147
- }
148
- @if ($value != auto and $value != full) {
149
- .ax-row-start-#{$value} {
150
- grid-row-end: $value;
151
- }
152
- }
153
- }
154
-
155
- // Grid Auto Flow
156
- @each $key, $value in $flow {
157
- .ax-grid-flow-#{$key} {
158
- grid-auto-flow: $value;
159
- }
160
- }
161
-
162
- // Grid Auto Columns
163
- @each $key, $value in $auto-columns-rows {
164
- .ax-auto-cols-#{$key} {
165
- grid-auto-columns: $value;
166
- }
167
- }
168
-
169
- // Grid Auto Rows
170
- @each $key, $value in $auto-columns-rows {
171
- .ax-auto-rows-#{$key} {
172
- grid-auto-rows: $value;
173
- }
174
- }
175
-
176
- // Gap
177
- @each $key, $value in $gap {
178
- .ax-gap-#{$key} {
179
- gap: $value;
180
- }
181
- }
182
- @each $key, $value in $gap {
183
- .ax-gap-x-#{$key} {
184
- column-gap: $value;
185
- }
186
- }
187
- @each $key, $value in $gap {
188
- .ax-gap-y-#{$key} {
189
- row-gap: $value;
190
- }
191
- }
192
-
193
- // Justify Content
194
- @each $key, $value in $justify-contents {
195
- .ax-justify-#{$key} {
196
- justify-content: $value;
197
- }
198
- }
199
-
200
- // Justify Items
201
- @each $value in $justify-items {
202
- .ax-justify-items-#{$value} {
203
- justify-items: $value;
204
- }
205
- }
206
-
207
- // Justify Self
208
- @each $value in $justify-selfs {
209
- .ax-justify-self-#{$value} {
210
- justify-self: $value;
211
- }
212
- }
213
-
214
- // Align Content
215
- @each $key, $value in $align-contents {
216
- .ax-content-#{$key} {
217
- align-content: $value;
218
- }
219
- }
220
-
221
- // Align Items
222
- @each $key, $value in $align-items {
223
- .ax-items-#{$key} {
224
- align-items: $value;
225
- }
226
- }
227
-
228
- // Align Self
229
- @each $value in $align-selfs {
230
- .ax-self-#{$value} {
231
- align-self: $value;
232
- }
233
- }
234
-
235
- // Place Content
236
- @each $key, $value in $place-contents {
237
- .ax-place-content-#{$value} {
238
- place-content: $value;
239
- }
240
- }
241
-
242
- // Place Items
243
- @each $value in $place-items {
244
- .ax-place-item-#{$value} {
245
- place-items: $value;
246
- }
247
- }
248
-
249
- // Place Self
250
- @each $value in $place-selfs {
251
- .ax-place-self-#{$value} {
252
- place-self: $value;
253
- }
254
- }
@@ -1,42 +0,0 @@
1
- @import "../../variables/bases/interactivity";
2
-
3
- // Appearance
4
- .ax-appearance-none {
5
- appearance: none;
6
- }
7
-
8
- // Cursor
9
- @each $key, $value in $cursors {
10
- .ax-cursor-#{$key} {
11
- cursor: $value;
12
- }
13
- }
14
-
15
- // Outline
16
- @each $key, $value in $outlines {
17
- .ax-outline-#{$key} {
18
- outline: 2px solid $value;
19
- outline-offset: 2px;
20
- }
21
- }
22
-
23
- // Pointer Events
24
- @each $value in $pointer-events {
25
- .ax-pointer-events-#{$value} {
26
- pointer-events: $value;
27
- }
28
- }
29
-
30
- // Resize
31
- @each $key, $value in $resizes {
32
- .ax-#{$key} {
33
- resize: $value;
34
- }
35
- }
36
-
37
- // User Select
38
- @each $key, $value in $selects {
39
- .ax-select-#{$key} {
40
- user-select: $value;
41
- }
42
- }
@@ -1,207 +0,0 @@
1
- @import "../../variables/bases/layout";
2
-
3
- // container
4
- .ax-container {
5
- width: 100%;
6
- @each $value in $container-media-queries {
7
- @media only screen and (max-width: $value) {
8
- max-width: $value;
9
- }
10
- }
11
- }
12
-
13
- // box decoration break
14
- .ax-decoration-slice {
15
- box-decoration-break: slice;
16
- }
17
- .ax-decoration-clone {
18
- box-decoration-break: clone;
19
- }
20
-
21
- // box sizing
22
- @each $key, $value in $box-sizings {
23
- .ax-box-#{$key} {
24
- box-sizing: $value;
25
- }
26
- }
27
- // display
28
- @each $value in $displays {
29
- .ax-#{$value} {
30
- display: $value;
31
- }
32
- }
33
-
34
- // float
35
- @each $value in $floats {
36
- .ax-float-#{$value} {
37
- float: $value;
38
- }
39
- }
40
-
41
- // clear
42
- @each $value in $clears {
43
- .ax-clear-#{$value} {
44
- clear: $value;
45
- }
46
- }
47
-
48
- // isolation
49
- .ax-isolate {
50
- isolation: isolate;
51
- }
52
- .ax-isolate-auto {
53
- isolation: auto;
54
- }
55
-
56
- // object fit
57
- @each $value in $object-fits {
58
- .ax-object-#{$value} {
59
- object-fit: $value;
60
- }
61
- }
62
- // object positon
63
- @each $key, $value in $object-positions {
64
- .ax-object-#{$key} {
65
- object-position: $value;
66
- }
67
- }
68
- // overflow
69
- @each $key, $value in $overflows {
70
- .ax-overflow-#{$key} {
71
- overflow: $value;
72
- }
73
- }
74
- @each $key, $value in $overflows {
75
- .ax-overflow-x-#{$key} {
76
- overflow: $value;
77
- }
78
- }
79
- @each $key, $value in $overflows {
80
- .ax-overflow-y-#{$key} {
81
- overflow: $value;
82
- }
83
- }
84
- // overscroll behavior
85
- @each $key, $value in $overscroll-behaviors {
86
- .ax-overscroll-#{$key} {
87
- overscroll-behavior: $value;
88
- }
89
- }
90
- @each $key, $value in $overscroll-behaviors {
91
- .ax-overscroll-x-#{$key} {
92
- overscroll-behavior: $value;
93
- }
94
- }
95
- @each $key, $value in $overscroll-behaviors {
96
- .ax-overscroll-y-#{$key} {
97
- overscroll-behavior: $value;
98
- }
99
- }
100
- // position
101
- @each $value in $positions {
102
- .ax-#{$value} {
103
- position: $value;
104
- }
105
- }
106
-
107
- // top / right / bottom / left
108
-
109
- @each $key, $value in $position-sizes {
110
- //instet
111
- .ax-inset-#{$key} {
112
- top: #{$value};
113
- right: #{$value};
114
- bottom: #{$value};
115
- left: #{$value};
116
- }
117
- .ax--inset-#{$key} {
118
- top: -#{$value};
119
- right: -#{$value};
120
- bottom: -#{$value};
121
- left: -#{$value};
122
- }
123
-
124
- //x
125
- .ax-x-#{$key} {
126
- left: #{$value};
127
- right: #{$value};
128
- }
129
- .ax--x-#{$key} {
130
- left: -#{$value};
131
- right: -#{$value};
132
- }
133
-
134
- //y
135
- .ax-y-#{$key} {
136
- top: #{$value};
137
- bottom: #{$value};
138
- }
139
- .ax--y-#{$key} {
140
- top: -#{$value};
141
- bottom: -#{$value};
142
- }
143
-
144
- //inset x
145
- .ax-inset-x-#{$key} {
146
- left: #{$value};
147
- right: #{$value};
148
- }
149
- .ax--inset-x-#{$key} {
150
- left: -#{$value};
151
- right: -#{$value};
152
- }
153
-
154
- //inset y
155
- .ax-inset-y-#{$key} {
156
- top: #{$value};
157
- bottom: #{$value};
158
- }
159
- .ax--inset-y-#{$key} {
160
- top: -#{$value};
161
- bottom: -#{$value};
162
- }
163
-
164
- //top
165
- .ax-top-#{$key} {
166
- top: #{$value};
167
- }
168
- .ax--top-#{$key} {
169
- top: -#{$value};
170
- }
171
-
172
- //right
173
- .ax-right-#{$key} {
174
- right: #{$value};
175
- }
176
- .ax--right-#{$key} {
177
- right: -#{$value};
178
- }
179
-
180
- //bottom
181
- .ax-bottom-#{$key} {
182
- bottom: #{$value};
183
- }
184
- .ax--bottom-#{$key} {
185
- bottom: -#{$value};
186
- }
187
-
188
- //left
189
- .ax-left-#{$key} {
190
- left: #{$value};
191
- }
192
- .ax--left-#{$key} {
193
- left: -#{$value};
194
- }
195
- }
196
- // visibility
197
- @each $key, $value in $visibilities {
198
- .ax-#{$key} {
199
- visibility: $value;
200
- }
201
- }
202
- // z-index
203
- @each $value in $z-indexs {
204
- .ax-z-#{$value} {
205
- z-index: $value;
206
- }
207
- }