@appscode/design-system 1.0.43-alpha.13 → 1.0.43-alpha.132

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 (104) hide show
  1. package/base/utilities/_default.scss +283 -21
  2. package/base/utilities/_derived-variables.scss +0 -13
  3. package/base/utilities/_initial-variables.scss +78 -56
  4. package/base/utilities/_mixin.scss +10 -17
  5. package/base/utilities/_typography.scss +23 -7
  6. package/base/utilities/dark-theme.scss +25 -0
  7. package/components/_ac-accordion.scss +1 -0
  8. package/components/_ac-alert-box.scss +18 -10
  9. package/components/_ac-card.scss +55 -20
  10. package/components/_ac-code-highlight.scss +7 -1
  11. package/components/_ac-content-layout.scss +4 -4
  12. package/components/_ac-drag.scss +6 -6
  13. package/components/_ac-input.scss +74 -40
  14. package/components/_ac-modal.scss +5 -4
  15. package/components/_ac-multi-select.scss +195 -13
  16. package/components/_ac-options.scss +31 -16
  17. package/components/_ac-select-box.scss +15 -5
  18. package/components/_ac-table.scss +42 -36
  19. package/components/_ac-tabs.scss +72 -23
  20. package/components/_ac-tags.scss +2 -2
  21. package/components/_ac-terminal.scss +272 -0
  22. package/components/_app-drawer.scss +6 -6
  23. package/components/_breadcumb.scss +7 -2
  24. package/components/_buttons.scss +60 -27
  25. package/components/_card-body-wrapper.scss +3 -3
  26. package/components/_dashboard-header.scss +33 -1
  27. package/components/_direct-deploy.scss +69 -0
  28. package/components/_go-to-top.scss +1 -1
  29. package/components/_graph.scss +45 -0
  30. package/components/_image-upload.scss +6 -4
  31. package/components/_left-sidebar-menu.scss +200 -46
  32. package/components/_monaco-editor.scss +1 -1
  33. package/components/_navbar.scss +129 -26
  34. package/components/_overview-info.scss +4 -4
  35. package/components/_overview-page.scss +1 -2
  36. package/components/_pagination.scss +10 -2
  37. package/components/_payment-card.scss +28 -12
  38. package/components/_preview-modal.scss +19 -8
  39. package/components/_pricing-table.scss +1 -1
  40. package/components/_progress-bar.scss +5 -5
  41. package/components/_subscription-card.scss +15 -8
  42. package/components/_table-of-content.scss +1 -1
  43. package/components/_tfa.scss +69 -0
  44. package/components/_transitions.scss +261 -0
  45. package/components/_widget-menu.scss +9 -9
  46. package/components/_wizard.scss +31 -19
  47. package/components/ac-toaster/_ac-toasted.scss +5 -5
  48. package/components/bbum/_card-team.scss +18 -10
  49. package/components/bbum/_information-center.scss +17 -3
  50. package/components/bbum/_mobile-desktop.scss +6 -6
  51. package/components/bbum/_post.scss +5 -4
  52. package/components/bbum/_sign-up-notification.scss +6 -6
  53. package/components/bbum/_single-post-preview.scss +9 -9
  54. package/components/bbum/_user-profile.scss +97 -90
  55. package/components/ui-builder/_ui-builder.scss +29 -10
  56. package/components/ui-builder/_vue-open-api.scss +98 -0
  57. package/layouts/_404.scss +2 -1
  58. package/layouts/_code-preview.scss +14 -7
  59. package/main.scss +4 -0
  60. package/package.json +2 -7
  61. package/plugins/theme.js +130 -128
  62. package/vue-components/v2/banner/Banner.vue +2 -2
  63. package/vue-components/v2/breadcrumbs/Breadcrumb.vue +97 -0
  64. package/vue-components/v2/button/Button.vue +5 -0
  65. package/vue-components/v2/button/DownloadBtn.vue +45 -0
  66. package/vue-components/v2/card/PaymentCards.vue +11 -2
  67. package/vue-components/v2/content/ContentTable.vue +12 -7
  68. package/vue-components/v2/editor/Editor.vue +29 -1
  69. package/vue-components/v2/editor/FilteredFileEditor.vue +153 -0
  70. package/vue-components/v2/editor/ResourceKeyValueEditor.vue +196 -0
  71. package/vue-components/v2/loaders/ResourceLoader.vue +90 -0
  72. package/vue-components/v2/loaders/SidebarLoader.vue +32 -0
  73. package/vue-components/v2/modal/Modal.vue +33 -12
  74. package/vue-components/v2/modals/DeleteConfirmationModal.vue +77 -0
  75. package/vue-components/v2/modals/JsonShowModal.vue +12 -2
  76. package/vue-components/v2/navbar/Appdrawer.vue +10 -9
  77. package/vue-components/v2/navbar/ThemeMode.vue +120 -0
  78. package/vue-components/v2/navbar/User.vue +154 -12
  79. package/vue-components/v2/preloader/Preloader.vue +5 -5
  80. package/vue-components/v2/sidebar/ClusterSwitcher.vue +126 -0
  81. package/vue-components/v2/sidebar/SidebarItem.vue +23 -1
  82. package/vue-components/v2/sidebar/SidebarItemWithDropDown.vue +19 -20
  83. package/vue-components/v2/table/Table.vue +43 -8
  84. package/vue-components/v2/table/TableRow.vue +17 -8
  85. package/vue-components/v2/table/table-cell/CellValue.vue +31 -4
  86. package/vue-components/v2/table/table-cell/GenericCell.vue +56 -0
  87. package/vue-components/v2/table/table-cell/ObjectCell.vue +4 -1
  88. package/vue-components/v2/tabs/EditorTabs.vue +1 -1
  89. package/vue-components/v3/button/Button.vue +5 -0
  90. package/vue-components/v3/dropdown/DropdownMenu.vue +1 -1
  91. package/vue-components/v3/editor/Editor.vue +32 -11
  92. package/vue-components/v3/modal/Modal.vue +10 -1
  93. package/vue-components/v3/modals/JsonShowModal.vue +13 -4
  94. package/vue-components/v3/navbar/Appdrawer.vue +12 -7
  95. package/vue-components/v3/navbar/ThemeMode.vue +128 -0
  96. package/vue-components/v3/navbar/User.vue +154 -12
  97. package/vue-components/v3/sidebar/ClusterSwitcher.vue +133 -0
  98. package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +120 -0
  99. package/vue-components/v3/table/Table.vue +27 -5
  100. package/vue-components/v3/table/TableRow.vue +1 -1
  101. package/vue-components/v3/table/table-cell/CellValue.vue +26 -3
  102. package/vue-components/v3/table/table-cell/GenericCell.vue +62 -0
  103. package/vue-components/v3/table/table-cell/ObjectCell.vue +5 -1
  104. package/vue-components/v3/tabs/EditorTabs.vue +1 -1
