hide logo-preview border in setup wizard before image was picked

This commit is contained in:
Felix Niklas 2015-06-22 11:46:59 +02:00
parent b38b98d915
commit 794075e440

View file

@ -4737,6 +4737,10 @@ label + .wizard-buttonList {
height: 0; height: 0;
max-width: 200px; max-width: 200px;
max-height: 100px; max-height: 100px;
&[src=""] {
visibility: hidden;
}
+ .logo-preview-placeholder { + .logo-preview-placeholder {
height: 100px; height: 100px;