Merge pull request #6096 from gabrielbazan7/fix/uilowfee

add border top to low fee warning
This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-23 10:45:51 -03:00 committed by GitHub
commit 6942f5df33
1 changed files with 0 additions and 2 deletions

View File

@ -90,12 +90,10 @@
}
}
&.low-fees {
border-top: none;
display: flex;
font-size: 14px;
color: #aaa;
align-items: center;
margin-top: -20px;
i {
padding-right: 20px;
}