mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +02:00
Show jump list to other space documents
Closes #219 Jump to documents within space when viewing a document.
This commit is contained in:
parent
bc9dab72f2
commit
c65eb97948
26 changed files with 341 additions and 235 deletions
|
@ -115,7 +115,7 @@
|
|||
white-space: nowrap;
|
||||
text-align: center;
|
||||
padding: 0.375rem 0.75rem;
|
||||
margin: 0 0.5rem;
|
||||
// margin: 0 0.5rem;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
border: 1px solid transparent;
|
||||
|
@ -147,6 +147,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-theme {
|
||||
@extend %button;
|
||||
background-color: $theme-500;
|
||||
color: $color-white;
|
||||
|
||||
&:hover {
|
||||
color: $color-white;
|
||||
border-color: $theme-600;
|
||||
background-color: $theme-600;
|
||||
}
|
||||
}
|
||||
|
||||
.button-green {
|
||||
@extend %button;
|
||||
background-color: map-get($green-shades, 600);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue