diff --git a/src/components/bridge/layerzero/styles/lz-bridge.scss b/src/components/bridge/layerzero/styles/lz-bridge.scss
index 3a26d785e..dbc546f23 100644
--- a/src/components/bridge/layerzero/styles/lz-bridge.scss
+++ b/src/components/bridge/layerzero/styles/lz-bridge.scss
@@ -135,7 +135,11 @@
display: flex;
justify-content: center;
position: relative;
- margin-top: 16px;
+ z-index: 10;
+}
+
+.row--reverse-bottom {
+ margin-top: -16px;
}
.icon--reverse {
@@ -150,7 +154,7 @@
border: 1px solid $gray-4;
cursor: pointer !important;
margin-top: -24px;
- background: transparent;
+ background: $white;
transition: all 0.3s ease 0s;
&:hover {
border: 1px solid $astar-blue !important;
@@ -243,12 +247,16 @@
input {
color: white;
}
- .box--input-field,
- .icon--reverse {
+ .box--input-field {
background: transparent;
border: 1px solid $gray-3;
}
+ .icon--reverse {
+ background: $navy-4;
+ border: 1px solid $gray-3;
+ }
+
.row--box-error {
background: $box-red-dark;
}
diff --git a/src/components/bridge/styles/bridge-selection.scss b/src/components/bridge/styles/bridge-selection.scss
index 00a9c421a..2add525ca 100644
--- a/src/components/bridge/styles/bridge-selection.scss
+++ b/src/components/bridge/styles/bridge-selection.scss
@@ -117,6 +117,14 @@
height: 32px;
}
+.img--logo-astr {
+ height: 48px;
+}
+
+.img--logo-soneium {
+ height: 32px;
+}
+
.row--bridge-title {
text-align: left;
}
diff --git a/src/components/common/Balloon.vue b/src/components/common/Balloon.vue
index 897d6c04f..5932b69b5 100644
--- a/src/components/common/Balloon.vue
+++ b/src/components/common/Balloon.vue
@@ -10,7 +10,9 @@
-
{{ title }}
+
+ {{ title }}
+