mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide basis for document lifecycle
This commit is contained in:
parent
d9a9a828ed
commit
ba52dfa11d
20 changed files with 350 additions and 154 deletions
|
@ -23,7 +23,7 @@
|
|||
margin: 0 0 0 10px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
> .email {
|
||||
font-size: 0.9rem;
|
||||
color: $color-off-black;
|
||||
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
> .smtp-failure {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
|
@ -136,4 +136,16 @@
|
|||
font-weight: bold;
|
||||
color: $color-green;
|
||||
}
|
||||
|
||||
> .archive-admin {
|
||||
> .list {
|
||||
> .item {
|
||||
margin: 15px 0;
|
||||
padding: 15px;
|
||||
@include ease-in();
|
||||
font-size: 1.2rem;
|
||||
color: $color-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue