Skip to content

Commit

Permalink
devop: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Oct 24, 2024
1 parent 7fde905 commit 1db5c44
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions packages/extension/src/ui/action/views/accounts/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ const closeImportAccount = () => {
left: 348px;
top: 50px;
background: #ffffff;
box-shadow:
0px 3px 6px rgba(0, 0, 0, 0.039),
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.039),
0px 7px 24px rgba(0, 0, 0, 0.19);
border-radius: 12px;
z-index: 107;
Expand All @@ -253,9 +252,7 @@ const closeImportAccount = () => {
box-sizing: border-box;
opacity: 0;
visibility: hidden;
transition:
opacity 0.3s,
visibility 0s ease-in-out 0.3s;
transition: opacity 0.3s, visibility 0s ease-in-out 0.3s;
padding-bottom: 153px;
&.show {
Expand Down Expand Up @@ -298,9 +295,7 @@ const closeImportAccount = () => {
bottom: 0px;
width: 100%;
background: @white;
box-shadow:
0px 0px 6px rgba(0, 0, 0, 0.05),
0px 0px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.25);
position: absolute;
padding: 8px;
box-sizing: border-box;
Expand Down

1 comment on commit 1db5c44

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.