mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
document view activity
This commit is contained in:
parent
486b5983d9
commit
cce1b5ef50
11 changed files with 85 additions and 93 deletions
65
gui/app/styles/view/document/view-activity.scss
Normal file
65
gui/app/styles/view/document/view-activity.scss
Normal file
|
@ -0,0 +1,65 @@
|
|||
.view-activity {
|
||||
> .items {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
> .item {
|
||||
margin: 0;
|
||||
padding: 20px 0;
|
||||
width: 100%;
|
||||
|
||||
> .avatar-box {
|
||||
display: inline-block;
|
||||
cursor: default;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 34px;
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
background-color: $color-gray;
|
||||
color: $color-white;
|
||||
|
||||
margin: 0 20px 0 0;
|
||||
}
|
||||
|
||||
> .activity {
|
||||
display: inline-block;
|
||||
|
||||
> .name {
|
||||
display: block;
|
||||
font-size: 1.2rem;
|
||||
color: $color-off-black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
> .detail {
|
||||
display: block;
|
||||
font-size: 1rem;
|
||||
color: $color-gray;
|
||||
|
||||
.viewed {
|
||||
color: $color-goldy;
|
||||
}
|
||||
|
||||
.added {
|
||||
color: $color-green;
|
||||
}
|
||||
|
||||
.changed {
|
||||
color: $color-blue;
|
||||
}
|
||||
|
||||
.deleted {
|
||||
color: $color-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue