aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/export-text-container/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/export-text-container/index.scss')
-rw-r--r--ui/app/components/export-text-container/index.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/app/components/export-text-container/index.scss b/ui/app/components/export-text-container/index.scss
index 05f4010a..e913f97b 100644
--- a/ui/app/components/export-text-container/index.scss
+++ b/ui/app/components/export-text-container/index.scss
@@ -3,7 +3,7 @@
justify-content: center;
flex-direction: column;
align-items: center;
- border: 1px solid $geyser;
+ border: 1px solid #a4a4a4;
border-radius: 4px;
font-weight: 400;
@@ -13,13 +13,13 @@
justify-content: center;
padding: 20px;
border-radius: 4px;
- background: $muddy-gray;
+ background: #f0f0f0;
}
&__text {
resize: none;
border: none;
- background: $muddy-gray;
+ background: #f0f0f0;
font-size: 20px;
text-align: center;
}
@@ -27,7 +27,7 @@
&__buttons-container {
display: flex;
flex-direction: row;
- border-top: 1px solid $geyser;
+ border-top: 1px solid #a4a4a4;
width: 100%;
}
@@ -39,14 +39,14 @@
align-items: center;
font-size: 12px;
cursor: pointer;
- color: $dexon-purple;
+ color: black;
&--copy {
- border-right: 1px solid $geyser;
+ border-right: 1px solid #a4a4a4;
}
}
&__button-text {
padding-left: 10px;
}
-}
+} \ No newline at end of file