From aba18ae75eca02669b2f996d67def3bb3aa307d8 Mon Sep 17 00:00:00 2001 From: hackyminer Date: Tue, 14 Aug 2018 06:57:12 +0900 Subject: [PATCH] pirl, etho logos added * missing heading styles added --- app/images/etho.svg | 44 ++++++++++++++++++++++++++++++ app/images/pirl.svg | 6 ++++ app/styles/etherwallet-custom.less | 33 +++++++++++++++++++++- 3 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 app/images/etho.svg create mode 100644 app/images/pirl.svg diff --git a/app/images/etho.svg b/app/images/etho.svg new file mode 100644 index 0000000000..1ebd89e7df --- /dev/null +++ b/app/images/etho.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/pirl.svg b/app/images/pirl.svg new file mode 100644 index 0000000000..99eb32d7e2 --- /dev/null +++ b/app/images/pirl.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index a4799ea629..bc9cec8703 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -606,6 +606,8 @@ label small { @brand-eosc: #926565; @brand-akroma: #AA0087; @brand-esn: #a16bff; +@brand-pirl: #a2d729; +@brand-etho: #d63068; @brand-cust: #b50085; .dropdown-node .dropdown-menu { @@ -674,6 +676,12 @@ label small { li:nth-child(25) { border-left: 2px solid @brand-esn; } + li:nth-child(26) { + border-left: 2px solid @brand-pirl; + } + li:nth-child(27) { + border-left: 2px solid @brand-etho; + } li:last-child { border-left: 2px solid @gray-light; @@ -693,7 +701,8 @@ label small { li:nth-child(22), li:nth-child(23), li:nth-child(24), - li:nth-child(25) { + li:nth-child(25), + li:nth-child(26) { border-bottom: 1px solid @gray-lighter; } } @@ -895,6 +904,28 @@ header.ESN { } } +header.PIRL { + .header-branding { border-bottom: 0.25rem solid @brand-pirl; } + & + .container + .pre-footer + .footer { border-top: 0.25rem solid @brand-pirl; } + & + .container .modal-content { border: 0.25rem solid @brand-pirl; } + & + .container .alert-info { background-color:@brand-pirl; } + .dropdown-gas:before { + width: 32px; + background-image: url("../images/pirl.svg"); + } +} + +header.ETHO { + .header-branding { border-bottom: 0.25rem solid @brand-etho; } + & + .container + .pre-footer + .footer { border-top: 0.25rem solid @brand-etho; } + & + .container .modal-content { border: 0.25rem solid @brand-etho; } + & + .container .alert-info { background-color:@brand-etho; } + .dropdown-gas:before { + width: 24px; + background-image: url("../images/etho.svg"); + } +} + .contest-container { align-content: center; display: flex;