From 086010248b30924d4b597483fcec3f9988ed2419 Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Wed, 27 Apr 2022 15:53:00 +0200 Subject: Dodao blur stil za pozadine nekih elemenata. --- frontend/src/styles/helper.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/src/styles') diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index 08ce6e56..fa362803 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -118,4 +118,8 @@ margin: 3px; width: 28px; height: 28px; +} + +.bg-blur { + backdrop-filter: blur(2px); } \ No newline at end of file -- cgit v1.2.3