n20-common-lib 1.2.45 → 1.2.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -107,8 +107,8 @@ export default {
107
107
  <style scoped>
108
108
  .login-logo-box {
109
109
  position: absolute;
110
- top: 26px;
111
- left: 26px;
110
+ top: 88px;
111
+ left: 116px;
112
112
  color: #ffffff;
113
113
  }
114
114
  .login-logo-hr {
@@ -121,7 +121,7 @@ export default {
121
121
  }
122
122
  .login-form {
123
123
  position: absolute;
124
- top: 20%;
124
+ top: 25%;
125
125
  right: 10%;
126
126
  width: 324px;
127
127
  min-height: 360px;