up
This commit is contained in:
@@ -139,6 +139,10 @@ a {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.admin-menu-container.show {
|
||||
display: block;
|
||||
z-index: 999;
|
||||
}
|
||||
.admin-menu-container a {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -446,10 +450,6 @@ a {
|
||||
background-position: -330px -88px;
|
||||
}
|
||||
|
||||
.admin-header-container .menu-hide {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* Bán hàng */
|
||||
.page-input {
|
||||
width: 100%;
|
||||
@@ -666,7 +666,7 @@ a {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
z-index: 9;
|
||||
display: none;
|
||||
}
|
||||
@@ -778,21 +778,6 @@ a {
|
||||
body {
|
||||
font-size: 18px;
|
||||
}
|
||||
.admin-menu-container {
|
||||
width: 300px;
|
||||
}
|
||||
.admin-content-container {
|
||||
margin-left: 300px !important;
|
||||
}
|
||||
.menu-list .item {
|
||||
line-height: 50px !important;
|
||||
}
|
||||
.admin-menu-container .sub-menu a {
|
||||
font-size: 16px;
|
||||
}
|
||||
.admin-menu-container .hover-menu a {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1920px) {
|
||||
.text-custom-14 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -121,6 +121,10 @@ a {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
&.show {
|
||||
display: block;
|
||||
z-index: 999;
|
||||
}
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -439,12 +443,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header-container {
|
||||
.menu-hide {
|
||||
margin-left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Bán hàng */
|
||||
.page-input {
|
||||
width: 100%;
|
||||
@@ -672,7 +670,7 @@ a {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
z-index: 9;
|
||||
display: none;
|
||||
&.active {
|
||||
@@ -785,24 +783,6 @@ a {
|
||||
body {
|
||||
font-size: 18px;
|
||||
}
|
||||
.admin-menu-container {
|
||||
width: 300px;
|
||||
}
|
||||
.admin-content-container {
|
||||
margin-left: 300px !important;
|
||||
}
|
||||
|
||||
.menu-list {
|
||||
.item {
|
||||
line-height: 50px !important;
|
||||
}
|
||||
}
|
||||
.admin-menu-container .sub-menu a {
|
||||
font-size: 16px;
|
||||
}
|
||||
.admin-menu-container .hover-menu a {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1920px) {
|
||||
|
||||
Reference in New Issue
Block a user