aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-23 18:59:27 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-23 18:59:27 +0200
commitc71ced076e4e0b713d428eca304f541f02c8ee6f (patch)
tree8d5a40d1d08355cfe1fa51d42fa0105949d845f4 /frontend/src/styles/helper.css
parent2cf5c882b130b00ea906cfaafc7fef2e4eeefa6c (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.css17
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