Widget en entityitem
This commit is contained in:
@@ -29,17 +29,29 @@
|
||||
|
||||
// Column mode
|
||||
.entity-list.column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.entity-item a {
|
||||
.entity-item .entity-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 1em 1em;
|
||||
.body {
|
||||
justify-content: space-between;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
padding: 1em 1em;
|
||||
|
||||
flex-grow: 2;
|
||||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.widget {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -93,7 +105,7 @@
|
||||
|
||||
// Highligth Column
|
||||
.entity-list.column{
|
||||
.entity-item {
|
||||
.entity-item {
|
||||
border-bottom: solid var(--line-width) var(--gray-1);
|
||||
transition: background-color 300ms ease-in;
|
||||
|
||||
@@ -111,7 +123,7 @@
|
||||
}
|
||||
background-color: var(--gray-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Highligth Grid
|
||||
|
||||
Reference in New Issue
Block a user