mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
24 lines
328 B
SCSS
24 lines
328 B
SCSS
|
|
.move-document-options {
|
|
height: 200px;
|
|
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;
|
|
}
|
|
}
|