Replace Tor image button with proper font icon (#1470)

This commit is contained in:
Dawid Potocki
2019-11-06 23:04:34 +00:00
committed by GitHub
parent 61170b72f7
commit f4335e86dd
13 changed files with 85 additions and 15 deletions

View File

@ -202,12 +202,21 @@ footer {
vertical-align: middle;
}
.btn-icon {
font-size: 1.5rem;
padding: 0.5rem;
border-radius: 0.25rem;
display: flex;
height: 2.4rem;
color: #ddd;
}
.btn-tor {
background: $tor;
}
.btn-tor:hover {
background: darken($tor, 5%);
}