@@ -25,7 +25,7 @@
25
25
  // single charge
26
26
  .single-charge-inner {
27
27
  padding: 10px 0;
28
- border-bottom: 1px solid $ac-modal-header-bg;
28
+ border-bottom: 1px solid $ac-white-light;
29
29
 
30
30
  &:last-child {
31
31
  border-bottom: none;
@@ -80,4 +80,3 @@
80
80
  padding: 20px 30px;
81
81
  max-width: 450px;
82
82
  }
83
-
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  .counting-page {
37
- color: hsla(0, 0, var(--ac-lightness), 0.7);
37
+ color: $ac-color-value;
38
38
  font-size: 12px;
39
39
 
40
40
  span {
@@ -57,7 +57,7 @@
57
57
  height: 20px;
58
58
  font-size: 11px;
59
59
  background-color: $ac-white;
60
- color: darken($ac-gray-lighter, 50%);
60
+ color: $ac-color-value;
61
61
  &:focus-visible {
62
62
  outline: none;
63
63
  }
@@ -114,3 +114,11 @@ ul > li > a.next {
114
114
  1
115
115
  );
116
116
  }
117
+
118
+ .is-dark-theme {
119
+ .pagination-filter {
120
+ label {
121
+ $ac-gray-darker: $ac-color-value;
122
+ }
123
+ }
124
+ }
@@ -32,9 +32,9 @@
32
32
  display: block;
33
33
 
34
34
  &.add-card {
35
- background: transparent;
35
+ background-color: transparent;
36
36
  box-shadow: none;
37
- border: 2px dashed #caced5;
37
+ border: 2px dashed $ac-white-light;
38
38
  display: flex;
39
39
  align-items: center;
40
40
  justify-content: center;
@@ -54,7 +54,7 @@
54
54
  top: 5px;
55
55
  width: 14px;
56
56
  height: 14px;
57
- background: $ac-white;
57
+ background-color: $ac-white;
58
58
  border: 1px solid $ac-primary;
59
59
  z-index: 1;
60
60
  border-radius: 50%;
@@ -63,7 +63,7 @@
63
63
  &::before {
64
64
  width: 6px;
65
65
  height: 6px;
66
- background: $ac-primary;
66
+ background-color: $ac-primary;
67
67
  border: none;
68
68
  left: 9px;
69
69
  top: 9px;
@@ -193,7 +193,7 @@
193
193
  span {
194
194
  width: 7px;
195
195
  height: 7px;
196
- background: $ac-white;
196
+ background-color: $ac-white;
197
197
  display: inline-block;
198
198
  margin: 2px;
199
199
  border-radius: 50%;
@@ -218,23 +218,39 @@
218
218
  }
219
219
  }
220
220
 
221
+ // dark theme start
222
+ .is-dark-theme {
223
+ .ac-payment-card,
224
+ .ac-single-card,
225
+ .option-dots {
226
+ --ac-white: var(--ac-white-text);
227
+ }
228
+ }
229
+ // dark theme end
221
230
  /****************************************
222
231
  Responsive Classes
223
232
  *****************************************/
224
233
  // Extra small devices (portrait phones, less than 576px)
225
- @media (max-width: 575.98px) {}
234
+ @media (max-width: 575.98px) {
235
+ }
226
236
 
227
237
  // Small devices (landscape phones, 576px and up)
228
- @media (min-width: 576px) and (max-width: 767.98px) {}
238
+ @media (min-width: 576px) and (max-width: 767.98px) {
239
+ }
229
240
 
230
241
  // Medium devices (tablets, 768px and up)
231
- @media (min-width: 768px) and (max-width: 991.98px) {}
242
+ @media (min-width: 768px) and (max-width: 991.98px) {
243
+ }
232
244
 
233
245
  // Large devices (desktops, 992px and up)
234
- @media (min-width: 992px) and (max-width: 1199.98px) {}
246
+ @media (min-width: 992px) and (max-width: 1199.98px) {
247
+ }
235
248
 
236
- @media (min-width: 1200px) and (max-width: 1399.98px) {}
249
+ @media (min-width: 1200px) and (max-width: 1399.98px) {
250
+ }
237
251
 
238
- @media (min-width: 1400px) and (max-width: 1550.98px) {}
252
+ @media (min-width: 1400px) and (max-width: 1550.98px) {
253
+ }
239
254
 
240
- @media (min-width: 1551px) and (max-width: 1799.98px) {}
255
+ @media (min-width: 1551px) and (max-width: 1799.98px) {
256
+ }
@@ -1,7 +1,7 @@
1
1
  .preview-icon {
2
2
  width: 60px;
3
3
  height: 60px;
4
- background: rgba(25, 113, 189, 0.4);
4
+ background-color: rgba(25, 113, 189, 0.4);
5
5
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
6
6
  border-radius: 4px 0px 0px 4px;
7
7
  position: fixed;
@@ -55,7 +55,7 @@
55
55
  top: -50px;
56
56
  width: calc(100% + 90px);
57
57
  height: 100%;
58
- background: #333;
58
+ background-color: $ac-white;
59
59
  opacity: 0.8;
60
60
  z-index: -1;
61
61
  }
@@ -81,11 +81,11 @@
81
81
  font-weight: normal;
82
82
  font-size: 16px;
83
83
  line-height: 100%;
84
- color: #54657e;
84
+ color: $ac-gray-lightest;
85
85
  cursor: pointer;
86
86
 
87
87
  i.fa {
88
- color: #54657e;
88
+ color: $ac-gray-lightest;
89
89
  padding-left: 5px;
90
90
  }
91
91
  }
@@ -106,7 +106,7 @@
106
106
  li {
107
107
  &.is-active {
108
108
  a {
109
- background: $ac-primary;
109
+ background-color: $ac-primary;
110
110
  border-radius: 5px;
111
111
  color: $ac-white;
112
112
  padding: 10px 10px;
@@ -138,7 +138,7 @@
138
138
  font-size: 14px;
139
139
  line-height: 100%;
140
140
  color: $ac-color-text;
141
- border-top: 1px solid #f5f7f9;
141
+ border-top: 1px solid $ac-white-light;
142
142
 
143
143
  span {
144
144
  img {
@@ -150,7 +150,7 @@
150
150
 
151
151
  &:last-child {
152
152
  a {
153
- border-bottom: 1px solid #f5f7f9;
153
+ border-bottom: 1px solid $ac-white-light;
154
154
  }
155
155
  }
156
156
  }
@@ -162,7 +162,7 @@
162
162
  width: 100%;
163
163
 
164
164
  .code-preview {
165
- background: #f5f7f9;
165
+ background-color: $ac-white-light;
166
166
  border-radius: 4px;
167
167
  display: flex;
168
168
 
@@ -178,3 +178,14 @@
178
178
  }
179
179
  }
180
180
  }
181
+ .left-content {
182
+ .ac-files {
183
+ max-height: 350px;
184
+ overflow-y: auto;
185
+ padding: 10px;
186
+ span {
187
+ width: 20px;
188
+ white-space: nowrap;
189
+ }
190
+ }
191
+ }
@@ -1,6 +1,6 @@
1
1
  .pricing-table {
2
2
  border: 1px solid $ac-white-light;
3
- background-color: #fafafa;
3
+ background-color: $ac-white-lighter;
4
4
  border-radius: 4px;
5
5
 
6
6
  .pricing-title {
@@ -14,10 +14,10 @@
14
14
 
15
15
  .progress-tooltip-info {
16
16
  align-items: center;
17
- background: $ac-bg-light-gray;
18
- border: 1px solid $ac-border;
17
+ background-color: $ac-bg-light-gray;
18
+ border: 1px solid $ac-label-text;
19
19
  border-radius: 10px;
20
- box-shadow: 0 0 2px $ac-border;
20
+ box-shadow: 0 0 2px $ac-label-text;
21
21
  color: $ac-primary;
22
22
  display: inline-flex;
23
23
  font-family: sans-serif;
@@ -41,7 +41,7 @@
41
41
  left: 50%;
42
42
  transform: translateX(-50%);
43
43
  border-width: 8px;
44
- border-top-color: $ac-border;
44
+ border-top-color: $ac-label-text;
45
45
  bottom: -16px;
46
46
  left: 50%;
47
47
  }
@@ -200,7 +200,7 @@
200
200
  display: flex;
201
201
  justify-content: space-between;
202
202
  font-size: 12px;
203
- color: #6f6f8d;
203
+ color: $ac-color-value;
204
204
  margin-bottom: 5px;
205
205
  }
206
206
  .progress-line {
@@ -3,8 +3,8 @@
3
3
  }
4
4
 
5
5
  .single-subscription-card {
6
- border: 1px solid $ac-white-light;
7
- background: #fafafa;
6
+ border: 1px solid $ac-blue-light;
7
+ background-color: $ac-white;
8
8
  padding: 10px;
9
9
  transition: 0.3s ease-in-out;
10
10
  border-radius: 4px;
@@ -46,11 +46,11 @@
46
46
  box-shadow: none;
47
47
  border-bottom: 1px solid $ac-white-light;
48
48
  margin-bottom: 10px;
49
- background: transparent;
49
+ background-color: transparent;
50
50
  padding: 0;
51
51
 
52
52
  h5 {
53
- font-family: Raleway;
53
+ font-family: $ac-family-heading;
54
54
  font-style: normal;
55
55
  font-weight: 600;
56
56
  font-size: 14px;
@@ -71,7 +71,7 @@
71
71
  font-weight: normal;
72
72
  font-size: 12px;
73
73
  line-height: 14px;
74
- color: #6f6f8d;
74
+ color: $ac-color-value;
75
75
  }
76
76
 
77
77
  li {
@@ -81,10 +81,10 @@
81
81
  font-size: 14px;
82
82
  line-height: 16px;
83
83
  padding-bottom: 8px;
84
- color: #6f6f8d;
84
+ color: $ac-color-value;
85
85
 
86
86
  .fa {
87
- color: #6f6f8d;
87
+ color: $ac-color-value;
88
88
  margin-right: 10px;
89
89
  }
90
90
  }
@@ -106,7 +106,7 @@
106
106
  }
107
107
 
108
108
  .quantity {
109
- background: #f99a00;
109
+ background-color: #f99a00;
110
110
  border-radius: 3px;
111
111
  font-weight: normal;
112
112
  font-size: 12px;
@@ -121,6 +121,13 @@
121
121
  }
122
122
  }
123
123
 
124
+ // dark theme start
125
+ .is-dark-theme {
126
+ .single-subscription-card {
127
+ background-color: var(--dark-bg-light);
128
+ }
129
+ }
130
+ // dark theme end
124
131
  /****************************************
125
132
  Responsive Classes
126
133
  *****************************************/
@@ -1,6 +1,6 @@
1
1
  .ac-accordion-wrapper {
2
2
  &.table-of-content {
3
- background: #f5f7f9;
3
+ background-color: $ac-white-light;
4
4
  padding: 5px 15px;
5
5
  border-radius: 4px;
6
6
 
@@ -0,0 +1,69 @@
1
+ .qr-code-wrapper {
2
+ background: $ac-blue-light;
3
+ width: 240px;
4
+ height: 240px;
5
+ padding: 20px;
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ border-radius: 4px;
10
+ .qr-code-inner {
11
+ position: relative;
12
+ z-index: 1;
13
+ padding: 20px;
14
+ height: 200px;
15
+ img {
16
+ object-fit: cover;
17
+ height: 160px;
18
+ width: 160px;
19
+ }
20
+ .scanner {
21
+ position: absolute;
22
+ content: "";
23
+ left: 0;
24
+ top: 0;
25
+ width: 100%;
26
+ height: 100%;
27
+ &.shape-1:after {
28
+ position: absolute;
29
+ content: "";
30
+ left: 0;
31
+ top: 0;
32
+ width: 20px;
33
+ height: 20px;
34
+ border-top: 1px solid $ac-color-heading;
35
+ border-left: 1px solid $ac-color-heading;
36
+ }
37
+ &.shape-1:before {
38
+ position: absolute;
39
+ content: "";
40
+ right: 0;
41
+ top: 0;
42
+ width: 20px;
43
+ height: 20px;
44
+ border-top: 1px solid $ac-color-heading;
45
+ border-right: 1px solid $ac-color-heading;
46
+ }
47
+ &.shape-2:after {
48
+ position: absolute;
49
+ content: "";
50
+ left: 0;
51
+ bottom: 0;
52
+ width: 20px;
53
+ height: 20px;
54
+ border-bottom: 1px solid $ac-color-heading;
55
+ border-left: 1px solid $ac-color-heading;
56
+ }
57
+ &.shape-2:before {
58
+ position: absolute;
59
+ content: "";
60
+ right: 0;
61
+ bottom: 0;
62
+ width: 20px;
63
+ height: 20px;
64
+ border-bottom: 1px solid $ac-color-heading;
65
+ border-right: 1px solid $ac-color-heading;
66
+ }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,261 @@
1
+ .sidebar-appear-enter-active,
2
+ .sidebar-appear-leave-active {
3
+ position: absolute;
4
+ width: 270px;
5
+ transition: all 0.2s ease;
6
+ }
7
+ .sidebar-appear-enter-from {
8
+ left: -100%;
9
+ opacity: 0;
10
+ }
11
+ .sidebar-appear-enter-to {
12
+ left: 0px;
13
+ opacity: 1;
14
+ }
15
+ .sidebar-appear-leave-from {
16
+ left: 0px;
17
+ opacity: 1;
18
+ }
19
+ .sidebar-appear-leave-to {
20
+ left: 100%;
21
+ opacity: 0;
22
+ }
23
+
24
+ .navbar-appear-enter-active,
25
+ .navbar-appear-leave-active {
26
+ position: absolute;
27
+ height: 50px;
28
+ transition: all 0.2s ease;
29
+ }
30
+ .navbar-appear-enter-from {
31
+ top: -100%;
32
+ opacity: 0;
33
+ }
34
+ .navbar-appear-enter-to {
35
+ top: 0px;
36
+ opacity: 1;
37
+ }
38
+ .navbar-appear-leave-from {
39
+ top: 0px;
40
+ opacity: 1;
41
+ }
42
+ .navbar-appear-leave-to {
43
+ top: 100%;
44
+ opacity: 0;
45
+ }
46
+
47
+ .nested-enter-active .inner,
48
+ .nested-leave-active .inner {
49
+ transition: all 0.2s ease-in-out;
50
+ }
51
+
52
+ .nested-enter-from .inner,
53
+ .nested-leave-to .inner {
54
+ transform: translateX(20px);
55
+ opacity: 0;
56
+ }
57
+
58
+ .slide-left-enter-active,
59
+ .slide-left-leave-active {
60
+ transition: all 0.3s ease-in-out;
61
+ }
62
+ .slide-left-enter-from {
63
+ transform: translateX(20px);
64
+ opacity: 0;
65
+ }
66
+ .slide-left-enter-to {
67
+ transform: translateX(0px);
68
+ opacity: 1;
69
+ }
70
+ .slide-left-leave-from {
71
+ transform: translateX(0px);
72
+ opacity: 1;
73
+ }
74
+ .slide-left-leave-to {
75
+ transform: translateX(-20px);
76
+ opacity: 0;
77
+ }
78
+
79
+ .slide-right-enter-active,
80
+ .slide-right-leave-active {
81
+ transition: all 0.2s ease-in-out;
82
+ }
83
+ .slide-right-enter-from {
84
+ transform: translateX(-20px);
85
+ opacity: 0;
86
+ }
87
+ .slide-right-enter-to {
88
+ transform: translateX(0px);
89
+ opacity: 1;
90
+ }
91
+ .slide-right-leave-from {
92
+ transform: translateX(0px);
93
+ opacity: 1;
94
+ }
95
+ .slide-right-leave-to {
96
+ transform: translateX(20px);
97
+ opacity: 0;
98
+ }
99
+
100
+ .slide-down-enter-active,
101
+ .slide-down-leave-active {
102
+ transition: all 0.2s ease-in-out;
103
+ }
104
+ .slide-down-enter-from {
105
+ transform: translateY(-10px);
106
+ opacity: 0;
107
+ }
108
+ .slide-down-enter-to {
109
+ transform: translateY(0px);
110
+ opacity: 1;
111
+ }
112
+ .slide-down-leave-from {
113
+ transform: translateY(0px);
114
+ opacity: 1;
115
+ }
116
+ .slide-down-leave-to {
117
+ transform: translateY(-10px);
118
+ opacity: 0;
119
+ }
120
+
121
+ .fade-enter-active,
122
+ .fade-leave-active {
123
+ transition: all 0.2s ease-in-out;
124
+ }
125
+ .fade-enter-from {
126
+ opacity: 0;
127
+ }
128
+ .fade-enter-to {
129
+ opacity: 1;
130
+ }
131
+ .fade-leave-from {
132
+ opacity: 1;
133
+ }
134
+ .fade-leave-to {
135
+ opacity: 0;
136
+ }
137
+
138
+ .list-move, /* apply transition to moving elements */
139
+ .list-enter-active,
140
+ .list-leave-active {
141
+ transition: all 0.5s ease;
142
+ }
143
+
144
+ .list-enter-from,
145
+ .list-leave-to {
146
+ opacity: 0;
147
+ transform: translateX(35px);
148
+ }
149
+
150
+ .list-leave-active {
151
+ position: absolute;
152
+ }
153
+
154
+ .overview-card-enter-active {
155
+ transition: all 0.2s ease-in-out;
156
+ }
157
+ .overview-card-leave-active {
158
+ transition: all 0.2s ease-in-out;
159
+ position: absolute;
160
+ }
161
+ .overview-card-enter-from {
162
+ transform: translateY(-20px);
163
+ opacity: 0;
164
+ }
165
+ .overview-card-enter-to {
166
+ transform: translateY(0px);
167
+ opacity: 1;
168
+ }
169
+ .overview-card-leave-from {
170
+ transform: translateY(0px);
171
+ opacity: 1;
172
+ }
173
+ .overview-card-leave-to {
174
+ transform: translateY(-10px);
175
+ opacity: 0;
176
+ }
177
+
178
+ .cluster-card-enter-active {
179
+ transition: all 0.2s ease-in-out;
180
+ }
181
+ .cluster-card-leave-active {
182
+ transition: all 0s;
183
+ position: absolute;
184
+ }
185
+ .cluster-card-enter-from {
186
+ transform: translateX(-20px);
187
+ opacity: 0;
188
+ }
189
+ .cluster-card-enter-to {
190
+ transform: translateX(0px);
191
+ opacity: 1;
192
+ }
193
+ .cluster-card-leave-from {
194
+ transform: translateX(0px);
195
+ opacity: 1;
196
+ }
197
+ .cluster-card-leave-to {
198
+ opacity: 0;
199
+ }
200
+
201
+ .dropdown-animate.dropdown-show-animation .dropdown-content {
202
+ animation: dropdownAnim 0.2s ease-in-out;
203
+ }
204
+ .dropdown-animate.dropdown-hide-animation .dropdown-content {
205
+ animation: dropdownAnim reverse 0.2s ease-in-out;
206
+ }
207
+
208
+ @keyframes dropdownAnim {
209
+ 0% {
210
+ opacity: 0;
211
+ transform: translateY(-10px);
212
+ }
213
+ 100% {
214
+ opacity: 1;
215
+ transform: translateY(0px);
216
+ }
217
+ }
218
+
219
+ .accordion-enter-active,
220
+ .accordion-leave-active {
221
+ transition: all 0.3s ease-in-out;
222
+ position: relative;
223
+ }
224
+ .accordion-enter-from {
225
+ top: -10px;
226
+ opacity: 0;
227
+ }
228
+ .accordion-enter-to {
229
+ top: 0px;
230
+ opacity: 1;
231
+ }
232
+ .accordion-leave-from {
233
+ top: 0px;
234
+ opacity: 1;
235
+ }
236
+ .accordion-leave-to {
237
+ top: -10px;
238
+ opacity: 0;
239
+ }
240
+
241
+ .fa.fa-spinner.spin {
242
+ -webkit-animation: spin 1s linear infinite;
243
+ -moz-animation: spinAnim 1s linear infinite;
244
+ animation: spinAnim 1s linear infinite;
245
+ }
246
+ @-moz-keyframes spinAnim {
247
+ 100% {
248
+ -moz-transform: rotate(360deg);
249
+ }
250
+ }
251
+ @-webkit-keyframes spinAnim {
252
+ 100% {
253
+ -webkit-transform: rotate(360deg);
254
+ }
255
+ }
256
+ @keyframes spinAnim {
257
+ 100% {
258
+ -webkit-transform: rotate(360deg);
259
+ transform: rotate(360deg);
260
+ }
261
+ }