summaryrefslogtreecommitdiff
path: root/front/src/styles/styles.css
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-18 10:04:43 +0700
committerpolwex <polwex@sortug.com>2025-09-18 10:04:43 +0700
commite69afcff1c1f42436998ca0b070162d556dd577c (patch)
treeceaf1e3c7f654902eb3029483a4a2af37591c320 /front/src/styles/styles.css
parent7bac4927e8895719a91011da9a2b997579238145 (diff)
Diffstat (limited to 'front/src/styles/styles.css')
-rw-r--r--front/src/styles/styles.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/front/src/styles/styles.css b/front/src/styles/styles.css
index 42a2e3c..5affd4f 100644
--- a/front/src/styles/styles.css
+++ b/front/src/styles/styles.css
@@ -34,6 +34,21 @@
/* tailwindy */
+.global-center {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
+.centered {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
+
.grow {
flex-grow: 1;
}