diff options
Diffstat (limited to 'frontend/src/styles/helper.css')
-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 |