1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Icon / header size updated

i'd prefer if these were smaller but this involves a larger discussions around font-sizes within the builder
This commit is contained in:
Joe 2021-02-22 09:03:04 +00:00
parent ddbb3e287c
commit a45a1b1e80

View file

@ -45,13 +45,13 @@
{#if datasource}
<section>
<Spacer medium />
<Spacer extraLarge />
<header>
<div class="datasource-icon">
<svelte:component
this={ICONS[datasource.source]}
height="20"
width="20" />
height="26"
width="26" />
</div>
<h3 class="section-title">{datasource.name}</h3>
</header>
@ -101,7 +101,7 @@
<style>
h3 {
margin: 0;
font-size: 18px;
font-size: 24px;
}
section {