Skip to content

Commit fad0c94

Browse files
skttlmikecp
authored andcommitted
Makes the width of .login-overlay__logo dynamic
1 parent 380b700 commit fad0c94

File tree

1 file changed

+4
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/less/pages

1 file changed

+4
-1
lines changed

src/Umbraco.Web.UI.Client/src/less/pages/login.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
position: absolute;
3131
top: 22px;
3232
left: 25px;
33-
width: 30px;
3433
height: 30px;
3534
z-index: 1;
3635
}
3736

37+
.login-overlay__logo > img {
38+
max-height:100%;
39+
}
40+
3841
.login-overlay .umb-modalcolumn {
3942
background: none;
4043
border: none;

0 commit comments

Comments
 (0)