1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 17:49:41 +02:00
documize/gui/app/styles/view/folder/document.scss

25 lines
328 B
SCSS
Raw Normal View History

2017-03-23 18:28:42 +00:00
.move-document-options {
2017-03-24 13:10:32 +00:00
height: 200px;
2017-03-23 18:28:42 +00:00
overflow-y: auto;
margin: 0;
padding: 0;
> .option {
vertical-align: bottom;
cursor: pointer;
font-size: 0.9rem;
overflow: hidden;
white-space: nowrap;
> .material-icons {
font-size: 0.9rem;
vertical-align: top;
}
}
> .selected {
color: $color-link;
}
}