Add moving earth icon and Fix icons/buttons
This commit is contained in:
@@ -22,11 +22,17 @@
|
||||
img, svg {
|
||||
display: block;
|
||||
margin-right: 12px;
|
||||
color: $color-gray;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
// Hover effect
|
||||
&:not([disabled]):hover {
|
||||
background: $color-secondary;
|
||||
|
||||
svg {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.text-split__line {
|
||||
&:last-child {
|
||||
|
||||
Reference in New Issue
Block a user