From 4f6c638694c55bac2c912fd8fb1ac26637a0cf1f Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 1 May 2021 12:30:24 +0200 Subject: [PATCH] Clean up style --- .../accounts-table/accounts-table.component.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.scss b/apps/client/src/app/components/accounts-table/accounts-table.component.scss index 447c0152a..8c714f828 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.scss +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.scss @@ -32,18 +32,6 @@ background-color: rgba(var(--dark-primary-text), 0.05); border-radius: 1rem; line-height: 1em; - - ion-icon { - font-size: 1rem; - } - - &.buy { - color: var(--green); - } - - &.sell { - color: var(--orange); - } } } }