- add home-vie-component with all the logos

This commit is contained in:
Arno Kaimbacher 2021-11-24 16:01:53 +01:00
parent 2cbe628d10
commit 8590fa755b
27 changed files with 787 additions and 463 deletions

View file

@ -13,7 +13,7 @@ import ActiveFacetCategory from "./ActiveFacetCategory";
export default ActiveFacetCategory;
</script>
<style scoped>
<style lang="scss" scoped>
th,
td {
border-bottom: 0px solid #e1e1e1;

View file

@ -55,7 +55,7 @@ import VsInput from "./vs-input";
export default VsInput;
</script>
<style>
<style lang="scss" scoped>
.autocomplete-column {
display: block;
flex-basis: 0;

View file

@ -59,7 +59,7 @@ import VsResults from "./vs-result";
export default VsResults;
</script>
<style scoped>
<style lang="scss" scoped>
/* overflow for abstracts */
.clamped {
line-height: 1.5;