update icon,fixed menu, modal category, modal brand

This commit is contained in:
2024-01-30 15:53:37 +07:00
25 changed files with 723 additions and 533 deletions

View File

@@ -57,6 +57,10 @@ img {
height: auto;
}
table {
width: 100%;
}
a {
text-decoration: none;
}
@@ -320,10 +324,10 @@ a {
transition: 0.3s all;
position: relative;
}
.admin-menu .item:hover {
.admin-menu .item:hover, .admin-menu .item.current {
background: #81b5e4;
}
.admin-menu .item:hover .icons {
.admin-menu .item:hover .icons, .admin-menu .item.current .icons {
filter: brightness(100);
}
.admin-menu .item:hover .sub-menu {
@@ -749,22 +753,6 @@ input[type=radio]:focus:before {
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
text-align: left;
}
.order-page .order-page-table .icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.order-page .order-page-table .icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
margin-right: 6px;
}
.order-page .order-page-table .icon-delete {
background-position: -145px -82px;
}
.order-page-table {
line-height: 20px;
@@ -803,6 +791,22 @@ input[type=radio]:focus:before {
width: 100%;
padding: 0 0 0 5px;
}
.order-page-table .icons {
width: 30px;
height: 30px;
border: 1px solid #ECECEC;
background-color: #F9F9F9;
border-radius: 5px;
}
.order-page-table .icon-edit {
border: 1px solid #0041E8;
background-color: #F5F7FF;
background-position: -108px -82px;
margin-right: 6px;
}
.order-page-table .icon-delete {
background-position: -145px -82px;
}
.is-close-btn {
background: #ececec !important;

File diff suppressed because one or more lines are too long

View File

@@ -48,6 +48,9 @@ img {
max-width: 100%;
height: auto;
}
table{
width: 100%;
}
a {
text-decoration: none;
}
@@ -301,11 +304,13 @@ a {
align-items: center;
transition: 0.3s all;
position: relative;
&:hover {
&:hover, &.current{
background: #81b5e4;
.icons {
filter: brightness(100);
}
}
&:hover {
.sub-menu {
left: calc(100% + 8px);
opacity: 1;
@@ -765,23 +770,7 @@ input[type="radio"] {
&:nth-child(10) {
text-align: left;
}
}
.icons {
width: 30px;
height: 30px;
border: 1px solid #ececec;
background-color: #f9f9f9;
border-radius: 5px;
}
.icon-edit {
border: 1px solid #0041e8;
background-color: #f5f7ff;
background-position: -108px -82px;
margin-right: 6px;
}
.icon-delete {
background-position: -145px -82px;
}
}
}
}
.order-page-table {
@@ -820,6 +809,22 @@ input[type="radio"] {
width: 100%;
padding: 0 0 0 5px;
}
.icons {
width: 30px;
height: 30px;
border: 1px solid #ECECEC;
background-color: #F9F9F9;
border-radius: 5px;
}
.icon-edit {
border: 1px solid #0041E8;
background-color: #F5F7FF;
background-position: -108px -82px;
margin-right: 6px;
}
.icon-delete {
background-position: -145px -82px;
}
}
.is-close-btn {
background: #ececec !important;