refactor: ui theme

This commit is contained in:
GyDi
2022-03-30 12:36:39 +08:00
committed by GitHub
parent 17b7265a9a
commit 213eb2ae88
8 changed files with 210 additions and 53 deletions

View File

@@ -18,7 +18,7 @@
.the-logo {
position: relative;
flex: 0 1 180px;
flex: 0 1 168px;
width: 100%;
max-width: 168px;
max-height: 168px;
@@ -27,8 +27,11 @@
text-align: center;
box-sizing: border-box;
img {
img,
svg {
width: 100%;
height: 100%;
pointer-events: none;
}
.the-newbtn {