diff --git a/assets/script/pc_style.css b/assets/script/pc_style.css index d860496..9bdf22c 100644 --- a/assets/script/pc_style.css +++ b/assets/script/pc_style.css @@ -322,9 +322,12 @@ a { align-items: center; transition: 0.3s all; position: relative; + margin: 5px; + background: #004e99; + border-radius: 4px; } .admin-menu .item:hover, .admin-menu .item.current { - background: #81b5e4; + background: #22a2ff; } .admin-menu .item:hover .icons, .admin-menu .item.current .icons { filter: brightness(100); @@ -423,78 +426,79 @@ a { background: transparent; } .admin-menu .icons { - width: 50px; - height: 40px; + width: 42px; + height: 31px; } .admin-menu .icon-home { - background-position: 7px 3px; + background-position: 4px -1px; } .admin-menu .icon-sell { - background-position: -29px 3px; + background-position: -32px -1px; } .admin-menu .icon-product { - background-position: -66px 3px; + background-position: -68px -1px; } .admin-menu .icon-user { - background-position: -103px 3px; + background-position: -105px -1px; } .admin-menu .icon-marketing { - background-position: -139px 3px; + background-position: -142px -1px; } .admin-menu .icon-content { - background-position: -172px 3px; + background-position: -175px -1px; } .admin-menu .icon-stats { - background-position: -208px 3px; + background-position: -210px -1px; } .admin-menu .icon-system { - background-position: -247px 3px; + background-position: -249px -1px; } .admin-menu .icon-settings { - background-position: -282px 2px; + background-position: -285px -1px; margin-left: -1px; } .admin-menu .icon-support { - background-position: -318px 3px; + background-position: -320px -1px; } .admin-menu .icon-account { - background-position: -354px 2px; + background-position: -356px -1px; } .admin-menu .icon-logout { - background-position: 6px -34px; + background-position: 4px -37px; } .admin-menu .icon-investor_relation { background-position: 6px -115px; } .admin-menu .icon-job { - background-position: -37px -114px; + background-position: -41px -118px; } .admin-menu .icon-pcbuilder { - background-position: -83px -114px; + background-position: -87px -118px; } .admin-menu .icon-payinstall { - background-position: -128px -114px; + background-position: -130px -118px; } .admin-menu .icon-distributor { - background-position: -173px -114px; + background-position: -175px -114px; } .admin-menu .logo { position: relative; + background: transparent; + border: 0; } .admin-menu .icon-close { - position: absolute; - top: 12px; - right: -40px; - width: 40px; + width: 42px; display: block; - background-color: rgb(0 78 153/var(--tw-bg-opacity)); - height: 36px; + background-color: #22a2ff; + height: 31px; + margin: 0 auto; + border-radius: 4px; } .admin-menu .icon-close i { display: block; margin: 0 auto; text-align: center; - line-height: 40px; + line-height: 33px; } .admin-content-container { diff --git a/assets/script/pc_style.scss b/assets/script/pc_style.scss index 51734a3..8c2dd06 100644 --- a/assets/script/pc_style.scss +++ b/assets/script/pc_style.scss @@ -80,6 +80,7 @@ a { width: 8px; height: 10px; } + .clearfix { &::after { content: ""; @@ -303,9 +304,12 @@ a { align-items: center; transition: 0.3s all; position: relative; + margin: 5px; + background: #004e99; + border-radius: 4px; &:hover, &.current { - background: #81b5e4; + background: #22a2ff; .icons { filter: brightness(100); } @@ -413,77 +417,78 @@ a { } } .icons { - width: 50px; - height: 40px; + width: 42px; + height: 31px; } .icon-home { - background-position: 7px 3px; + background-position: 4px -1px; } .icon-sell { - background-position: -29px 3px; + background-position: -32px -1px; } .icon-product { - background-position: -66px 3px; + background-position: -68px -1px; } .icon-user { - background-position: -103px 3px; + background-position: -105px -1px; } .icon-marketing { - background-position: -139px 3px; + background-position: -142px -1px; } .icon-content { - background-position: -172px 3px; + background-position: -175px -1px; } .icon-stats { - background-position: -208px 3px; + background-position: -210px -1px; } .icon-system { - background-position: -247px 3px; + background-position: -249px -1px; } .icon-settings { - background-position: -282px 2px; + background-position: -285px -1px; margin-left: -1px; } .icon-support { - background-position: -318px 3px; + background-position: -320px -1px; } .icon-account { - background-position: -354px 2px; + background-position: -356px -1px; } .icon-logout { - background-position: 6px -34px; + background-position: 4px -37px; } .icon-investor_relation { background-position: 6px -115px; } .icon-job { - background-position: -37px -114px; + background-position: -41px -118px; } .icon-pcbuilder { - background-position: -83px -114px; + background-position: -87px -118px; } .icon-payinstall { - background-position: -128px -114px; + background-position: -130px -118px; } .icon-distributor { - background-position: -173px -114px; + background-position: -175px -114px; } .logo { position: relative; + background: transparent; + border: 0; } .icon-close { - position: absolute; - top: 12px; - right: -40px; - width: 40px; + width: 42px; display: block; - background-color: rgb(0 78 153 / var(--tw-bg-opacity)); - height: 36px; + background-color: #22a2ff; + height: 31px; + margin: 0 auto; + border-radius: 4px; i { display: block; margin: 0 auto; text-align: center; - line-height: 40px; + line-height: 33px; } } } diff --git a/template/theme.html b/template/theme.html index 0f86434..678b81b 100644 --- a/template/theme.html +++ b/template/theme.html @@ -110,112 +110,112 @@ -