aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-27 15:53:00 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-27 15:53:00 +0200
commit086010248b30924d4b597483fcec3f9988ed2419 (patch)
treee55eeffa8bf5e4897140f6b4a5c1924e34d9621d /frontend/src/styles/helper.css
parent0d2ba69f53f8f916d3758d532bddf0ed1cc69bda (diff)
Dodao blur stil za pozadine nekih elemenata.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r--frontend/src/styles/helper.css4
1 files changed, 4 insertions, 0 deletions
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