mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-13 08:45:41 -04:00
Replace Tor image button with proper font icon (#1470)
This commit is contained in:
parent
61170b72f7
commit
f4335e86dd
13 changed files with 85 additions and 15 deletions
|
@ -99,6 +99,9 @@ img {
|
|||
border-color: darken($danger, 10%);
|
||||
}
|
||||
|
||||
.btn-tor { background: desaturate($tor, 10%); }
|
||||
.btn-tor:hover { background: darken($tor, 5%); }
|
||||
|
||||
.card {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
|
|
@ -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%);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue