add border top to low fee warning

This commit is contained in:
Gabriel Bazán 2017-05-22 14:19:00 -03:00
commit 0280d37220

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;
}