1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00
documize/gui/app/styles/view/toolbar.scss
Harvey Kandola acc947c2ed [WIP ]space view
Document list renders as per design
2017-11-21 14:47:49 +00:00

29 lines
371 B
SCSS

.toolbar {
margin: 30px 0 0 0;
> .links {
display: inlne-block;
> .link {
color: $color-gray;
font-size: 1.1rem;
font-weight: bold;
display: inline-block;
margin-right: 30px;
cursor: pointer;
@include ease-in();
&:hover {
color: $color-link;
}
}
> .selected {
color: $color-link;
}
}
> .buttons {
float: right;
}
}