aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/styles/helper.css
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-23 23:16:45 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-23 23:16:45 +0200
commit036d29ecf68214704de77956a88cdb2af228f37b (patch)
tree9f74925b5990837361b0e70212ece534347b1e82 /frontend/src/styles/helper.css
parent7f4315cc4accda4e7c038a58f6e8a2623c986eca (diff)
Dodao folder komponentu, odradjeni tabovi i selekcija, ulazi i izlazi komponente, stil.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r--frontend/src/styles/helper.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css
index 58f00c20..9c520ac3 100644
--- a/frontend/src/styles/helper.css
+++ b/frontend/src/styles/helper.css
@@ -33,7 +33,7 @@
.footer-center>* {
position: fixed;
- bottom: 8%;
+ bottom: 15px;
left: 50%;
transform: translateX(-50%);
}
@@ -41,4 +41,14 @@
.row-height {
white-space: nowrap;
height: 1rem;
+}
+
+.icon-double>*:nth-child(2) {
+ margin-left: -1rem;
+}
+
+.no-wrap {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
} \ No newline at end of file