hide logo-preview border in setup wizard before image was picked
This commit is contained in:
parent
b38b98d915
commit
794075e440
1 changed files with 4 additions and 0 deletions
|
@ -4737,6 +4737,10 @@ label + .wizard-buttonList {
|
|||
height: 0;
|
||||
max-width: 200px;
|
||||
max-height: 100px;
|
||||
|
||||
&[src=""] {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
+ .logo-preview-placeholder {
|
||||
height: 100px;
|
||||
|
|
Loading…
Reference in a new issue