diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 18:59:27 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 18:59:27 +0200 |
commit | c71ced076e4e0b713d428eca304f541f02c8ee6f (patch) | |
tree | 8d5a40d1d08355cfe1fa51d42fa0105949d845f4 /frontend/src/styles/helper.css | |
parent | 2cf5c882b130b00ea906cfaafc7fef2e4eeefa6c (diff) |
Doterao stil za playlist komponentu, i tabelu podataka. Dodao arhivu u navbar i obrisao neke stare rute.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index bcd02646..58f00c20 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -24,4 +24,21 @@ margin-top: 50%; margin-left: auto; transform: translateX(-50%); +} + +.footer-center { + position: relative; + height: 1rem; +} + +.footer-center>* { + position: fixed; + bottom: 8%; + left: 50%; + transform: translateX(-50%); +} + +.row-height { + white-space: nowrap; + height: 1rem; }
\ No newline at end of file |