diff --git a/packages/theme/styles/_colors.scss b/packages/theme/styles/_colors.scss index 64fa22d99b..406475182b 100644 --- a/packages/theme/styles/_colors.scss +++ b/packages/theme/styles/_colors.scss @@ -76,7 +76,7 @@ --theme-avatar-bg: #E0DAD5; --theme-avatar-hover: radial-gradient(86.62% 86.62% at 50% 13.38%, rgba(196, 196, 204, 0.4) 0%, rgba(137, 140, 150, 0.4) 100%); --theme-avatar-border: rgba(255, 255, 255, .1); - --theme-avatar-shadow: drop-shadow(0px 0px 10px rgba(46, 41, 40, .8)) drop-shadow(0px 10px 54px rgba(125, 112, 105, 1)); + --theme-avatar-shadow: drop-shadow(0px 14px 44px rgba(74, 67, 64, .8)); --theme-bg-accent-color: rgba(255, 255, 255, .03); --theme-bg-accent-hover: rgba(255, 255, 255, .06); @@ -140,7 +140,7 @@ --theme-avatar-bg: #E0DAD5; --theme-avatar-hover: radial-gradient(86.62% 86.62% at 50% 13.38%, rgba(196, 196, 204, 0.4) 0%, rgba(137, 140, 150, 0.4) 100%); --theme-avatar-border: rgba(255, 255, 255, .1); - --theme-avatar-shadow: drop-shadow(0px 0px 10px rgba(46, 41, 40, .8)) drop-shadow(0px 10px 54px rgba(125, 112, 105, 1)); + --theme-avatar-shadow: drop-shadow(0px 14px 44px rgba(74, 67, 64, .8)); --theme-bg-accent-color: rgba(255, 255, 255, .03); --theme-bg-accent-hover: rgba(255, 255, 255, .06); @@ -203,7 +203,7 @@ --theme-avatar-bg: #C4C4C4; --theme-avatar-hover: #EEEDED; --theme-avatar-border: rgba(255, 255, 255, .7); - --theme-avatar-shadow: drop-shadow(0px 0px 10px rgba(46, 41, 40, .4)) drop-shadow(0px 10px 54px rgba(125, 112, 105, 1)); + --theme-avatar-shadow: drop-shadow(0px 14px 44px rgba(74, 67, 64, .8)); --theme-bg-accent-color: rgba(0, 0, 0, .03); --theme-bg-accent-hover: rgba(0, 0, 0, .05); diff --git a/packages/ui/src/components/CircleButton.svelte b/packages/ui/src/components/CircleButton.svelte index b89ce0f82c..8a62492f33 100644 --- a/packages/ui/src/components/CircleButton.svelte +++ b/packages/ui/src/components/CircleButton.svelte @@ -19,7 +19,7 @@ import Icon from './Icon.svelte' export let icon: Asset | AnySvelteComponent - export let size: 'small' | 'medium' = 'medium' + export let size: 'small' | 'medium' | 'large' = 'large'
@@ -55,6 +55,10 @@ height: 1.5rem; } .icon-medium { + width: 1.75rem; + height: 1.75rem; + } + .icon-large { width: 2rem; height: 2rem; } diff --git a/packages/ui/src/components/TooltipInstance.svelte b/packages/ui/src/components/TooltipInstance.svelte index 398a3f308b..b20c800558 100644 --- a/packages/ui/src/components/TooltipInstance.svelte +++ b/packages/ui/src/components/TooltipInstance.svelte @@ -80,7 +80,7 @@ border-radius: .5rem; user-select: none; text-align: center; - z-index: 10; + z-index: 1000; &::after { content: ''; diff --git a/plugins/recruit-resources/src/components/CreateCandidate.svelte b/plugins/recruit-resources/src/components/CreateCandidate.svelte index 1efbf53999..106d1500b7 100644 --- a/plugins/recruit-resources/src/components/CreateCandidate.svelte +++ b/plugins/recruit-resources/src/components/CreateCandidate.svelte @@ -144,17 +144,30 @@ on:close={() => { dispatch('close') }}>
-
{ (kl < 3) ? kl++ : kl = 0 }}> -
- {#if kl === 0} - - {:else if kl === 1} - Avatar - {:else if kl === 2} - Avatar - {:else} - Avatar - {/if} +
+
+ {#if kl === 0} +
+ {:else if kl === 1} +
Avatar
+ {:else if kl === 2} +
Avatar
+ {:else} +
Avatar
+ {/if} +
+
{ (kl < 3) ? kl++ : kl = 0 }}> +
+ {#if kl === 0} + + {:else if kl === 1} + Avatar + {:else if kl === 2} + Avatar + {:else} + Avatar + {/if} +
@@ -190,16 +203,30 @@ diff --git a/plugins/workbench-resources/src/components/icons/Circles.svelte b/plugins/workbench-resources/src/components/icons/Circles.svelte new file mode 100644 index 0000000000..efc3e643f8 --- /dev/null +++ b/plugins/workbench-resources/src/components/icons/Circles.svelte @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/plugins/workbench-resources/src/components/icons/Status.svelte b/plugins/workbench-resources/src/components/icons/Status.svelte new file mode 100644 index 0000000000..88244863ca --- /dev/null +++ b/plugins/workbench-resources/src/components/icons/Status.svelte @@ -0,0 +1,9 @@ + + + + + +