eoss-ui 0.5.81-beta6 → 0.5.81-beta7

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.
@@ -647,7 +647,7 @@
647
647
  top: 24px;
648
648
  }
649
649
  .es-login {
650
- width: 540px;
650
+ width: $--login-width;
651
651
  position: absolute;
652
652
  padding: 0 12px;
653
653
  .es-login-name {
@@ -658,7 +658,7 @@
658
658
  transform: translateX(-50%);
659
659
  }
660
660
  .es-login-main {
661
- padding: 40px 70px 30px 70px;
661
+ padding: $--login-padding;
662
662
  position: relative;
663
663
  border-radius: 20px;
664
664
  background-size: 100% 100%;
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.5.81-beta6',
124
+ version: '0.5.81-beta7',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,