Fix voor svg op Firefox en betere weergave
This commit is contained in:
parent
c2cebbc592
commit
305ae5ba7d
2 changed files with 20 additions and 9 deletions
|
@ -102,12 +102,23 @@ a.button:hover, a.button:active {
|
|||
background-color: $color-button-hover;
|
||||
}
|
||||
|
||||
a.footer-social:link, .a.footer-social:hover {
|
||||
.icon {
|
||||
margin: 3px;
|
||||
}
|
||||
.icon:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.icon:active {
|
||||
text-decoration: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
// Button
|
||||
// Button
|
||||
.btn:link, .btn:visited {
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue