summaryrefslogtreecommitdiff
path: root/src/styles/profile.less
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
commitc96e6ffafb62bde1e08987b1fdf3c0786487f6ec (patch)
tree37eaf4cf199ca77dc131b4212c526b707adf2e30 /src/styles/profile.less
Initial commit
Diffstat (limited to 'src/styles/profile.less')
-rw-r--r--src/styles/profile.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/styles/profile.less b/src/styles/profile.less
new file mode 100644
index 00000000..40bf49f8
--- /dev/null
+++ b/src/styles/profile.less
@@ -0,0 +1,22 @@
+@import "main.less";
+
+.main-body.profile-page {
+ text-align: center;
+
+ :not(.btn) {
+ text-align: left;
+ }
+}
+
+#delete-account {
+ margin: 10px 0;
+}
+
+.delete-info {
+ color: #999999;
+ padding: 0 80px;
+}
+
+.account-delete-alert {
+ display: none;
+} \ No newline at end of file