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 {
|
2017-11-20 13:01:44 +00:00
|
|
|
color: $color-gray;
|
|
|
|
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-27 15:38:39 +00:00
|
|
|
// border-bottom: 2px solid $color-gray-light;
|
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;
|
|
|
|
}
|
|
|
|
}
|