From 3ccc045bc7879421c6c11371b872120a14b7c000 Mon Sep 17 00:00:00 2001 From: hackyminer Date: Mon, 13 Aug 2018 17:45:08 +0900 Subject: [PATCH] eosc logo added --- app/images/eosc.svg | 3 +++ app/styles/etherwallet-custom.less | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 app/images/eosc.svg diff --git a/app/images/eosc.svg b/app/images/eosc.svg new file mode 100644 index 0000000000..f382e3f56e --- /dev/null +++ b/app/images/eosc.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index 38fc98fe47..a4799ea629 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -867,6 +867,10 @@ header.EOSC { & + .container + .pre-footer + .footer { border-top: 0.25rem solid @brand-eosc; } & + .container .modal-content { border: 0.25rem solid @brand-eosc; } & + .container .alert-info { background-color:@brand-eosc; } + .dropdown-gas:before { + width: 26px; + background-image: url("../images/eosc.svg"); + } } header.AKROMA {