menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user