implemented social identities management page + pw editing page. probably need to fix backend

This commit is contained in:
2018-07-25 23:07:11 +02:00
parent 57911377ef
commit 2e075799f2
35 changed files with 541 additions and 301 deletions
+4
View File
@@ -11,3 +11,7 @@
.fa-large {
font-size: 1.6em;
}
.fa-huge {
font-size: 2em;
}
+8
View File
@@ -18,3 +18,11 @@
display: none;
}
}
.border-dashed {
border-style: dashed !important;
}
.border-dotted {
border-style: dotted !important;
}