1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Enable custom logo upload and rendering

This commit is contained in:
McMatts 2019-01-06 13:50:12 +00:00
parent a211ba051a
commit 036f36ba1d
36 changed files with 574 additions and 211 deletions

View file

@ -15,7 +15,7 @@
display: flex;
flex-direction: row;
> .icon, > .meta-icon {
> .icon, > .meta-icon, > .meta-logo {
align-self: center;
margin-right: 25px;

View file

@ -339,4 +339,10 @@
color: $color-white;
}
}
> #upload-logo {
.dz-preview, .dz-processing, .dz-file-preview {
display: none !important;
}
}
}

View file

@ -254,7 +254,7 @@
@extend .text-truncate;
display: inline-block;
width: 200px;
margin: 0 20px 20px 0;
margin: 0 10px 10px 0;
padding: 0.5rem 0.75rem;
font-size: 1rem;
font-weight: 500;

View file

@ -22,13 +22,13 @@
justify-self: self-start;
> .name {
font-size: 1.3rem;
font-size: 1.4rem;
font-weight: 700;
color: map-get($gray-shades, 800);
> .icon {
color: map-get($gray-shades, 700);
font-size: 20px;
font-size: 26px;
vertical-align: middle;
display: inline-block;
margin-right: 10px;