implemented social identities management page + pw editing page. probably need to fix backend
This commit is contained in:
Vendored
+4
@@ -11,3 +11,7 @@
|
||||
.fa-large {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
.fa-huge {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
Vendored
+8
@@ -18,3 +18,11 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.border-dashed {
|
||||
border-style: dashed !important;
|
||||
}
|
||||
|
||||
.border-dotted {
|
||||
border-style: dotted !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user