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
|
@ -4738,6 +4738,10 @@ label + .wizard-buttonList {
|
||||||
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;
|
||||||
color: hsl(0,0%,60%);
|
color: hsl(0,0%,60%);
|
||||||
|
|
Loading…
Reference in a new issue