fixes umbraco logo appearance on backoffice login page, issue #11830 (#11900)

* fixes umbraco logo appearance on backoffice login page, issue #11830

* gives umbraco logo minimum width of 30px, issue #11830
This commit is contained in:
Mark Drake
2022-02-09 17:00:57 -05:00
committed by GitHub
parent 4eda091fdb
commit 6f89bf2a45

View File

@@ -30,6 +30,7 @@
position: absolute;
top: 22px;
left: 25px;
min-width: 30px;
height: 30px;
z-index: 1;
}