1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

clone space!

This commit is contained in:
Harvey Kandola 2017-08-21 17:51:06 +01:00
parent 866b4eba8a
commit bf390ed0b9
18 changed files with 302 additions and 108 deletions

View file

@ -5,7 +5,7 @@
.content-linker-dialog {
width: 350px;
height: 350px;
height: 450px;
overflow-y: auto;
.link-list {

View file

@ -7,10 +7,9 @@
margin: 0 0 5px 0;
> .material-icons {
font-size: 1.4rem;
font-size: 1rem;
color: $color-gray;
vertical-align: top;
margin-right: 5px;
}
> .selected {
@ -20,6 +19,13 @@
&:hover {
color: $color-link;
}
> .text {
display: inline-block;
font-size: 0.9rem;
vertical-align: text-top;
color: $color-off-black;
}
}
.ui-checkbox-selected {

View file

@ -189,6 +189,7 @@
pointer-events: none;
font-weight: bold;
color: $color-off-black;
@extend .no-select;
}
> .tip {
@ -198,6 +199,7 @@
padding: 0;
font-family: $font-light;
text-align: left;
@extend .no-select;
}
}