@kando-env/kando-ui 1.2.34-alpha.7 → 1.2.34-alpha.8

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,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.34-alpha.7";
3
+ var packageJsonVersion = "1.2.34-alpha.8";
4
4
 
5
5
  if (typeof packageJsonVersion === 'string') {
6
6
  // eslint-disable-next-line no-console
@@ -98,6 +98,10 @@
98
98
  flex-grow: 7;
99
99
  }
100
100
  .uploadFileBtn {
101
+ &:hover,
102
+ &:active {
103
+ opacity: 85%;
104
+ }
101
105
  cursor: pointer;
102
106
  color: white;
103
107
  background: #e31b62;
@@ -106,13 +110,8 @@
106
110
  height: fit-content;
107
111
  text-align: center;
108
112
  flex-grow: 1;
109
- margin: auto;
110
- margin-left: 20px;
113
+ margin: auto auto auto 20px;
111
114
  transition: all 0.2s;
112
- &:hover,
113
- &:active {
114
- opacity: 85%;
115
- }
116
115
  }
117
116
  .uploadFileBtnSecondery {
118
117
  &:hover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.34-alpha.7",
3
+ "version": "1.2.34-alpha.8",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {