mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
parent
2b66d0096a
commit
e014f5b5c1
18 changed files with 541 additions and 88 deletions
|
@ -34,6 +34,10 @@
|
|||
> .checkbox {
|
||||
display: block;
|
||||
}
|
||||
|
||||
> .sequence {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
> .checkbox {
|
||||
|
@ -51,6 +55,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
> .sequence {
|
||||
position: absolute;
|
||||
display: none;
|
||||
top: 10px;
|
||||
right: 40px;
|
||||
cursor: pointer;
|
||||
|
||||
> .dicon {
|
||||
color: map-get($yellow-shades, 700);
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
> .actions {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
@ -68,6 +87,17 @@
|
|||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
color: map-get($gray-shades, 800);
|
||||
|
||||
> .pinned {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
|
||||
> .dicon {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
color: map-get($gray-shades, 600);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .desc {
|
||||
|
@ -168,6 +198,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
> .sequence {
|
||||
display: block;
|
||||
}
|
||||
|
||||
> .actions {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue