Skip to content

Commit

Permalink
Bridge and assets page styling fixes (#990)
Browse files Browse the repository at this point in the history
* Bridge and assets page styling fixes

* Dark mode fix

* Bridge button styling fixes
  • Loading branch information
bobo-k2 authored Oct 23, 2023
1 parent 889d42c commit 68eefb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/assets/styles/assets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.title--account {
margin-bottom: 10px;
margin-bottom: 24px;
}

.separator--top {
Expand Down
11 changes: 10 additions & 1 deletion src/components/bridge/styles/bridge-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
align-items: center;
justify-content: center;
border-radius: 16px;
border: 1px solid $gray-4;
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.3s ease 0s;
row-gap: 24px;
Expand Down Expand Up @@ -126,4 +126,13 @@
}
}
}
.button--bridge {
border: 1px solid $gray-4;
background-color: $navy-2;
}

.column--selection button:not([disabled]) .button--bridge:hover {
border: 1px solid $astar-blue !important;
transition: all 0.3s ease 0s;
}
}
2 changes: 1 addition & 1 deletion src/pages/AssetsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineComponent({
<style lang="scss" scoped>
#assets-top {
@media (min-width: $lg) {
margin-top: 50px;
margin-top: 58px;
padding: 0 16px;
}
}
Expand Down

1 comment on commit 68eefb5

@4everland
Copy link

@4everland 4everland bot commented on 68eefb5 Oct 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain

Please sign in to comment.