aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-view-balance/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-view-balance/index.scss')
-rw-r--r--ui/app/components/transaction-view-balance/index.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/app/components/transaction-view-balance/index.scss b/ui/app/components/transaction-view-balance/index.scss
index f3fd580d7..bdcd536b0 100644
--- a/ui/app/components/transaction-view-balance/index.scss
+++ b/ui/app/components/transaction-view-balance/index.scss
@@ -17,6 +17,7 @@
display: flex;
flex-direction: column;
min-width: 0;
+ position: relative;
@media screen and (max-width: $break-small) {
align-items: center;
@@ -26,6 +27,10 @@
}
}
+ &__primary-container {
+ display: flex;
+ }
+
&__primary-balance {
font-size: 1.5rem;
@@ -36,6 +41,19 @@
}
}
+ &__cached-star {
+ margin-left: 4px;
+ }
+
+ &__cached-balance, &__cached-star {
+ color: $web-orange;
+ }
+
+ &__cached-secondary-balance {
+ color: rgba(220, 153, 18, 0.6901960784313725);
+ font-size: 1.15rem;
+ }
+
&__secondary-balance {
font-size: 1.15rem;
color: #a0a0a0;