1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-20 21:59:42 +02:00

border-changes

This commit is contained in:
Harvey Kandola 2016-11-08 19:36:38 -08:00
parent 26bca3bc40
commit fefcfde4ed
2 changed files with 10 additions and 2 deletions

View file

@ -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;

View file

@ -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;
}