aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components')
-rw-r--r--ui/app/css/itcss/components/send.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 6f124f053..7c84d3b9f 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -51,6 +51,13 @@
width: 100%;
}
+.send-screen-gas-input {
+ width: 100%;
+ background-color: $concrete;
+ border-width: 0px;
+ border-style: none;
+}
+
.send-screen-amount-labels {
display: flex;
flex-direction: row;
@@ -62,3 +69,5 @@
flex-direction: row;
justify-content: space-between;
}
+
+.send-screen-bolt-icon {} \ No newline at end of file