aboutsummaryrefslogtreecommitdiff
path: root/src/styles.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:07:24 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:07:24 +0200
commit97f3e372bd96195e6f243358ef7063a63278f699 (patch)
tree8f4ba09c4d62938189381c62f31e3cad16e48279 /src/styles.css
parent07dd17982f56a51f7601b4143fb0ff103cd8b186 (diff)
downloadDevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.tar
DevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.tar.gz
DevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.zip
Major redesign of profile component styling
Diffstat (limited to 'src/styles.css')
-rw-r--r--src/styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css
index b4f7539..64aa79f 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -89,6 +89,7 @@ input[type=file]::file-selector-button {
width: 100%;
max-height: 100%;
overflow-y: auto;
+ flex-wrap: nowrap !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
@@ -142,6 +143,10 @@ input[type=file]::file-selector-button {
justify-content: flex-end;
}
+.flex-justify-center {
+ justify-content: center;
+}
+
.flex-center-align-children > * {
display: flex;
align-items: center;
@@ -178,6 +183,10 @@ input[type=file]::file-selector-button {
/* General text */
+.text-centered {
+ text-align: center;
+}
+
.text-vertical-middle {
vertical-align: middle;
}
@@ -268,6 +277,10 @@ input[type=file]::file-selector-button {
/* Misc */
+.full-width {
+ width: 100%;
+}
+
.centered-content {
max-width: var(--max-width);
margin: 0 auto;