-
+
+
+
+
+
+
@@ -15,87 +15,129 @@
-
\ No newline at end of file
diff --git a/zero.Web/App/Pages/settings/user.vue b/zero.Web/App/Pages/settings/user.vue
index acf7c638..ba21597c 100644
--- a/zero.Web/App/Pages/settings/user.vue
+++ b/zero.Web/App/Pages/settings/user.vue
@@ -9,6 +9,14 @@
+
+
+ general
+
+
+ permissions
+
+
diff --git a/zero.Web/Sass/Modules/_all.scss b/zero.Web/Sass/Modules/_all.scss
index 7845663c..6f6b61fd 100644
--- a/zero.Web/Sass/Modules/_all.scss
+++ b/zero.Web/Sass/Modules/_all.scss
@@ -1,4 +1,6 @@
@import "Buttons/button";
-@import "headlines";
\ No newline at end of file
+@import "headlines";
+
+@import "box";
\ No newline at end of file
diff --git a/zero.Web/Sass/Modules/_box.scss b/zero.Web/Sass/Modules/_box.scss
new file mode 100644
index 00000000..9708100f
--- /dev/null
+++ b/zero.Web/Sass/Modules/_box.scss
@@ -0,0 +1,10 @@
+
+
+
+.ui-box
+{
+ margin: var(--padding);
+ padding: var(--padding);
+ background: var(--color-bg-light);
+ border-radius: var(--radius);
+}