aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-activity-log/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-activity-log/index.scss')
-rw-r--r--ui/app/components/transaction-activity-log/index.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/ui/app/components/transaction-activity-log/index.scss b/ui/app/components/transaction-activity-log/index.scss
index 00c17e6a..c6afd5ec 100644
--- a/ui/app/components/transaction-activity-log/index.scss
+++ b/ui/app/components/transaction-activity-log/index.scss
@@ -1,8 +1,7 @@
.transaction-activity-log {
- &__title {
- border-bottom: 1px solid #d8d8d8;
- padding-bottom: 4px;
- text-transform: capitalize;
+ &__card {
+ background: $black;
+ height: 100%;
}
&__activities-container {
@@ -22,8 +21,8 @@
left: 0;
top: 0;
height: 100%;
- width: 7px;
- border-right: 1px solid #909090;
+ width: 6px;
+ border-right: 1px solid $geyser;
}
&:first-child::after {
@@ -45,7 +44,7 @@
height: 15px;
margin-right: 6px;
border-radius: 50%;
- background: #909090;
+ background: $geyser;
flex: 0 0 auto;
display: flex;
justify-content: center;
@@ -54,7 +53,7 @@
}
&__activity-text {
- color: $dusty-gray;
+ color: $dim-gray;
font-size: .75rem;
cursor: pointer;