mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 00:07:22 +00:00
fix: use full header height for upright logos (#2044)
This commit is contained in:
parent
3d865b3178
commit
6ff434e853
@ -13,7 +13,7 @@ $lgn-header-margin: auto;
|
||||
|
||||
.lgn-logo {
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 250px;
|
||||
max-height: 150px;
|
||||
|
@ -245,7 +245,7 @@ footer .watermark .lgn-logo-watermark {
|
||||
}
|
||||
.lgn-header .lgn-logo {
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 250px;
|
||||
max-height: 150px;
|
||||
@ -1134,7 +1134,7 @@ footer .watermark .lgn-logo-watermark {
|
||||
}
|
||||
.lgn-header .lgn-logo {
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 250px;
|
||||
max-height: 150px;
|
||||
@ -2365,7 +2365,7 @@ i {
|
||||
}
|
||||
.lgn-header .lgn-logo {
|
||||
display: block;
|
||||
height: 100px;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
max-width: 250px;
|
||||
max-height: 150px;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user