update
This commit is contained in:
@@ -121,7 +121,7 @@ a {
|
||||
overflow: auto;
|
||||
background: #004e99;
|
||||
color: #fff;
|
||||
width: 20%;
|
||||
width: 18%;
|
||||
padding: 20px 0;
|
||||
line-height: 20px;
|
||||
a {
|
||||
@@ -483,6 +483,10 @@ a {
|
||||
}
|
||||
}
|
||||
.admin-content-container {
|
||||
width: calc(100% - 50px);
|
||||
&.show-large-menu {
|
||||
width: 82%;
|
||||
}
|
||||
.note-list {
|
||||
min-width: 144px;
|
||||
a {
|
||||
@@ -734,6 +738,9 @@ input[type="radio"] {
|
||||
}
|
||||
td{
|
||||
padding: 14px 8px;
|
||||
&:nth-child(4), &:nth-child(10){
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.icons {
|
||||
width: 30px;
|
||||
@@ -767,6 +774,7 @@ input[type="radio"] {
|
||||
thead {
|
||||
background: #F6F6F6;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
td{
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user