- add home-vie-component with all the logos
This commit is contained in:
parent
2cbe628d10
commit
8590fa755b
27 changed files with 787 additions and 463 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue