From 6374b1284be1d4f88f3ca2430637386aefef3b29 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 9 May 2022 23:51:40 +0200 Subject: [PATCH] fix Mongodb icon --- .../components/svg/databases/MongoDB.svelte | 93 +++++++++++++++++-- src/tailwind.css | 2 +- 2 files changed, 85 insertions(+), 10 deletions(-) diff --git a/src/lib/components/svg/databases/MongoDB.svelte b/src/lib/components/svg/databases/MongoDB.svelte index ea0d2859d..fbb261aa2 100644 --- a/src/lib/components/svg/databases/MongoDB.svelte +++ b/src/lib/components/svg/databases/MongoDB.svelte @@ -3,13 +3,88 @@ + + diff --git a/src/tailwind.css b/src/tailwind.css index 529c91cb9..78ab001c3 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -356,7 +356,7 @@ .tooltip-right:after { } .box-selection { - @apply min-w-[16rem] max-w-[24rem] justify-center rounded-lg border-transparent bg-coolgray-200 p-6 shadow-lg transition duration-150 hover:scale-105 hover:border-transparent hover:bg-coolgray-400; + @apply min-w-[16rem] max-w-[24rem] justify-center rounded border-transparent bg-coolgray-200 p-6 shadow-lg transition duration-150 hover:scale-105 hover:border-transparent hover:bg-coolgray-400; } ._toastBar {