diff options
Add 'customize' text to gas input.
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 7c84d3b9f..838e00b00 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -45,6 +45,7 @@ .send-screen-input-wrapper { width: 95%; + position: relative; } .send-screen-input { @@ -70,4 +71,13 @@ justify-content: space-between; } -.send-screen-bolt-icon {}
\ No newline at end of file +.send-screen-bolt-icon {} + +.send-screen-gas-input-customize { + position: absolute; + top: 30px; + right: 18px; + color: #3098DC; + font-size: 12px; + cursor: pointer; +}
\ No newline at end of file |