Add moving earth icon and Fix icons/buttons
This commit is contained in:
@@ -102,9 +102,9 @@
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
margin-right: 12px;
|
||||
fill: #fff;
|
||||
color: #fff;
|
||||
border-radius: 100%;
|
||||
transition: fill 0.2s;
|
||||
transition: color 0.3s;
|
||||
|
||||
@include bp (sm) {
|
||||
width: 26px;
|
||||
@@ -145,7 +145,7 @@
|
||||
// Hover
|
||||
li:hover {
|
||||
.icon {
|
||||
fill: $color-secondary-light;
|
||||
color: $color-secondary-light;
|
||||
}
|
||||
.select {
|
||||
background-color: $color-primary-tertiary20;
|
||||
|
||||
Reference in New Issue
Block a user