Utilizando entity list en search

This commit is contained in:
Daniel Cortes
2020-06-15 03:22:21 -04:00
parent c09aab34ea
commit 405b43bfb5
3 changed files with 41 additions and 82 deletions

View File

@@ -18,6 +18,9 @@
}
.subtitle {
font-size: .8em;
&:empty:before {
content: "\200b";
}
}
}
}
@@ -33,7 +36,7 @@
display: flex;
flex-direction: row;
align-items: center;
padding: 1em 2em;
padding: 1em 1em;
.body {
display: flex;
flex-direction: column;