mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
parent
99a5418dba
commit
8baad7e2f0
22 changed files with 229 additions and 102 deletions
|
@ -20,6 +20,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Allows for icon to be placed top right corner of sidebar zone.
|
||||
// Expects icon to be placed in the zone.
|
||||
> .custom-action {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
cursor: pointer;
|
||||
color: map-get($gray-shades, 500);
|
||||
font-size: 1rem;
|
||||
|
||||
&:hover {
|
||||
color: map-get($gray-shades, 800);
|
||||
}
|
||||
}
|
||||
|
||||
> .section {
|
||||
margin: 0;
|
||||
padding: 0 7px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue