Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
pirl, etho logos added
Browse files Browse the repository at this point in the history
 * missing heading styles added
  • Loading branch information
hackmod committed Aug 13, 2018
1 parent 834fdc1 commit aba18ae
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
44 changes: 44 additions & 0 deletions app/images/etho.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions app/images/pirl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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;
}
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit aba18ae

Please sign in to comment.