bkui-vue 2.0.1-beta.98 → 2.0.1
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/dist/index.cjs.js +133 -159
- package/dist/index.esm.js +26188 -29904
- package/dist/index.umd.js +133 -159
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +0 -130
- package/lib/affix/affix.variable.css +1 -261
- package/lib/alert/alert.css +3 -133
- package/lib/alert/alert.variable.css +1 -261
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.variable.css +4 -394
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -261
- package/lib/breadcrumb/breadcrumb.css +5 -135
- package/lib/breadcrumb/breadcrumb.variable.css +6 -396
- package/lib/button/button.css +143 -273
- package/lib/button/button.variable.css +1 -261
- package/lib/button/index.d.ts +2 -1
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -395
- package/lib/cascader/cascader.css +27 -153
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/cascader.less +5 -0
- package/lib/cascader/cascader.variable.css +28 -414
- package/lib/cascader/index.d.ts +6 -6
- package/lib/cascader/index.js +15 -747
- package/lib/checkbox/checkbox.css +10 -140
- package/lib/checkbox/checkbox.variable.css +1 -261
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -261
- package/lib/collapse/collapse.css +1 -131
- package/lib/collapse/collapse.variable.css +1 -261
- package/lib/collapse-transition/collapse-transition.css +0 -130
- package/lib/collapse-transition/collapse-transition.variable.css +1 -261
- package/lib/color-picker/color-picker.css +0 -130
- package/lib/color-picker/color-picker.variable.css +1 -261
- package/lib/color-picker/index.js +8 -254
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -261
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -391
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.variable.css +1 -261
- package/lib/date-picker/index.d.ts +2 -1
- package/lib/date-picker/index.js +103 -92
- package/lib/dialog/dialog.css +8 -138
- package/lib/dialog/dialog.variable.css +9 -399
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +1 -2
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.variable.css +1 -261
- package/lib/dropdown/dropdown.css +0 -130
- package/lib/dropdown/dropdown.variable.css +1 -391
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.variable.css +1 -261
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -261
- package/lib/form/form.css +0 -130
- package/lib/form/form.variable.css +1 -261
- package/lib/image/image-viewer.css +0 -130
- package/lib/image/image-viewer.variable.css +1 -261
- package/lib/image/image.css +0 -130
- package/lib/image/image.variable.css +1 -391
- package/lib/index.js +1 -1
- package/lib/info-box/info-box.css +4 -134
- package/lib/info-box/info-box.variable.css +1 -261
- package/lib/input/input.css +75 -205
- package/lib/input/input.variable.css +76 -466
- package/lib/link/link.css +16 -146
- package/lib/link/link.variable.css +1 -261
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.variable.css +17 -407
- package/lib/menu/menu.css +20 -150
- package/lib/menu/menu.variable.css +21 -411
- package/lib/menu/submenu.css +0 -130
- package/lib/menu/submenu.variable.css +1 -261
- package/lib/message/message.css +21 -151
- package/lib/message/message.variable.css +1 -261
- package/lib/modal/index.js +3 -0
- package/lib/modal/modal.css +4 -134
- package/lib/modal/modal.variable.css +5 -395
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.variable.css +1 -261
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -261
- package/lib/overflow-title/components/overflow-title.d.ts +20 -0
- package/lib/overflow-title/index.d.ts +40 -0
- package/lib/overflow-title/index.js +2 -1
- package/lib/overflow-title/overflow-title.css +3 -0
- package/lib/overflow-title/overflow-title.less +4 -0
- package/lib/overflow-title/overflow-title.variable.css +3 -0
- package/lib/overflow-title/props.d.ts +10 -0
- package/lib/pagination/index.d.ts +3 -3
- package/lib/pagination/pagination.css +1 -131
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/pagination/pagination.variable.css +1 -261
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +32 -21265
- package/lib/pop-confirm/index.d.ts +8 -0
- package/lib/pop-confirm/index.js +16 -8
- package/lib/pop-confirm/pop-confirm.css +0 -130
- package/lib/pop-confirm/pop-confirm.d.ts +4 -0
- package/lib/pop-confirm/pop-confirm.variable.css +1 -261
- package/lib/pop-confirm/props.d.ts +3 -0
- package/lib/popover/index.d.ts +49 -3
- package/lib/popover/index.js +87 -17449
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.d.ts +23 -1
- package/lib/popover/popover.variable.css +1 -261
- package/lib/popover/props.d.ts +16 -0
- package/lib/popover/use-popover-init.d.ts +1 -2
- package/lib/popover/utils.d.ts +1 -1
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -261
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.variable.css +5 -395
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.variable.css +1 -261
- package/lib/rate/rate.css +0 -130
- package/lib/rate/rate.variable.css +1 -261
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.variable.css +1 -261
- package/lib/scrollbar/css/scrollbar.css +0 -130
- package/lib/scrollbar/css/scrollbar.variable.css +1 -261
- package/lib/search-select/index.d.ts +6 -0
- package/lib/search-select/index.js +36 -9
- package/lib/search-select/input.d.ts +1 -0
- package/lib/search-select/search-select.css +78 -208
- package/lib/search-select/search-select.d.ts +2 -0
- package/lib/search-select/search-select.less +39 -39
- package/lib/search-select/search-select.variable.css +79 -469
- package/lib/search-select/selected.d.ts +2 -0
- package/lib/select/index.d.ts +78 -7
- package/lib/select/index.js +83 -74
- package/lib/select/select.css +42 -169
- package/lib/select/select.d.ts +32 -2
- package/lib/select/select.less +4 -0
- package/lib/select/select.variable.css +43 -430
- package/lib/sideslider/sideslider.css +1 -131
- package/lib/sideslider/sideslider.variable.css +1 -261
- package/lib/slider/slider.css +5 -135
- package/lib/slider/slider.variable.css +1 -261
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.variable.css +1 -261
- package/lib/styles/mixins/animate.css +0 -130
- package/lib/styles/mixins/animate.variable.css +1 -261
- package/lib/styles/mixins/mixins.css +0 -130
- package/lib/styles/mixins/mixins.variable.css +0 -130
- package/lib/styles/mixins/popper.css +0 -130
- package/lib/styles/mixins/popper.variable.css +1 -261
- package/lib/styles/mixins/scroll.css +0 -130
- package/lib/styles/mixins/scroll.variable.css +1 -261
- package/lib/styles/reset.css +0 -130
- package/lib/styles/reset.variable.css +1 -261
- package/lib/styles/themes/themes.less +130 -299
- package/lib/swiper/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -261
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.variable.css +18 -408
- package/lib/tab/tab.css +26 -156
- package/lib/tab/tab.variable.css +1 -261
- package/lib/table/components/table-column.d.ts +1 -1
- package/lib/table/index.d.ts +7 -7
- package/lib/table/index.js +59 -17260
- package/lib/table/plugins/head-filter.css +0 -130
- package/lib/table/plugins/head-filter.variable.css +1 -261
- package/lib/table/plugins/head-sort.css +0 -130
- package/lib/table/plugins/head-sort.variable.css +1 -261
- package/lib/table/plugins/settings.css +0 -130
- package/lib/table/plugins/settings.variable.css +1 -261
- package/lib/table/table.css +189 -319
- package/lib/table/table.d.ts +2 -2
- package/lib/table/table.variable.css +190 -580
- package/lib/table-column/index.d.ts +3 -3
- package/lib/table-column/index.js +9 -17991
- package/lib/tag/tag.css +5 -135
- package/lib/tag/tag.variable.css +1 -261
- package/lib/tag-input/index.d.ts +52 -10
- package/lib/tag-input/index.js +134 -17399
- package/lib/tag-input/tag-input.css +21 -148
- package/lib/tag-input/tag-input.d.ts +24 -4
- package/lib/tag-input/tag-input.less +4 -0
- package/lib/tag-input/tag-input.variable.css +4 -261
- package/lib/tag-input/tag-props.d.ts +11 -1
- package/lib/tag-input/tag-render.d.ts +2 -2
- package/lib/time-picker/time-picker.css +0 -130
- package/lib/time-picker/time-picker.variable.css +1 -261
- package/lib/timeline/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -261
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/transfer.css +19 -149
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.variable.css +1 -261
- package/lib/tree/index.d.ts +3 -3
- package/lib/tree/index.js +11 -17270
- package/lib/tree/tree.css +10 -140
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/tree.variable.css +11 -401
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.variable.css +28 -418
- package/lib/virtual-render/index.d.ts +3 -3
- package/lib/virtual-render/index.js +8 -17267
- package/lib/virtual-render/virtual-render.css +0 -130
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/lib/virtual-render/virtual-render.variable.css +1 -391
- package/package.json +1 -1
- package/lib/styles/themes/themes.css +0 -130
- package/lib/styles/themes/themes.variable.css +0 -130
package/lib/button/button.css
CHANGED
@@ -1,145 +1,15 @@
|
|
1
|
-
:root {
|
2
|
-
--bk-prefix: bk;
|
3
|
-
--popover-max-height: 216px;
|
4
|
-
--primary-color: #3a84ff;
|
5
|
-
--success-color: #2dcb56;
|
6
|
-
--warning-color: #ff9c01;
|
7
|
-
--danger-color: #ea3636;
|
8
|
-
--default-color: #63656e;
|
9
|
-
--gray-color: #979ba5;
|
10
|
-
--light-gray: #c4c6cc;
|
11
|
-
--white-color: white;
|
12
|
-
--whitesmoke-color: #fafbfd;
|
13
|
-
--disable-color: #dcdee5;
|
14
|
-
--disable-bg-color: #f9fafd;
|
15
|
-
--border-color: #dcdee5;
|
16
|
-
--font-size-base: 12px;
|
17
|
-
--font-size-medium: 14px;
|
18
|
-
--font-size-large: 16px;
|
19
|
-
--line-height-base: 16px;
|
20
|
-
--line-height-medium: 16px;
|
21
|
-
--line-height-large: 18px;
|
22
|
-
--component-size-small: 26px;
|
23
|
-
--component-size-base: 32px;
|
24
|
-
--component-size-large: 40px;
|
25
|
-
--component-size-small-padding: 0 12px;
|
26
|
-
--component-size-base-padding: 0 14px;
|
27
|
-
--component-size-large-padding: 0 16px;
|
28
|
-
--border-width-base: 1px;
|
29
|
-
--border-style-base: solid;
|
30
|
-
--border-radius-base: 2px;
|
31
|
-
--border-style-color: var(--light-gray);
|
32
|
-
--input-disabled-bg: #fafbfd;
|
33
|
-
--input-disabled-border: var(--disable-color);
|
34
|
-
--input-height-base: var(--component-size-base);
|
35
|
-
--input-color: var(--default-color);
|
36
|
-
--input-bg: white;
|
37
|
-
--input-border-color: var(--light-gray);
|
38
|
-
--input-broder-radius: 3px;
|
39
|
-
--input-shadow-color: #a3c5fd;
|
40
|
-
--input-horizontal-padding: 8px;
|
41
|
-
--input-block-color: #f5f7fa;
|
42
|
-
--input-block-hover-color: #eaebf0;
|
43
|
-
--input-icon-size: var(--font-size-medium);
|
44
|
-
--input-maxlength-color: #979ba5;
|
45
|
-
--button-primary-hover-color: #5594fa;
|
46
|
-
--button-danger-hover-color: #ff5656;
|
47
|
-
--button-success-hover-color: #45e35f;
|
48
|
-
--button-warning-hover-color: #ffb848;
|
49
|
-
--button-default-hover-border-color: #979ba5;
|
50
|
-
--button-primary-active-color: #2c77f4;
|
51
|
-
--button-danger-active-color: #db2626;
|
52
|
-
--button-success-active-color: #1ab943;
|
53
|
-
--button-warning-active-color: #eb9000;
|
54
|
-
--button-selected-bg-color: #e1ecff;
|
55
|
-
--button-disabled-selected-bg-color: #f0f1f5;
|
56
|
-
--radio-font-color: #63656e;
|
57
|
-
--radio-active-color: #3a84ff;
|
58
|
-
--radio-hover-border-color: #979ba5;
|
59
|
-
--radio-disabled-border: #dcdee5;
|
60
|
-
--radio-disabled-font-color: #c4c6cc;
|
61
|
-
--radio-disabled-checked-bg: #a3c5fd;
|
62
|
-
--radio-button-checked-bg: #e1ecff;
|
63
|
-
--radio-button-disabled-checked-bg: #fafbfd;
|
64
|
-
--checkbox-disabled-checked-bg: #a3c5fd;
|
65
|
-
--fixed-navbar-background: #fff;
|
66
|
-
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
67
|
-
--switch-default-color: #fff;
|
68
|
-
--switch-grey-color: #c4c6cc;
|
69
|
-
--breadcrumb-black-color: #979ba5;
|
70
|
-
--breadcrumb-primary-hover-color: #0082ff;
|
71
|
-
--breadcrumb-fn-main-color: #63656e;
|
72
|
-
--link-default-hover-color: #979ba5;
|
73
|
-
--link-primary-hover-color: #699df4;
|
74
|
-
--link-success-hover-color: #45e35f;
|
75
|
-
--link-warning-hover-color: #ffb848;
|
76
|
-
--link-danger-hover-color: #ff5656;
|
77
|
-
--link-default-disabled-color: #dcdee5;
|
78
|
-
--link-primary-disabled-color: #a3c5fd;
|
79
|
-
--link-success-disabled-color: #94f5a4;
|
80
|
-
--link-warning-disabled-color: #ffd695;
|
81
|
-
--link-danger-disabled-color: #fd9c9c;
|
82
|
-
--message-color: var(--default-color);
|
83
|
-
--message-primary-bg-color: #f0f8ff;
|
84
|
-
--message-primary-border-color: #e1ecff;
|
85
|
-
--message-primary-shadow-color: #e1e8f4;
|
86
|
-
--message-warning-bg-color: #fff4e2;
|
87
|
-
--message-warning-border-color: #ffe8c3;
|
88
|
-
--message-warning-shadow-color: #ede6db;
|
89
|
-
--message-success-bg-color: #f2fff4;
|
90
|
-
--message-success-border-color: #dcffe2;
|
91
|
-
--message-success-shadow-color: #cef0d7;
|
92
|
-
--message-danger-bg-color: #ffeded;
|
93
|
-
--message-danger-border-color: #ffdddd;
|
94
|
-
--message-danger-shadow-color: #f6dada;
|
95
|
-
--slider-default-bg: #dcdee5;
|
96
|
-
--slider-disable-bar-bg: #979ba5;
|
97
|
-
--menu-bg-color: #182132;
|
98
|
-
--submenu-bg-color: #151d2c;
|
99
|
-
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
100
|
-
--menu-color: #96a2b9;
|
101
|
-
--menu-group-color: var(--default-color);
|
102
|
-
--menu-width: 260px;
|
103
|
-
--menu-collapse-width: 60px;
|
104
|
-
--menu-active-color: white;
|
105
|
-
--nav-header-bg-color: #182132;
|
106
|
-
--nav-bg-color: #182132;
|
107
|
-
--date-picker-disabled-bg: #fafbfd;
|
108
|
-
--date-picker-dropdown-mb: 4px;
|
109
|
-
--date-picker-dropdown-bg: #fff;
|
110
|
-
--table-bg-color: var(--white-color);
|
111
|
-
--table-border-color: #dcdee5;
|
112
|
-
--table-strip-color: #fafbfd;
|
113
|
-
--table-head-bg-color: #fafbfd;
|
114
|
-
--table-head-font-color: #313238;
|
115
|
-
--table-body-font-color: #63656e;
|
116
|
-
--table-row-hover-bg-color: #f5f7fa;
|
117
|
-
--table-row-active-bg-color: #f0f1f5;
|
118
|
-
--cascader-panel-border-color: #dcdee5;
|
119
|
-
--cascader-panel-hover: #f5f7fa;
|
120
|
-
--cascader-panel-active: #e1ecff;
|
121
|
-
--cascader-panel-disabled-bg: #fff;
|
122
|
-
--search-select-focus-border-color: var(--primary-color);
|
123
|
-
--search-select-focus-color: #3c96ff;
|
124
|
-
--search-select-font-color: var(--default-color);
|
125
|
-
--search-select-placeholder-color: var(--light-gray);
|
126
|
-
--search-select-message-color: var(--danger-color);
|
127
|
-
--search-select-menu-border-color: var(--disable-color);
|
128
|
-
--select-active-color: #e1ecff;
|
129
|
-
--select-hover-color: #f5f7fa;
|
130
|
-
}
|
131
1
|
.bk-button {
|
132
2
|
display: inline-flex;
|
133
|
-
height:
|
134
|
-
padding:
|
135
|
-
font-size:
|
136
|
-
color:
|
3
|
+
height: 32px;
|
4
|
+
padding: 0 14px;
|
5
|
+
font-size: 14px;
|
6
|
+
color: #63656e;
|
137
7
|
text-decoration: none;
|
138
8
|
white-space: nowrap;
|
139
9
|
cursor: pointer;
|
140
|
-
background-color:
|
141
|
-
border: 1px solid
|
142
|
-
border-radius:
|
10
|
+
background-color: white;
|
11
|
+
border: 1px solid #c4c6cc;
|
12
|
+
border-radius: 2px;
|
143
13
|
outline: none;
|
144
14
|
box-sizing: border-box;
|
145
15
|
transition: background-color ease 0.3s;
|
@@ -148,14 +18,14 @@
|
|
148
18
|
justify-content: center;
|
149
19
|
}
|
150
20
|
.bk-button.bk-button-small {
|
151
|
-
height:
|
152
|
-
padding:
|
153
|
-
font-size:
|
21
|
+
height: 26px;
|
22
|
+
padding: 0 12px;
|
23
|
+
font-size: 12px;
|
154
24
|
}
|
155
25
|
.bk-button.bk-button-large {
|
156
|
-
height:
|
157
|
-
padding:
|
158
|
-
font-size:
|
26
|
+
height: 40px;
|
27
|
+
padding: 0 16px;
|
28
|
+
font-size: 16px;
|
159
29
|
}
|
160
30
|
.bk-button .bk-button-text {
|
161
31
|
display: inline-flex;
|
@@ -172,17 +42,17 @@
|
|
172
42
|
visibility: hidden;
|
173
43
|
}
|
174
44
|
.bk-button:hover {
|
175
|
-
border-color:
|
45
|
+
border-color: #979ba5;
|
176
46
|
}
|
177
47
|
.bk-button:active {
|
178
|
-
color:
|
179
|
-
border-color:
|
48
|
+
color: #3a84ff;
|
49
|
+
border-color: #3a84ff;
|
180
50
|
}
|
181
51
|
.bk-button.is-text {
|
182
52
|
height: auto;
|
183
53
|
padding: 0;
|
184
54
|
font-size: inherit;
|
185
|
-
color:
|
55
|
+
color: #63656e;
|
186
56
|
text-decoration: none;
|
187
57
|
cursor: pointer;
|
188
58
|
background-color: transparent;
|
@@ -190,308 +60,308 @@
|
|
190
60
|
outline: none;
|
191
61
|
}
|
192
62
|
.bk-button.is-disabled {
|
193
|
-
color:
|
63
|
+
color: #dcdee5;
|
194
64
|
cursor: not-allowed;
|
195
|
-
border-color:
|
65
|
+
border-color: #dcdee5;
|
196
66
|
}
|
197
67
|
.bk-button.is-disabled:not(.is-text) {
|
198
|
-
background-color:
|
68
|
+
background-color: #f9fafd;
|
199
69
|
}
|
200
70
|
.bk-button-group {
|
201
71
|
display: inline-block;
|
202
72
|
font-size: 0;
|
203
73
|
}
|
204
74
|
.bk-button-group.bk-button-group-small .bk-button {
|
205
|
-
height:
|
206
|
-
padding:
|
207
|
-
font-size:
|
75
|
+
height: 26px;
|
76
|
+
padding: 0 12px;
|
77
|
+
font-size: 12px;
|
208
78
|
}
|
209
79
|
.bk-button-group.bk-button-group-large .bk-button {
|
210
|
-
height:
|
211
|
-
padding:
|
212
|
-
font-size:
|
80
|
+
height: 40px;
|
81
|
+
padding: 0 16px;
|
82
|
+
font-size: 16px;
|
213
83
|
}
|
214
84
|
.bk-button-group .bk-button {
|
215
|
-
height:
|
85
|
+
height: 32px;
|
216
86
|
margin: 0 0 0 -1px;
|
217
87
|
border-radius: 0;
|
218
88
|
}
|
219
89
|
.bk-button-group .bk-button:not(.is-disabled) {
|
220
|
-
color:
|
221
|
-
background-color:
|
222
|
-
border-color:
|
90
|
+
color: #63656e;
|
91
|
+
background-color: white;
|
92
|
+
border-color: #c4c6cc;
|
223
93
|
}
|
224
94
|
.bk-button-group .bk-button.is-disabled {
|
225
|
-
color:
|
95
|
+
color: #c4c6cc;
|
226
96
|
}
|
227
97
|
.bk-button-group .bk-button:first-child {
|
228
|
-
border-radius:
|
98
|
+
border-radius: 2px 0 0 2px;
|
229
99
|
}
|
230
100
|
.bk-button-group .bk-button:last-child {
|
231
|
-
border-radius: 0
|
101
|
+
border-radius: 0 2px 2px 0;
|
232
102
|
}
|
233
103
|
.bk-button-group .bk-button:only-child {
|
234
|
-
border-radius:
|
104
|
+
border-radius: 2px;
|
235
105
|
}
|
236
106
|
.bk-button-group .bk-button:hover:not(.is-disabled),
|
237
107
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
238
108
|
position: relative;
|
239
109
|
z-index: 1;
|
240
|
-
color:
|
241
|
-
background-color:
|
242
|
-
border-color:
|
110
|
+
color: #3a84ff;
|
111
|
+
background-color: white;
|
112
|
+
border-color: #3a84ff;
|
243
113
|
}
|
244
114
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
245
|
-
background-color:
|
115
|
+
background-color: #e1ecff;
|
246
116
|
}
|
247
117
|
.bk-button-group .bk-button.is-selected.is-disabled {
|
248
|
-
background-color:
|
118
|
+
background-color: #f0f1f5;
|
249
119
|
}
|
250
120
|
.bk-button.bk-button-primary,
|
251
121
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary {
|
252
|
-
background-color:
|
253
|
-
color:
|
254
|
-
border-color:
|
122
|
+
background-color: #3a84ff;
|
123
|
+
color: white;
|
124
|
+
border-color: #3a84ff;
|
255
125
|
}
|
256
126
|
.bk-button.bk-button-primary:hover,
|
257
127
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:hover {
|
258
|
-
background-color:
|
259
|
-
border-color:
|
128
|
+
background-color: #5594fa;
|
129
|
+
border-color: #5594fa;
|
260
130
|
}
|
261
131
|
.bk-button.bk-button-primary:active,
|
262
132
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:active {
|
263
|
-
background-color:
|
264
|
-
border-color:
|
265
|
-
color:
|
133
|
+
background-color: #2c77f4;
|
134
|
+
border-color: #2c77f4;
|
135
|
+
color: white;
|
266
136
|
}
|
267
137
|
.bk-button.bk-button-primary.is-outline,
|
268
138
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline {
|
269
|
-
color:
|
270
|
-
border-color:
|
271
|
-
background-color:
|
139
|
+
color: #3a84ff;
|
140
|
+
border-color: #3a84ff;
|
141
|
+
background-color: white;
|
272
142
|
}
|
273
143
|
.bk-button.bk-button-primary.is-outline:hover,
|
274
144
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:hover {
|
275
|
-
background-color:
|
276
|
-
border-color:
|
277
|
-
color:
|
145
|
+
background-color: #5594fa;
|
146
|
+
border-color: #5594fa;
|
147
|
+
color: white;
|
278
148
|
}
|
279
149
|
.bk-button.bk-button-primary.is-outline:active,
|
280
150
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:active {
|
281
|
-
background-color:
|
282
|
-
border-color:
|
283
|
-
color:
|
151
|
+
background-color: #2c77f4;
|
152
|
+
border-color: #2c77f4;
|
153
|
+
color: white;
|
284
154
|
}
|
285
155
|
.bk-button.bk-button-primary.is-text,
|
286
156
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text {
|
287
|
-
color:
|
157
|
+
color: #3a84ff;
|
288
158
|
background-color: transparent;
|
289
159
|
border: none;
|
290
160
|
}
|
291
161
|
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover,
|
292
162
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text:not(.is-disabled):hover {
|
293
|
-
color:
|
163
|
+
color: #5594fa;
|
294
164
|
}
|
295
165
|
.bk-button.bk-button-primary.is-disabled,
|
296
166
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled {
|
297
|
-
color:
|
167
|
+
color: #dcdee5;
|
298
168
|
cursor: not-allowed;
|
299
169
|
}
|
300
170
|
.bk-button.bk-button-primary.is-disabled:not(.is-text),
|
301
171
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled:not(.is-text) {
|
302
|
-
background-color:
|
303
|
-
color:
|
304
|
-
border-color:
|
172
|
+
background-color: #dcdee5;
|
173
|
+
color: white;
|
174
|
+
border-color: #dcdee5;
|
305
175
|
}
|
306
176
|
.bk-button.bk-button-hover-primary:hover,
|
307
177
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-primary:hover {
|
308
|
-
background-color:
|
309
|
-
border-color:
|
310
|
-
color:
|
178
|
+
background-color: #5594fa;
|
179
|
+
border-color: #5594fa;
|
180
|
+
color: white;
|
311
181
|
}
|
312
182
|
.bk-button.bk-button-warning,
|
313
183
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning {
|
314
|
-
background-color:
|
315
|
-
color:
|
316
|
-
border-color:
|
184
|
+
background-color: #ff9c01;
|
185
|
+
color: white;
|
186
|
+
border-color: #ff9c01;
|
317
187
|
}
|
318
188
|
.bk-button.bk-button-warning:hover,
|
319
189
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:hover {
|
320
|
-
background-color:
|
321
|
-
border-color:
|
190
|
+
background-color: #ffb848;
|
191
|
+
border-color: #ffb848;
|
322
192
|
}
|
323
193
|
.bk-button.bk-button-warning:active,
|
324
194
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:active {
|
325
|
-
background-color:
|
326
|
-
border-color:
|
327
|
-
color:
|
195
|
+
background-color: #eb9000;
|
196
|
+
border-color: #eb9000;
|
197
|
+
color: white;
|
328
198
|
}
|
329
199
|
.bk-button.bk-button-warning.is-outline,
|
330
200
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline {
|
331
|
-
color:
|
332
|
-
border-color:
|
333
|
-
background-color:
|
201
|
+
color: #ff9c01;
|
202
|
+
border-color: #ff9c01;
|
203
|
+
background-color: white;
|
334
204
|
}
|
335
205
|
.bk-button.bk-button-warning.is-outline:hover,
|
336
206
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:hover {
|
337
|
-
background-color:
|
338
|
-
border-color:
|
339
|
-
color:
|
207
|
+
background-color: #ffb848;
|
208
|
+
border-color: #ffb848;
|
209
|
+
color: white;
|
340
210
|
}
|
341
211
|
.bk-button.bk-button-warning.is-outline:active,
|
342
212
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:active {
|
343
|
-
background-color:
|
344
|
-
border-color:
|
345
|
-
color:
|
213
|
+
background-color: #eb9000;
|
214
|
+
border-color: #eb9000;
|
215
|
+
color: white;
|
346
216
|
}
|
347
217
|
.bk-button.bk-button-warning.is-text,
|
348
218
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text {
|
349
|
-
color:
|
219
|
+
color: #ff9c01;
|
350
220
|
background-color: transparent;
|
351
221
|
border: none;
|
352
222
|
}
|
353
223
|
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover,
|
354
224
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text:not(.is-disabled):hover {
|
355
|
-
color:
|
225
|
+
color: #ffb848;
|
356
226
|
}
|
357
227
|
.bk-button.bk-button-warning.is-disabled,
|
358
228
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled {
|
359
|
-
color:
|
229
|
+
color: #dcdee5;
|
360
230
|
cursor: not-allowed;
|
361
231
|
}
|
362
232
|
.bk-button.bk-button-warning.is-disabled:not(.is-text),
|
363
233
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled:not(.is-text) {
|
364
|
-
background-color:
|
365
|
-
color:
|
366
|
-
border-color:
|
234
|
+
background-color: #dcdee5;
|
235
|
+
color: white;
|
236
|
+
border-color: #dcdee5;
|
367
237
|
}
|
368
238
|
.bk-button.bk-button-hover-warning:hover,
|
369
239
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-warning:hover {
|
370
|
-
background-color:
|
371
|
-
border-color:
|
372
|
-
color:
|
240
|
+
background-color: #ffb848;
|
241
|
+
border-color: #ffb848;
|
242
|
+
color: white;
|
373
243
|
}
|
374
244
|
.bk-button.bk-button-success,
|
375
245
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success {
|
376
|
-
background-color:
|
377
|
-
color:
|
378
|
-
border-color:
|
246
|
+
background-color: #2dcb56;
|
247
|
+
color: white;
|
248
|
+
border-color: #2dcb56;
|
379
249
|
}
|
380
250
|
.bk-button.bk-button-success:hover,
|
381
251
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:hover {
|
382
|
-
background-color:
|
383
|
-
border-color:
|
252
|
+
background-color: #45e35f;
|
253
|
+
border-color: #45e35f;
|
384
254
|
}
|
385
255
|
.bk-button.bk-button-success:active,
|
386
256
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:active {
|
387
|
-
background-color:
|
388
|
-
border-color:
|
389
|
-
color:
|
257
|
+
background-color: #1ab943;
|
258
|
+
border-color: #1ab943;
|
259
|
+
color: white;
|
390
260
|
}
|
391
261
|
.bk-button.bk-button-success.is-outline,
|
392
262
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline {
|
393
|
-
color:
|
394
|
-
border-color:
|
395
|
-
background-color:
|
263
|
+
color: #2dcb56;
|
264
|
+
border-color: #2dcb56;
|
265
|
+
background-color: white;
|
396
266
|
}
|
397
267
|
.bk-button.bk-button-success.is-outline:hover,
|
398
268
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:hover {
|
399
|
-
background-color:
|
400
|
-
border-color:
|
401
|
-
color:
|
269
|
+
background-color: #45e35f;
|
270
|
+
border-color: #45e35f;
|
271
|
+
color: white;
|
402
272
|
}
|
403
273
|
.bk-button.bk-button-success.is-outline:active,
|
404
274
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:active {
|
405
|
-
background-color:
|
406
|
-
border-color:
|
407
|
-
color:
|
275
|
+
background-color: #1ab943;
|
276
|
+
border-color: #1ab943;
|
277
|
+
color: white;
|
408
278
|
}
|
409
279
|
.bk-button.bk-button-success.is-text,
|
410
280
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text {
|
411
|
-
color:
|
281
|
+
color: #2dcb56;
|
412
282
|
background-color: transparent;
|
413
283
|
border: none;
|
414
284
|
}
|
415
285
|
.bk-button.bk-button-success.is-text:not(.is-disabled):hover,
|
416
286
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text:not(.is-disabled):hover {
|
417
|
-
color:
|
287
|
+
color: #45e35f;
|
418
288
|
}
|
419
289
|
.bk-button.bk-button-success.is-disabled,
|
420
290
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled {
|
421
|
-
color:
|
291
|
+
color: #dcdee5;
|
422
292
|
cursor: not-allowed;
|
423
293
|
}
|
424
294
|
.bk-button.bk-button-success.is-disabled:not(.is-text),
|
425
295
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled:not(.is-text) {
|
426
|
-
background-color:
|
427
|
-
color:
|
428
|
-
border-color:
|
296
|
+
background-color: #dcdee5;
|
297
|
+
color: white;
|
298
|
+
border-color: #dcdee5;
|
429
299
|
}
|
430
300
|
.bk-button.bk-button-hover-success:hover,
|
431
301
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-success:hover {
|
432
|
-
background-color:
|
433
|
-
border-color:
|
434
|
-
color:
|
302
|
+
background-color: #45e35f;
|
303
|
+
border-color: #45e35f;
|
304
|
+
color: white;
|
435
305
|
}
|
436
306
|
.bk-button.bk-button-danger,
|
437
307
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger {
|
438
|
-
background-color:
|
439
|
-
color:
|
440
|
-
border-color:
|
308
|
+
background-color: #ea3636;
|
309
|
+
color: white;
|
310
|
+
border-color: #ea3636;
|
441
311
|
}
|
442
312
|
.bk-button.bk-button-danger:hover,
|
443
313
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:hover {
|
444
|
-
background-color:
|
445
|
-
border-color:
|
314
|
+
background-color: #ff5656;
|
315
|
+
border-color: #ff5656;
|
446
316
|
}
|
447
317
|
.bk-button.bk-button-danger:active,
|
448
318
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:active {
|
449
|
-
background-color:
|
450
|
-
border-color:
|
451
|
-
color:
|
319
|
+
background-color: #db2626;
|
320
|
+
border-color: #db2626;
|
321
|
+
color: white;
|
452
322
|
}
|
453
323
|
.bk-button.bk-button-danger.is-outline,
|
454
324
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline {
|
455
|
-
color:
|
456
|
-
border-color:
|
457
|
-
background-color:
|
325
|
+
color: #ea3636;
|
326
|
+
border-color: #ea3636;
|
327
|
+
background-color: white;
|
458
328
|
}
|
459
329
|
.bk-button.bk-button-danger.is-outline:hover,
|
460
330
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:hover {
|
461
|
-
background-color:
|
462
|
-
border-color:
|
463
|
-
color:
|
331
|
+
background-color: #ff5656;
|
332
|
+
border-color: #ff5656;
|
333
|
+
color: white;
|
464
334
|
}
|
465
335
|
.bk-button.bk-button-danger.is-outline:active,
|
466
336
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:active {
|
467
|
-
background-color:
|
468
|
-
border-color:
|
469
|
-
color:
|
337
|
+
background-color: #db2626;
|
338
|
+
border-color: #db2626;
|
339
|
+
color: white;
|
470
340
|
}
|
471
341
|
.bk-button.bk-button-danger.is-text,
|
472
342
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text {
|
473
|
-
color:
|
343
|
+
color: #ea3636;
|
474
344
|
background-color: transparent;
|
475
345
|
border: none;
|
476
346
|
}
|
477
347
|
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover,
|
478
348
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text:not(.is-disabled):hover {
|
479
|
-
color:
|
349
|
+
color: #ff5656;
|
480
350
|
}
|
481
351
|
.bk-button.bk-button-danger.is-disabled,
|
482
352
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled {
|
483
|
-
color:
|
353
|
+
color: #dcdee5;
|
484
354
|
cursor: not-allowed;
|
485
355
|
}
|
486
356
|
.bk-button.bk-button-danger.is-disabled:not(.is-text),
|
487
357
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled:not(.is-text) {
|
488
|
-
background-color:
|
489
|
-
color:
|
490
|
-
border-color:
|
358
|
+
background-color: #dcdee5;
|
359
|
+
color: white;
|
360
|
+
border-color: #dcdee5;
|
491
361
|
}
|
492
362
|
.bk-button.bk-button-hover-danger:hover,
|
493
363
|
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-danger:hover {
|
494
|
-
background-color:
|
495
|
-
border-color:
|
496
|
-
color:
|
364
|
+
background-color: #ff5656;
|
365
|
+
border-color: #ff5656;
|
366
|
+
color: white;
|
497
367
|
}
|