filters and sidebar
This commit is contained in:
+22
-5
@@ -1,8 +1,12 @@
|
||||
.lx-table {
|
||||
.table {
|
||||
min-width: 600px;
|
||||
overflow: auto;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
background: var(--background);
|
||||
filter: brightness(97%);
|
||||
table {
|
||||
min-width: 600px;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
th {
|
||||
@@ -13,7 +17,6 @@
|
||||
// height: 34px;
|
||||
padding: 8px 16px;
|
||||
// border-bottom: 1px solid #ccc;
|
||||
background: #eee;
|
||||
&.is-sort {
|
||||
background-color: rgba($primary, 0.1);
|
||||
}
|
||||
@@ -26,20 +29,34 @@
|
||||
max-width: 400px;
|
||||
height: 48px;
|
||||
padding: 4px 16px;
|
||||
|
||||
overflow: hidden;
|
||||
&.is-sort {
|
||||
background-color: rgba($primary, 0.1);
|
||||
}
|
||||
|
||||
img{
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.status{
|
||||
color:var(--accent);
|
||||
font-size: 80%;
|
||||
}
|
||||
.row-name{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
}
|
||||
tr {
|
||||
background-color: #fff;
|
||||
&:hover {
|
||||
box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
//background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
td:nth-child(odd) {
|
||||
|
||||
Reference in New Issue
Block a user