From 7329675be5912a4924b32cf41cd5ac87cb33e456 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Mar 2021 15:48:24 +0200 Subject: Major redesign of almost all of profile settings page --- .../profile-settings.component.html | 175 ++++++++++----------- src/styles.css | 33 ++-- 2 files changed, 104 insertions(+), 104 deletions(-) diff --git a/src/app/components/profile-settings/profile-settings.component.html b/src/app/components/profile-settings/profile-settings.component.html index 9e0e80e..9887527 100644 --- a/src/app/components/profile-settings/profile-settings.component.html +++ b/src/app/components/profile-settings/profile-settings.component.html @@ -2,117 +2,106 @@ -
- -
-
-
- -
-
- -
- +
+ + +
+ + +
+ +
+
+
+ + + +
- -
-
-
- - + +
+
+
+ -
- - -
+ +
+ +
+
+
+ -
- - + + +
+ +
+
+
+ -
- - -
+ +
+ +
+
+
+ + + + +
+ +
+ +
- - - +
- - +
- -
- - - -
- - + Available languages: +
+
+ {{ lang.name }}
- +
+ +
- - - +
- - - -
-
- -
-
- - -
- -
-
- Available languages: -
-
- {{ lang.name }} -
+
- - -
-
- - -
- -
-
- Available technologies: -
-
- {{ tech.name }} -
+ Available technologies: +
+
+ {{ tech.name }}
- - - - - -
-
+
+ + + + +
+
Are you sure you want to delete your account?
This is permanent!
- -
-
+ + +
+ diff --git a/src/styles.css b/src/styles.css index 06ddae6..a20cef2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -53,6 +53,7 @@ input[type=file]::file-selector-button { visibility: hidden; } + .rounded-border { border: 2px solid black; border-radius: 0.6em; @@ -206,12 +207,6 @@ input[type=file]::file-selector-button { height: 1em; } -/* General colors */ - -.fg-color-faded { - color: var(--faded-color); -} - /* General text */ .text-centered { @@ -246,6 +241,22 @@ input[type=file]::file-selector-button { border-right: none; } +/* General colors */ + +.fg-color-faded { + color: var(--faded-color); +} + +.focus-fg-color { + color: var(--focus-color); + border-color: var(--focus-color); +} + +.error-fg-color { + color: var(--failure); + border-color: var(--failure); +} + /* General padding */ .padding-big { @@ -272,6 +283,11 @@ input[type=file]::file-selector-button { padding: 0.1em; } +.side-padding-font { + padding-right: 1em; + padding-left: 1em; +} + .side-padding-smaller { padding-right: 0.3em; padding-left: 0.3em; @@ -364,11 +380,6 @@ input[type=file]::file-selector-button { height: calc(100% - var(--navbar-height)) !important; } -.focus-fg-color { - color: var(--focus-color); - border-color: var(--focus-color); -} - /* Inputs, the type found in login and register */ .textarea-new-msg { -- cgit v1.2.3