Fix logo not showing in background
This commit is contained in:
parent
e1e93c2ec9
commit
c38c706079
@ -32,6 +32,17 @@
|
|||||||
word-spacing: 5px;
|
word-spacing: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-portrait-length) {
|
||||||
|
.converse-brand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
.converse-brand {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.converse-fullscreen {
|
.converse-fullscreen {
|
||||||
@ -115,11 +126,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(m) {
|
|
||||||
#conversejs-bg {
|
|
||||||
.converse-brand {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -21,6 +21,7 @@ const plugins = [
|
|||||||
{from: 'logo/conversejs-filled-192.svg', to: 'images/logo'},
|
{from: 'logo/conversejs-filled-192.svg', to: 'images/logo'},
|
||||||
{from: 'logo/conversejs-filled-512.svg', to: 'images/logo'},
|
{from: 'logo/conversejs-filled-512.svg', to: 'images/logo'},
|
||||||
{from: 'logo/conversejs-filled.svg', to: 'images/logo'},
|
{from: 'logo/conversejs-filled.svg', to: 'images/logo'},
|
||||||
|
{from: 'logo/conversejs-gold-gradient.svg', to: 'images/logo'},
|
||||||
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
|
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user