aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-view/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-view/index.scss')
-rw-r--r--ui/app/components/transaction-view/index.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/ui/app/components/transaction-view/index.scss b/ui/app/components/transaction-view/index.scss
deleted file mode 100644
index 13187f0e5..000000000
--- a/ui/app/components/transaction-view/index.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-.transaction-view {
- flex: 1 1 66.5%;
- background: $white;
- min-width: 0;
- display: flex;
- flex-direction: column;
- overflow-y: auto;
-
- &__balance-wrapper {
- @media screen and (max-width: $break-small) {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- flex: 0 0 auto;
- padding-top: 16px;
- }
-
- @media screen and (min-width: $break-large) {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin: 2.3em 2.37em .8em;
- flex: 0 0 auto;
- }
- }
-}