mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-19 19:20:49 +08:00
fix(splash): preserve logo aspect ratio
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.splash-logo {
|
.splash-logo {
|
||||||
width: 80px;
|
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
width: auto;
|
||||||
border-radius: $radius-lg;
|
border-radius: $radius-lg;
|
||||||
box-shadow: $shadow-lg;
|
box-shadow: $shadow-lg;
|
||||||
animation: splash-logo-pulse 1.5s ease-in-out infinite;
|
animation: splash-logo-pulse 1.5s ease-in-out infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user