Styling explorer actions
parent
da89c14b02
commit
48b84c163e
|
@ -61,11 +61,18 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.explorer--action {
|
.explorer--action {
|
||||||
width: 20px;
|
width: 24px;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: #000;
|
background-color: transparent;
|
||||||
color: $c-pool;
|
color: $g9-mountain;
|
||||||
|
margin-left: 2px;
|
||||||
|
transition: color 0.25s ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
color: $g18-cloud;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tabs
|
// Tabs
|
||||||
|
|
Loading…
Reference in New Issue