From 8c9e23ee4e10ebc36c9567f5f29b78c9f93aec2c Mon Sep 17 00:00:00 2001 From: AzizbekFayziyev Date: Mon, 25 Aug 2025 21:10:08 +0500 Subject: [PATCH] format --- .../dex/AliasCell/styles.module.scss | 50 +++++++++---------- .../MatrixConnectionBadge/styles.module.scss | 2 +- .../dex/OrdersPool/styles.module.scss | 6 +-- .../dex/UserOrders/styles.module.scss | 6 +-- src/styles/themes/dark.scss | 2 +- src/styles/themes/light.scss | 6 +-- 6 files changed, 34 insertions(+), 38 deletions(-) diff --git a/src/components/dex/AliasCell/styles.module.scss b/src/components/dex/AliasCell/styles.module.scss index 64a3495..030713b 100644 --- a/src/components/dex/AliasCell/styles.module.scss +++ b/src/components/dex/AliasCell/styles.module.scss @@ -1,33 +1,33 @@ .alias { - display: flex; - align-items: center; - gap: 4px; - font-size: 14px; + display: flex; + align-items: center; + gap: 4px; + font-size: 14px; - &__text { - color: var(--font-main-color) !important; - } + &__text { + color: var(--font-main-color) !important; + } - path { - fill: none; - } + path { + fill: none; + } } .tooltip { - position: absolute; - top: 30px; - left: 5%; - background-color: var(--trade-table-tooltip); - z-index: 9999 !important; + position: absolute; + top: 30px; + left: 5%; + background-color: var(--trade-table-tooltip); + z-index: 9999 !important; - &__text { - font-size: 12px !important; - color: var(--font-main-color) !important; - } + &__text { + font-size: 12px !important; + color: var(--font-main-color) !important; + } - &__arrow { - border-radius: 2px; - left: 30% !important; - background-color: var(--trade-table-tooltip) !important; - } -} \ No newline at end of file + &__arrow { + border-radius: 2px; + left: 30% !important; + background-color: var(--trade-table-tooltip) !important; + } +} diff --git a/src/components/dex/MatrixConnectionBadge/styles.module.scss b/src/components/dex/MatrixConnectionBadge/styles.module.scss index b4e816b..6ac3d79 100644 --- a/src/components/dex/MatrixConnectionBadge/styles.module.scss +++ b/src/components/dex/MatrixConnectionBadge/styles.module.scss @@ -21,4 +21,4 @@ background-color: var(--trade-table-tooltip) !important; } } -} \ No newline at end of file +} diff --git a/src/components/dex/OrdersPool/styles.module.scss b/src/components/dex/OrdersPool/styles.module.scss index 6ef00e6..f587124 100644 --- a/src/components/dex/OrdersPool/styles.module.scss +++ b/src/components/dex/OrdersPool/styles.module.scss @@ -104,11 +104,7 @@ td { position: static !important; - - &:last-child { - - &::before { content: ''; pointer-events: none; @@ -233,4 +229,4 @@ font-size: 11px; font-weight: 400; } -} \ No newline at end of file +} diff --git a/src/components/dex/UserOrders/styles.module.scss b/src/components/dex/UserOrders/styles.module.scss index ff08160..2ec7a8f 100644 --- a/src/components/dex/UserOrders/styles.module.scss +++ b/src/components/dex/UserOrders/styles.module.scss @@ -57,7 +57,7 @@ td { position: relative; - >p { + > p { width: 100%; font-size: 12px; font-weight: 400; @@ -76,7 +76,7 @@ } } - >span { + > span { line-height: 1; color: var(--font-dimmed-color); font-size: 11px; @@ -85,4 +85,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/styles/themes/dark.scss b/src/styles/themes/dark.scss index eac3a55..251b51a 100644 --- a/src/styles/themes/dark.scss +++ b/src/styles/themes/dark.scss @@ -52,4 +52,4 @@ --dex-tooltip-border-color: #1f8feb26; --dex-sell-percentage: #272757; --dex-buy-percentage: #103262; -} \ No newline at end of file +} diff --git a/src/styles/themes/light.scss b/src/styles/themes/light.scss index f65dc65..652b905 100644 --- a/src/styles/themes/light.scss +++ b/src/styles/themes/light.scss @@ -50,6 +50,6 @@ --table-tr-hover-color: #dcf0ff; --dex-tooltip-bg: #eff8ff; --dex-tooltip-border-color: #1f8feb33; - --dex-sell-percentage: #FCEDED; - --dex-buy-percentage: #E5F8F8; -} \ No newline at end of file + --dex-sell-percentage: #fceded; + --dex-buy-percentage: #e5f8f8; +}