1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00
documize/gui/app/styles/core/view/toolbar.scss

31 lines
442 B
SCSS
Raw Normal View History

.toolbar {
margin: 30px 0 0 0;
> .links {
display: inlne-block;
> .link, div > .link {
2018-12-04 17:26:57 +00:00
color: map-get($gray-shades, 600);
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;
@include ease-in();
&:hover {
color: $color-link;
}
}
> .selected, div > .link {
color: $color-link;
}
}
> .buttons {
float: right;
}
}