diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 03:01:02 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 03:01:02 +0200 |
commit | 6fe49c5cd6ef20dc477f11dac098e4c18c2584ee (patch) | |
tree | 952de1a3596ca04d17287d8d3593a6020ec2f55d /frontend/src/styles | |
parent | 1177f4b29b616a59af39f4aef11b116f9660357d (diff) |
Dodao korisnička podešavanja za pozadinu.
Diffstat (limited to 'frontend/src/styles')
-rw-r--r-- | frontend/src/styles/helper.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 |