aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-23 03:01:02 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-23 03:01:02 +0200
commit6fe49c5cd6ef20dc477f11dac098e4c18c2584ee (patch)
tree952de1a3596ca04d17287d8d3593a6020ec2f55d /frontend/src/styles
parent1177f4b29b616a59af39f4aef11b116f9660357d (diff)
Dodao korisnička podešavanja za pozadinu.
Diffstat (limited to 'frontend/src/styles')
-rw-r--r--frontend/src/styles/helper.css12
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