2017-11-20 13:01:44 +00:00
|
|
|
.toolbar {
|
|
|
|
margin: 30px 0 0 0;
|
|
|
|
|
|
|
|
> .links {
|
|
|
|
display: inlne-block;
|
|
|
|
|
2018-04-05 20:01:10 +01:00
|
|
|
> .link, div > .link {
|
2018-12-04 17:26:57 +00:00
|
|
|
color: map-get($gray-shades, 600);
|
2017-11-20 13:01:44 +00:00
|
|
|
font-size: 1.1rem;
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 30px;
|
|
|
|
cursor: pointer;
|
2018-04-04 14:38:21 +01:00
|
|
|
text-transform: uppercase;
|
2017-11-21 14:47:49 +00:00
|
|
|
@include ease-in();
|
2017-11-20 13:01:44 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $color-link;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-05 20:01:10 +01:00
|
|
|
> .selected, div > .link {
|
2017-11-20 13:01:44 +00:00
|
|
|
color: $color-link;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .buttons {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|