Widget en entityitem

This commit is contained in:
Daniel Cortes
2020-06-16 22:11:44 -04:00
parent 6550208bdd
commit d1ddc5d1ff
4 changed files with 35 additions and 12 deletions

View File

@@ -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