aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/css
diff options
context:
space:
mode:
authorclarkohw <66530369+clarkohw@users.noreply.github.com>2021-04-20 02:14:50 -0400
committerGitHub <noreply@github.com>2021-04-20 02:14:50 -0400
commit7065fd986a523e1bd5c6eac82037558ad3887daf (patch)
tree8c033ceff2e06c33c860483150ad1ddbfc5ecbee /react-frontend/src/css
parenta27719a709dd3082850f00f25e1275233807209d (diff)
parent1627c1118ff425c1a500672666e192d26dce8bdd (diff)
Merge pull request #18 from cs0320-2021/invester-info
investor info display
Diffstat (limited to 'react-frontend/src/css')
-rw-r--r--react-frontend/src/css/InvesterInfo.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/react-frontend/src/css/InvesterInfo.css b/react-frontend/src/css/InvesterInfo.css
new file mode 100644
index 0000000..5385965
--- /dev/null
+++ b/react-frontend/src/css/InvesterInfo.css
@@ -0,0 +1,46 @@
+#top-bar {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ margin-bottom: 10px;
+ margin-right: 10px;
+ margin-left: 10px;
+ border-bottom: solid 1px white;
+ margin-top: 0px;
+}
+
+/* div {
+ border: solid white;
+} */
+
+/* p {
+ border: solid white;
+} */
+
+.bigNumber {
+ font-size: 25pt;
+ margin: 0;
+}
+
+.Chosen-user {
+ background-color: #333333;
+ color: lightgreen;
+ width: 350px;
+ border-radius: 10px;
+}
+
+.tableHeader {
+ display: flex;
+ flex-direction: row;
+ justify-content: left;
+ margin-right: 10px;
+ margin-left: 10px;
+}
+
+.symbol-row {
+ margin-right: 20px;
+}
+
+.gain-row {
+ margin-right: 20px;
+}