@acorex/styles 5.7.0 → 6.0.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/index.js +191 -0
- package/index.scss +0 -1
- package/package.json +1 -1
- package/src/base/index.scss +3 -1
- package/src/components/_action-sheet.scss +2 -3
- package/src/components/_alert.scss +319 -39
- package/src/components/_avatar.scss +1 -3
- package/src/components/_badge.scss +150 -6
- package/src/components/_breadcrumbs.scss +14 -11
- package/src/components/_button.scss +162 -131
- package/src/components/_calendar.scss +5 -5
- package/src/components/_checkbox.scss +3 -8
- package/src/components/_collapse.scss +5 -12
- package/src/components/_color-palette.scss +9 -25
- package/src/components/_color-picker.scss +2 -2
- package/src/components/_data-table.scss +6 -6
- package/src/components/_datapager.scss +3 -3
- package/src/components/_decoration.scss +13 -13
- package/src/components/_dialog.scss +1 -1
- package/src/components/_drawer.scss +7 -7
- package/src/components/_dropdown.scss +8 -10
- package/src/components/_editor-container.scss +13 -13
- package/src/components/_fieldset.scss +2 -2
- package/src/components/_form.scss +1 -1
- package/src/components/_input.scss +1 -1
- package/src/components/_label.scss +1 -1
- package/src/components/_list.scss +8 -23
- package/src/components/_loading.scss +14 -21
- package/src/components/_menu.scss +4 -5
- package/src/components/_numberbox.scss +1 -3
- package/src/components/_popup.scss +7 -7
- package/src/components/_progress.scss +11 -13
- package/src/components/_radio.scss +1 -1
- package/src/components/_range-slider.scss +162 -31
- package/src/components/_result.scss +2 -3
- package/src/components/_selectbox.scss +2 -2
- package/src/components/_selection-list.scss +1 -1
- package/src/components/_switch.scss +0 -1
- package/src/components/_table.scss +5 -5
- package/src/components/_tabs.scss +3 -3
- package/src/components/_textarea.scss +5 -6
- package/src/components/_toast.scss +1 -1
- package/src/components/_treeview.scss +0 -1
- package/src/components/index.scss +0 -2
- package/src/icons/demo-files/demo.css +152 -152
- package/src/icons/demo-files/demo.js +30 -30
- package/src/utility/_mixins.scss +6 -6
- package/src/utility/index.scss +3 -3
- package/src/components/_picker.scss +0 -179
- package/src/components/_side-menu.scss +0 -42
- package/src/components/_switch copy.scss +0 -185
@@ -1,152 +1,152 @@
|
|
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
|
+
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 +1,30 @@
|
|
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
|
-
}());
|
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
|
+
}());
|
package/src/utility/_mixins.scss
CHANGED
@@ -41,13 +41,13 @@
|
|
41
41
|
|
42
42
|
@mixin control-states($type) {
|
43
43
|
@if ($type == "editor") {
|
44
|
-
@apply dark:ax-border-white/
|
44
|
+
@apply dark:ax-border-white/10 dark:ax-bg-white/10 dark:ax-backdrop-blur-3xl;
|
45
45
|
}
|
46
46
|
@if ($type == "editor-disabled") {
|
47
|
-
@apply ax-bg-light-100 ax-text-light-fore dark:ax-border-white/
|
47
|
+
@apply ax-bg-light-100 ax-text-light-fore dark:ax-border-white/10 dark:ax-bg-white/[0.-04] dark:ax-text-opacity-60 ax-cursor-not-allowed #{!important};
|
48
48
|
}
|
49
49
|
@if ($type == "surface") {
|
50
|
-
@apply dark:ax-bg-default-background dark:ax-border-white/
|
50
|
+
@apply dark:ax-bg-default-background dark:ax-border-white/10 dark:ax-shadow-md;
|
51
51
|
}
|
52
52
|
}
|
53
53
|
|
@@ -63,8 +63,8 @@
|
|
63
63
|
}
|
64
64
|
}
|
65
65
|
@if ($look == "outline") {
|
66
|
-
@apply ax-bg-transparent ax-text-#{$color}-500 ax-border ax-rounded-
|
67
|
-
ax-header {
|
66
|
+
@apply ax-bg-transparent ax-text-#{$color}-500 ax-border ax-rounded-default ax-border-#{$color}-500;
|
67
|
+
.ax-header {
|
68
68
|
@apply ax-bg-#{$color}-50;
|
69
69
|
}
|
70
70
|
.ax-alert-progress{
|
@@ -99,7 +99,7 @@
|
|
99
99
|
}
|
100
100
|
|
101
101
|
// @mixin button-on-colorful-bg {
|
102
|
-
// ax-button {
|
102
|
+
// .ax-button {
|
103
103
|
// @apply ax-bg-black/20 ax-text-sm ax-border-0 ax-outline-0 ax-ring-0 ax-ring-transparent ax-h-auto ax-shadow-none ax-font-semibold #{!important};
|
104
104
|
// & > button {
|
105
105
|
// @apply ax-py-1.5 ax-px-2;
|
package/src/utility/index.scss
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
@layer utilities {
|
2
2
|
.ax-sm {
|
3
|
-
--ax-base-size:
|
3
|
+
--ax-base-size: calc(var(--ax-size) - 2px);
|
4
4
|
font-size: 0.75rem;
|
5
5
|
* {
|
6
6
|
font-size: 0.75rem;
|
7
7
|
}
|
8
8
|
}
|
9
9
|
.ax-md {
|
10
|
-
--ax-base-size:
|
10
|
+
--ax-base-size: var(--ax-size);
|
11
11
|
font-size: 1rem;
|
12
12
|
* {
|
13
13
|
font-size: 1rem;
|
14
14
|
}
|
15
15
|
}
|
16
16
|
.ax-lg {
|
17
|
-
--ax-base-size:
|
17
|
+
--ax-base-size: calc(var(--ax-size) + 2px);
|
18
18
|
font-size: 1.125rem;
|
19
19
|
* {
|
20
20
|
font-size: 1.125rem;
|
@@ -1,179 +0,0 @@
|
|
1
|
-
// @layer components {
|
2
|
-
// ax-picker,
|
3
|
-
// .ax-picker {
|
4
|
-
// @apply ax-relative;
|
5
|
-
// ax-carousel {
|
6
|
-
// &::before {
|
7
|
-
// @apply ax-top-0;
|
8
|
-
// /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.08+0,0+100;Neutral+Density */
|
9
|
-
// background: -moz-linear-gradient(
|
10
|
-
// top,
|
11
|
-
// rgba(226, 232, 240, 0.08) 0%,
|
12
|
-
// rgba(226, 232, 240, 0) 100%
|
13
|
-
// ); /* FF3.6-15 */
|
14
|
-
// background: -webkit-linear-gradient(
|
15
|
-
// top,
|
16
|
-
// rgba(226, 232, 240, 0.70) 0%,
|
17
|
-
// rgba(226, 232, 240, 0) 100%
|
18
|
-
// ); /* Chrome10-25,Safari5.1-6 */
|
19
|
-
// background: linear-gradient(
|
20
|
-
// to bottom,
|
21
|
-
// rgba(226, 232, 240, 0.70) 0%,
|
22
|
-
// rgba(226, 232, 240, 0) 100%
|
23
|
-
// ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
24
|
-
// filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
|
25
|
-
// }
|
26
|
-
// &::after {
|
27
|
-
// @apply ax-bottom-0;
|
28
|
-
// /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.70+0,0+100;Neutral+Density */
|
29
|
-
// background: -moz-linear-gradient(
|
30
|
-
// bottom,
|
31
|
-
// rgba(226, 232, 240, 0.70) 0%,
|
32
|
-
// rgba(226, 232, 240, 0) 100%
|
33
|
-
// ); /* FF3.6-15 */
|
34
|
-
// background: -webkit-linear-gradient(
|
35
|
-
// bottom,
|
36
|
-
// rgba(226, 232, 240, 0.70) 0%,
|
37
|
-
// rgba(226, 232, 240, 0) 100%
|
38
|
-
// ); /* Chrome10-25,Safari5.1-6 */
|
39
|
-
// background: linear-gradient(
|
40
|
-
// to top,
|
41
|
-
// rgba(226, 232, 240, 0.70) 0%,
|
42
|
-
// rgba(226, 232, 240, 0) 100%
|
43
|
-
// ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
44
|
-
// filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
|
45
|
-
// }
|
46
|
-
// &::before,
|
47
|
-
// &::after {
|
48
|
-
// @apply ax-absolute ax-h-1/2 ax-w-full ax-start-0 ax-pointer-events-none;
|
49
|
-
// content: "";
|
50
|
-
// }
|
51
|
-
// }
|
52
|
-
// .ax-picker-item {
|
53
|
-
// @apply ax-block ax-p-4 ax-text-sm;
|
54
|
-
// &.is-active {
|
55
|
-
// @apply ax-text-base ax-text-primary-500 ax-transition-all;
|
56
|
-
// }
|
57
|
-
// }
|
58
|
-
// }
|
59
|
-
// }
|
60
|
-
|
61
|
-
// @layer components {
|
62
|
-
// ax-picker {
|
63
|
-
// @apply ax-max-h-full ax-overflow-y-scroll;
|
64
|
-
// scroll-snap-type: mandatory;
|
65
|
-
// scroll-snap-points-y: repeat(1rem);
|
66
|
-
// scroll-snap-type: y mandatory;
|
67
|
-
// li {
|
68
|
-
// @apply ax-py-4 ax-flex ax-flex-col ax-items-center ax-justify-center ax-snap-start ax-text-sm;
|
69
|
-
// }
|
70
|
-
// }
|
71
|
-
// }
|
72
|
-
.ng-data-picker {
|
73
|
-
font-size: 1rem;
|
74
|
-
height: 10em;
|
75
|
-
position: relative;
|
76
|
-
background-color: white;
|
77
|
-
overflow: hidden;
|
78
|
-
}
|
79
|
-
.ng-data-picker.black {
|
80
|
-
color: white;
|
81
|
-
}
|
82
|
-
.ng-data-picker .picker-group {
|
83
|
-
}
|
84
|
-
.ng-data-picker .picker-list {
|
85
|
-
height: 6.25em;
|
86
|
-
position: relative;
|
87
|
-
top: 4em; // half of picker height - half of item height
|
88
|
-
}
|
89
|
-
.ng-data-picker .picker-item {
|
90
|
-
position: absolute;
|
91
|
-
top: 0;
|
92
|
-
left: 0;
|
93
|
-
overflow: hidden;
|
94
|
-
width: 100%;
|
95
|
-
text-overflow: ellipsis;
|
96
|
-
white-space: nowrap;
|
97
|
-
display: block;
|
98
|
-
text-align: center;
|
99
|
-
will-change: transform;
|
100
|
-
contain: strict;
|
101
|
-
height: 2em;
|
102
|
-
line-height: 2;
|
103
|
-
font-size: 1em;
|
104
|
-
}
|
105
|
-
.ng-data-picker .selected-item {
|
106
|
-
}
|
107
|
-
|
108
|
-
/* picker handle layer */
|
109
|
-
.ng-data-picker .picker-handle-layer {
|
110
|
-
position: absolute;
|
111
|
-
width: 100%;
|
112
|
-
height: calc(100% + 2px);
|
113
|
-
left: 0;
|
114
|
-
right: 0;
|
115
|
-
top: -1px;
|
116
|
-
bottom: -1px;
|
117
|
-
}
|
118
|
-
.ng-data-picker .picker-handle-layer .picker-top {
|
119
|
-
border-bottom: 0.55px solid rgba(74, 73, 89, 0.5);
|
120
|
-
background: linear-gradient(to bottom, white 2%, rgba(255, 255, 255, 0.1) 100%);
|
121
|
-
transform: translate3d(0, 0, 5.625em);
|
122
|
-
}
|
123
|
-
.ng-data-picker .picker-handle-layer .picker-middle {
|
124
|
-
height: 2em;
|
125
|
-
}
|
126
|
-
.ng-data-picker .picker-handle-layer .picker-bottom {
|
127
|
-
border-top: 0.55px solid rgba(74, 73, 89, 0.5);
|
128
|
-
background: linear-gradient(to top, white 2%, rgba(255, 255, 255, 0.1) 100%);
|
129
|
-
transform: translate3d(0, 0, 5.625em);
|
130
|
-
}
|
131
|
-
|
132
|
-
/* flex system */
|
133
|
-
.flex-box {
|
134
|
-
display: flex;
|
135
|
-
}
|
136
|
-
.flex-box.dir-column {
|
137
|
-
flex-direction: column;
|
138
|
-
}
|
139
|
-
.flex-box.dir-row {
|
140
|
-
flex-direction: row;
|
141
|
-
}
|
142
|
-
|
143
|
-
/* flex system - for items */
|
144
|
-
.flex-box .weight-1 {
|
145
|
-
flex: 1;
|
146
|
-
}
|
147
|
-
.flex-box .weight-2 {
|
148
|
-
flex: 2;
|
149
|
-
}
|
150
|
-
.flex-box .weight-3 {
|
151
|
-
flex: 3;
|
152
|
-
}
|
153
|
-
.flex-box .weight-4 {
|
154
|
-
flex: 4;
|
155
|
-
}
|
156
|
-
.flex-box .weight-5 {
|
157
|
-
flex: 5;
|
158
|
-
}
|
159
|
-
.flex-box .weight-6 {
|
160
|
-
flex: 6;
|
161
|
-
}
|
162
|
-
.flex-box .weight-7 {
|
163
|
-
flex: 7;
|
164
|
-
}
|
165
|
-
.flex-box .weight-8 {
|
166
|
-
flex: 8;
|
167
|
-
}
|
168
|
-
.flex-box .weight-9 {
|
169
|
-
flex: 9;
|
170
|
-
}
|
171
|
-
.flex-box .weight-10 {
|
172
|
-
flex: 10;
|
173
|
-
}
|
174
|
-
.flex-box .weight-11 {
|
175
|
-
flex: 11;
|
176
|
-
}
|
177
|
-
.flex-box .weight-12 {
|
178
|
-
flex: 12;
|
179
|
-
}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
@layer components {
|
2
|
-
.ax-side-menu {
|
3
|
-
@apply ax-list-none ax-p-0 ax-m-0;
|
4
|
-
.ax-side-menu-item {
|
5
|
-
@apply ax-flex ax-items-center ax-p-2 ax-cursor-pointer;
|
6
|
-
&:hover {
|
7
|
-
@apply ax-bg-light-100;
|
8
|
-
}
|
9
|
-
&:focus {
|
10
|
-
@apply ax-outline-none ax-ring-2 ax-ring-primary-500 ax-ring-opacity-100 ax-border-transparent;
|
11
|
-
}
|
12
|
-
.ax-side-menu-icon {
|
13
|
-
@apply ax-pr-2 ax-h-full ax-flex ax-items-center;
|
14
|
-
}
|
15
|
-
.ax-side-menu-text {
|
16
|
-
@apply ax-flex-1;
|
17
|
-
}
|
18
|
-
.ax-side-menu-badge {
|
19
|
-
}
|
20
|
-
}
|
21
|
-
&.ax-alternate {
|
22
|
-
.ax-side-menu-item {
|
23
|
-
&:nth-child(odd) {
|
24
|
-
@apply ax-bg-light-100;
|
25
|
-
}
|
26
|
-
&:hover {
|
27
|
-
@apply ax-bg-light-300;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
}
|
31
|
-
&.ax-divided {
|
32
|
-
.ax-side-menu-item {
|
33
|
-
&:not(:last-child) {
|
34
|
-
@apply ax-border-b ax-border ax-border-solid;
|
35
|
-
}
|
36
|
-
&:hover {
|
37
|
-
@apply ax-bg-light-100;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
}
|
42
|
-
}
|