From 81fbdf1d7967f4f1371b5a5dfc5c7448b5ca49cd Mon Sep 17 00:00:00 2001 From: Micaela Estabillo Date: Thu, 3 Oct 2024 13:38:20 -0700 Subject: [PATCH] fix: lint issues --- ui/pages/bridge/prepare/index.scss | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ui/pages/bridge/prepare/index.scss b/ui/pages/bridge/prepare/index.scss index bc17d8beca89..912ce5fdfbdd 100644 --- a/ui/pages/bridge/prepare/index.scss +++ b/ui/pages/bridge/prepare/index.scss @@ -15,12 +15,13 @@ &__content { display: flex; flex-direction: column; - padding: 16px 0px 16px 0px; + padding: 16px 0 16px 0; border-radius: 8px; border: 1px solid var(--color-border-muted); } - &__from, &__to { + &__from, + &__to { display: flex; flex-direction: column; gap: 4px; @@ -66,7 +67,8 @@ justify-content: space-between; width: 298px; - p, span { + p, + span { color: var(--color-text-alternative); font-size: 12px; } @@ -102,17 +104,18 @@ input { text-align: right; - padding-right: 0px; + padding-right: 0; font-size: 24px; font-weight: 700; - &:focus, &:focus-visible { + &:focus, + &:focus-visible { outline: none; } } .mm-text-field--focused { - outline: none + outline: none; } } @@ -121,7 +124,8 @@ justify-content: center; align-items: center; - &::before, &::after { + &::before, + &::after { content: ''; border-top: 1px solid var(--color-border-muted); flex-grow: 1; @@ -166,4 +170,4 @@ cursor: not-allowed; } } -} \ No newline at end of file +}