diff --git a/onlylegs/static/sass/components/settings.sass b/onlylegs/static/sass/components/settings.sass new file mode 100644 index 0000000..cce4ac3 --- /dev/null +++ b/onlylegs/static/sass/components/settings.sass @@ -0,0 +1,29 @@ +.settings-content + margin: 0.5rem + padding: 1rem + + position: relative + + display: flex + flex-direction: column + justify-content: center + gap: 1rem + + background-color: RGB($bg-400) + color: RGB($fg-white) + border: 2px solid RGB($bg-200) + border-radius: $rad-inner + + h2 + margin: 0 + padding: 0 + + font-size: 1.5rem + font-weight: 700 + + h3 + margin: 0 + padding: 0 + + font-size: 1.25rem + font-weight: 700 \ No newline at end of file diff --git a/onlylegs/static/sass/style.sass b/onlylegs/static/sass/style.sass index 763b3ea..097346c 100644 --- a/onlylegs/static/sass/style.sass +++ b/onlylegs/static/sass/style.sass @@ -19,6 +19,7 @@ @import "components/buttons/block" @import "components/image-view/view" +@import "components/settings" // Reset * diff --git a/onlylegs/templates/settings.html b/onlylegs/templates/settings.html index 05448ff..1be491a 100644 --- a/onlylegs/templates/settings.html +++ b/onlylegs/templates/settings.html @@ -14,17 +14,27 @@ -
-

Gwa Gwa

+
+

Profile Settings

+
+

Profile Picture

+ + +
+ +
+

Username

+ + +
-
- - -
- -
- - -
+
+

Account Settings

+
+

Email

+ + +
+
{% endblock %} \ No newline at end of file