mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
border-changes
This commit is contained in:
parent
26bca3bc40
commit
fefcfde4ed
2 changed files with 10 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
width: 100%;
|
||||
border-bottom: 1px solid $color-border;
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
> .avatar-box {
|
||||
display: inline-block;
|
||||
margin: 3px 10px 0 0;
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
color: $color-link;
|
||||
}
|
||||
|
||||
.dz-processing,
|
||||
> .dz-preview {
|
||||
> .dz-preview,
|
||||
.dz-processing {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
@ -37,6 +37,10 @@
|
|||
border-bottom: 1px solid $color-border;
|
||||
padding-bottom: 10px;
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
> .icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue