a
This commit is contained in:
@@ -467,9 +467,9 @@ a {
|
||||
}
|
||||
.icon-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 12px;
|
||||
right: -30px;
|
||||
height: 30px;
|
||||
height: 34px;
|
||||
width: 30px;
|
||||
display: block;
|
||||
background-color: rgb(0 78 153 / var(--tw-bg-opacity));
|
||||
@@ -486,6 +486,7 @@ a {
|
||||
width: calc(100% - 50px);
|
||||
&.show-large-menu {
|
||||
width: 82%;
|
||||
margin-left: 0;
|
||||
}
|
||||
.note-list {
|
||||
min-width: 144px;
|
||||
@@ -870,3 +871,15 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table-brand {
|
||||
th {
|
||||
padding: 7px 5px;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
td {
|
||||
padding: 7px 6px;
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user