Improve some minor design issues
This commit is contained in:
parent
b4e0e6a02f
commit
614e10b62f
|
@ -98,7 +98,7 @@
|
||||||
/* Customise tabs appearance*/
|
/* Customise tabs appearance*/
|
||||||
.nav :global(.spectrum-Tabs) {
|
.nav :global(.spectrum-Tabs) {
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
padding: 7px 0;
|
padding: 5px 0;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
.nav :global(.spectrum-Tabs-content) {
|
.nav :global(.spectrum-Tabs-content) {
|
||||||
|
|
|
@ -227,7 +227,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<div class="welcome">
|
<div class="welcome">
|
||||||
<Layout noPadding gap="S">
|
<Layout noPadding gap="XS">
|
||||||
<Heading size="L">{welcomeHeader}</Heading>
|
<Heading size="L">{welcomeHeader}</Heading>
|
||||||
<Body size="M">
|
<Body size="M">
|
||||||
Manage your apps and get a head start with templates
|
Manage your apps and get a head start with templates
|
||||||
|
|
Loading…
Reference in New Issue