@acorex/styles 3.0.27 → 3.0.31

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.
@@ -1,107 +1,107 @@
1
- // filter
2
- .ag-menu {
3
- border-color: var(--border-color);
4
- resize: none;
5
- }
6
-
7
- .ax-grid-filter-container {
8
- min-width: 140px;
9
- margin: var(--sp-sm-size);
10
- min-height: 100px;
11
- display: flex;
12
- flex-direction: column;
13
- justify-content: center;
14
- align-items: center;
15
- legend {
16
- font-size: inherit !important;
17
- }
18
- .btn-group {
19
- width: 100%;
20
- margin: var(--sp-md-size) 0 0 0;
21
- }
22
- .ax-field-set {
23
- min-width: 200px !important;
24
- }
25
- }
26
-
27
- // grid
28
- ag-grid-angular {
29
- width: 100%;
30
- }
31
-
32
- .ag-theme-balham {
33
- .ax-field-set-button {
34
- margin: 4px 2px !important;
35
- }
36
- .ag-header {
37
- background-color: var(--ax-primary-trans-light-color) !important;
38
- border-color: var(--ax-border-color);
39
- }
40
- .ag-root {
41
- border-color: var(--ax-border-color) !important;
42
- }
43
- .ag-cell {
44
- ax-check-box {
45
- display: flex;
46
- justify-content: center;
47
- align-items: center;
48
- .checkmark {
49
- height: 16px;
50
- width: 16px;
51
- }
52
- }
53
- ax-button {
54
- .ax-button {
55
- display: inline-flex;
56
- margin: 4px 0px 0 5px;
57
- }
58
- .btn {
59
- padding: 0 0.75rem;
60
- font-size: 0.85rem;
61
- line-height: 1.2;
62
- }
63
- }
64
- }
65
- }
66
-
67
- .ag-theme-balham .ag-filter input[type="text"],
68
- .ag-theme-balham .ag-filter input[type="date"] {
69
- padding-left: 0.5em !important;
70
- }
71
-
72
- .ax-grid-command-button {
73
- border: none;
74
- width: var(--el-md-size);
75
- height: var(--el-md-size);
76
- text-align: center;
77
- display: inline-flex;
78
- justify-content: center;
79
- font-size: 12px;
80
- align-items: center;
81
- }
82
-
83
- ax-command-cell {
84
- display: flex;
85
- justify-content: flex-start;
86
- align-items: center;
87
- height: 100%;
88
- }
89
-
90
- :host {
91
- ax-toolbar {
92
- width: 100%;
93
- .ax-toolbar {
94
- background: var(--ax-white-color);
95
- padding: 0.5em;
96
- z-index: 2;
97
- width: 100%;
98
- border: 1px solid var(--ax-border-color);
99
- border-bottom: 0;
100
- button {
101
- i {
102
- vertical-align: middle;
103
- }
104
- }
105
- }
106
- }
1
+ // filter
2
+ .ag-menu {
3
+ border-color: var(--border-color);
4
+ resize: none;
5
+ }
6
+
7
+ .ax-grid-filter-container {
8
+ min-width: 140px;
9
+ margin: var(--sp-sm-size);
10
+ min-height: 100px;
11
+ display: flex;
12
+ flex-direction: column;
13
+ justify-content: center;
14
+ align-items: center;
15
+ legend {
16
+ font-size: inherit !important;
17
+ }
18
+ .btn-group {
19
+ width: 100%;
20
+ margin: var(--sp-md-size) 0 0 0;
21
+ }
22
+ .ax-field-set {
23
+ min-width: 200px !important;
24
+ }
25
+ }
26
+
27
+ // grid
28
+ ag-grid-angular {
29
+ width: 100%;
30
+ }
31
+
32
+ .ag-theme-balham {
33
+ .ax-field-set-button {
34
+ margin: 4px 2px !important;
35
+ }
36
+ .ag-header {
37
+ background-color: var(--ax-primary-trans-light-color) !important;
38
+ border-color: var(--ax-border-color);
39
+ }
40
+ .ag-root {
41
+ border-color: var(--ax-border-color) !important;
42
+ }
43
+ .ag-cell {
44
+ ax-check-box {
45
+ display: flex;
46
+ justify-content: center;
47
+ align-items: center;
48
+ .checkmark {
49
+ height: 16px;
50
+ width: 16px;
51
+ }
52
+ }
53
+ ax-button {
54
+ .ax-button {
55
+ display: inline-flex;
56
+ margin: 4px 0px 0 5px;
57
+ }
58
+ .btn {
59
+ padding: 0 0.75rem;
60
+ font-size: 0.85rem;
61
+ line-height: 1.2;
62
+ }
63
+ }
64
+ }
65
+ }
66
+
67
+ .ag-theme-balham .ag-filter input[type="text"],
68
+ .ag-theme-balham .ag-filter input[type="date"] {
69
+ padding-left: 0.5em !important;
70
+ }
71
+
72
+ .ax-grid-command-button {
73
+ border: none;
74
+ width: var(--el-md-size);
75
+ height: var(--el-md-size);
76
+ text-align: center;
77
+ display: inline-flex;
78
+ justify-content: center;
79
+ font-size: 12px;
80
+ align-items: center;
81
+ }
82
+
83
+ ax-command-cell {
84
+ display: flex;
85
+ justify-content: flex-start;
86
+ align-items: center;
87
+ height: 100%;
88
+ }
89
+
90
+ :host {
91
+ ax-toolbar {
92
+ width: 100%;
93
+ .ax-toolbar {
94
+ background: var(--ax-white-color);
95
+ padding: 0.5em;
96
+ z-index: 2;
97
+ width: 100%;
98
+ border: 1px solid var(--ax-border-color);
99
+ border-bottom: 0;
100
+ button {
101
+ i {
102
+ vertical-align: middle;
103
+ }
104
+ }
105
+ }
106
+ }
107
107
  }
package/scss/drawer.scss CHANGED
@@ -1,27 +1,27 @@
1
- .ax-drawer-overlay {
2
- position: fixed;
3
- top: 0;
4
- left: 0;
5
- width: 100%;
6
- height: 100%;
7
- z-index: 999999;
8
-
9
- .ax-drawer-container {
10
- background: #fff;
11
- height: 100%;
12
- }
13
- }
14
- .ax-drawer-underlay {
15
- &::before {
16
- position: fixed;
17
- background-color: rgba(0, 0, 0, 0.3);
18
- top: 0;
19
- left: 0;
20
- width: 100%;
21
- height: 100%;
22
- content: "";
23
- z-index: 9999;
24
- }
25
- }
26
-
27
-
1
+ .ax-drawer-overlay {
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 100%;
7
+ z-index: 999999;
8
+
9
+ .ax-drawer-container {
10
+ background: #fff;
11
+ height: 100%;
12
+ }
13
+ }
14
+ .ax-drawer-underlay {
15
+ &::before {
16
+ position: fixed;
17
+ background-color: rgba(0, 0, 0, 0.3);
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 100%;
22
+ content: "";
23
+ z-index: 9999;
24
+ }
25
+ }
26
+
27
+
@@ -1,23 +1,23 @@
1
- @import "./mixin.scss";
2
-
3
- .ax {
4
- &.fieldset {
5
- border: 1px solid;
6
- border-color: var(--ax-border-color);
7
- padding: 0.5em;
8
- @include ax-border-radius(var(--ax-size-border-radius));
9
-
10
- legend {
11
- padding: 0 0.5em;
12
- cursor: pointer;
13
- user-select: none;
14
- }
15
-
16
- >.fieldset-content {
17
- width: 100%;
18
- height: 100%;
19
- display: block;
20
- margin-block-end: 0.5em;
21
- }
22
- }
1
+ @import "./mixin.scss";
2
+
3
+ .ax {
4
+ &.fieldset {
5
+ border: 1px solid;
6
+ border-color: var(--ax-border-color);
7
+ padding: 0.5em;
8
+ @include ax-border-radius(var(--ax-size-border-radius));
9
+
10
+ legend {
11
+ padding: 0 0.5em;
12
+ cursor: pointer;
13
+ user-select: none;
14
+ }
15
+
16
+ >.fieldset-content {
17
+ width: 100%;
18
+ height: 100%;
19
+ display: block;
20
+ margin-block-end: 0.5em;
21
+ }
22
+ }
23
23
  }