mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
select space root or category docs
This commit is contained in:
parent
8d761da939
commit
ba5988dca3
8 changed files with 105 additions and 100 deletions
|
@ -29,14 +29,14 @@
|
|||
}
|
||||
|
||||
.documents-list {
|
||||
@include content-container();
|
||||
margin-bottom: 50px;
|
||||
|
||||
.document-item {
|
||||
margin: 0;
|
||||
margin: 0 0 25px 0;
|
||||
padding: 25px 15px;
|
||||
position: relative;
|
||||
transition: 0.3s;
|
||||
@include content-container();
|
||||
|
||||
&:hover {
|
||||
> .link {
|
||||
|
@ -58,7 +58,7 @@
|
|||
position: absolute;
|
||||
display: none;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
right: 20px;
|
||||
cursor: pointer;
|
||||
|
||||
> .material-icons {
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
.button-nav {
|
||||
background-color: $color-nav-button;
|
||||
color: $color-nav-button-text;
|
||||
border: 1px solid $color-nav-button;
|
||||
border: 1px solid $color-sidebar-border;
|
||||
}
|
||||
|
||||
.flat-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue