diff options
author | Julia McCauley <skurvyj@gmail.com> | 2021-04-20 11:29:24 -0400 |
---|---|---|
committer | Julia McCauley <skurvyj@gmail.com> | 2021-04-20 11:29:24 -0400 |
commit | 0f86bfc8182dd6b8559f352ebad7ff5ea8db8c73 (patch) | |
tree | 385c86356e7f95058c72aaa1f1fbbe6abe492c6d /react-frontend/src/css/InvesterInfo.css | |
parent | 8535db483bd2a153013976a0ad540d00707405ba (diff) | |
parent | 3910a31e5418343e427305bb0b77cf5ec3e2dfbf (diff) |
Merge branch 'master' of github.com:cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2
# Conflicts:
# react-frontend/src/components/Visualization.js
Diffstat (limited to 'react-frontend/src/css/InvesterInfo.css')
-rw-r--r-- | react-frontend/src/css/InvesterInfo.css | 61 |
1 files changed, 61 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..3501b70 --- /dev/null +++ b/react-frontend/src/css/InvesterInfo.css @@ -0,0 +1,61 @@ +#top-bar { + display: flex; + flex-direction: row; + justify-content: space-evenly; + margin-right: 10px; + margin-left: 10px; + border-bottom: solid 1px white; + margin-top: 0px; + padding-bottom: 20px; +} + +/* div { + border: solid white; +} */ + +/* p { + border: solid white; +} */ + +.bigNumber { + font-size: 25pt; + margin: 0; +} + +.Chosen-user { + background-color: #333333; + color: lightgreen; + width: 25vw; + border-radius: 10px; +} + +.Stock-row { + display: flex; + justify-content: space-evenly; + color: white; + margin-bottom: 5px; +} + +.tableHeader { + display: flex; + flex-direction: row; + justify-content: left; + margin-right: 10px; + margin-left: 10px; + font-size: 120%; + padding: 5px; + color: lightgreen; +} + +.symbol-row { + margin-right: 20px; +} + +.gain-row { + margin-right: 20px; +} + +a { + color: lightgreen; + text-decoration: none; +} |