summaryrefslogtreecommitdiffstats
path: root/client/src/Influencers.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Influencers.css')
-rw-r--r--client/src/Influencers.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/client/src/Influencers.css b/client/src/Influencers.css
new file mode 100644
index 0000000..443762e
--- /dev/null
+++ b/client/src/Influencers.css
@@ -0,0 +1,22 @@
+.influencers {
+ padding: 20px;
+}
+
+.password-input, .add-profile, .export-import {
+ margin-bottom: 20px;
+}
+
+.profile-list ul {
+ list-style-type: none;
+ padding: 0;
+}
+
+.profile-list li {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 10px;
+}
+
+button {
+ margin-left: 10px;
+}