mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 06:22:28 +03:00
pnpm format
This commit is contained in:
parent
a8e4c4c692
commit
dae2f6f7ef
@ -78,7 +78,7 @@
|
|||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
a,
|
a,
|
||||||
button {
|
button {
|
||||||
@apply relative flex items-center w-fit cursor-pointer justify-center gap-[10px] whitespace-nowrap rounded text-base font-medium transition ease-in-out hover:underline;
|
@apply relative flex w-fit cursor-pointer items-center justify-center gap-[10px] whitespace-nowrap rounded text-base font-medium transition ease-in-out hover:underline;
|
||||||
text-underline-offset: 3px;
|
text-underline-offset: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,8 +98,9 @@
|
|||||||
@apply bg-zinc-600;
|
@apply bg-zinc-600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.basic,
|
||||||
.basic, .primary, .destructive {
|
.primary,
|
||||||
|
.destructive {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -108,7 +109,6 @@
|
|||||||
}
|
}
|
||||||
.primary.outlined {
|
.primary.outlined {
|
||||||
@apply border-[#3662E3];
|
@apply border-[#3662E3];
|
||||||
|
|
||||||
}
|
}
|
||||||
.primary.outlined:hover {
|
.primary.outlined:hover {
|
||||||
@apply bg-[#1C48C94D]/30;
|
@apply bg-[#1C48C94D]/30;
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="commit-page" class="flex h-full w-full gap-2">
|
<div id="commit-page" class="flex h-full w-full gap-2">
|
||||||
<div class="commit-panel-container border-r p-4 border-zinc-700">
|
<div class="commit-panel-container border-r border-zinc-700 p-4">
|
||||||
<h1 class="px-2 py-1 text-xl font-bold">Commit</h1>
|
<h1 class="px-2 py-1 text-xl font-bold">Commit</h1>
|
||||||
|
|
||||||
<form on:submit|preventDefault={onCommit} class="flex w-1/3 min-w-[500px] flex-col gap-4">
|
<form on:submit|preventDefault={onCommit} class="flex w-1/3 min-w-[500px] flex-col gap-4">
|
||||||
@ -230,8 +230,6 @@
|
|||||||
>
|
>
|
||||||
Commit changes
|
Commit changes
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user