mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Put back to space button in sidebar (doc view)
This commit is contained in:
parent
6c71a1f18d
commit
36634be6f5
7 changed files with 27 additions and 24 deletions
|
@ -67,5 +67,8 @@ $i: 100;
|
|||
.width-#{$i} {
|
||||
width: #{$i}#{"%"} !important;
|
||||
}
|
||||
.max-width-#{$i} {
|
||||
max-width: #{$i}#{"%"} !important;
|
||||
}
|
||||
$i: $i - 1;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
@import "meta.scss";
|
||||
@import "section.scss";
|
||||
@import "section-editor.scss";
|
||||
@import "sidebar.scss";
|
||||
@import "sidebar-toc.scss";
|
||||
@import "sidebar-attachment.scss";
|
||||
@import "view-activity.scss";
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
background-color: map-get($red-shades, 700);
|
||||
color: map-get($red-shades, 300);
|
||||
color: map-get($red-shades, 100);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue