This commit is contained in:
2024-01-30 09:35:11 +07:00
parent 9462e968d3
commit d4077674f7
5 changed files with 40 additions and 53 deletions

View File

@@ -703,6 +703,21 @@ input[type=radio]:focus:before {
height: 16px;
background-position: -114px -89px;
}
.icons.icon-view {
width: 16px;
height: 16px;
background-position: -187px -88px;
}
.icons.icon-remove {
width: 16px;
height: 16px;
background-position: -151px -88px;
}
.icons.icon-hide {
width: 16px;
height: 16px;
background-position: -224px -88px;
}
.admin-header-container .menu-hide {
margin-left: 30px;

File diff suppressed because one or more lines are too long

View File

@@ -710,6 +710,21 @@ input[type="radio"] {
height: 16px;
background-position: -114px -89px;
}
&.icon-view {
width: 16px;
height: 16px;
background-position: -187px -88px;
}
&.icon-remove {
width: 16px;
height: 16px;
background-position: -151px -88px;
}
&.icon-hide {
width: 16px;
height: 16px;
background-position: -224px -88px;
}
}
.admin-header-container {