From 6fe49c5cd6ef20dc477f11dac098e4c18c2584ee Mon Sep 17 00:00:00 2001 From: Danijel Anđelković Date: Sat, 23 Apr 2022 03:01:02 +0200 Subject: Dodao korisnička podešavanja za pozadinu. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/helper.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'frontend/src/styles/helper.css') diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index bed289e4..bcd02646 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -12,4 +12,16 @@ animation-duration: 3140ms; animation-timing-function: linear; animation-iteration-count: infinite; +} + +.bg-controls { + position: fixed; + bottom: 10px; + right: 10px; +} + +.center-horizontal { + margin-top: 50%; + margin-left: auto; + transform: translateX(-50%); } \ No newline at end of file -- cgit v1.2.3