category
This commit is contained in:
@@ -735,6 +735,11 @@ input[type=radio]:focus:before {
|
||||
height: 16px;
|
||||
background-position: -224px -88px;
|
||||
}
|
||||
.icons.icon-feature {
|
||||
width: 18px;
|
||||
height: 16px;
|
||||
background-position: -259px -88px;
|
||||
}
|
||||
|
||||
.admin-header-container .menu-hide {
|
||||
margin-left: 30px;
|
||||
@@ -949,4 +954,41 @@ input[type=radio]:focus:before {
|
||||
.list-info-reply td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
}
|
||||
|
||||
.table-list-category td {
|
||||
padding: 6px 5px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.table-list-category a {
|
||||
color: #0041e8;
|
||||
}
|
||||
|
||||
.input-file {
|
||||
position: relative;
|
||||
}
|
||||
.input-file input {
|
||||
opacity: 0;
|
||||
}
|
||||
.input-file .title {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.input-file .btn-input-file {
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #0041e8;
|
||||
color: #0041e8;
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.input-file .btn-input-file:hover {
|
||||
background: #0041e8;
|
||||
color: #fff;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -743,6 +743,11 @@ input[type="radio"] {
|
||||
height: 16px;
|
||||
background-position: -224px -88px;
|
||||
}
|
||||
&.icon-feature {
|
||||
width: 18px;
|
||||
height: 16px;
|
||||
background-position: -259px -88px;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header-container {
|
||||
@@ -980,3 +985,42 @@ input[type="radio"] {
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
.table-list-category {
|
||||
td {
|
||||
padding: 6px 5px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
a {
|
||||
color: #0041e8;
|
||||
}
|
||||
}
|
||||
|
||||
.input-file {
|
||||
position: relative;
|
||||
input {
|
||||
opacity: 0;
|
||||
}
|
||||
.title {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.btn-input-file {
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #0041e8;
|
||||
color: #0041e8;
|
||||
cursor: pointer;
|
||||
margin-right: 10px;
|
||||
&:hover {
|
||||
background: #0041e8;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user