diff options
author | 9308233900 <reagan_hunt@brown.edu> | 2021-04-20 10:24:34 -0700 |
---|---|---|
committer | 9308233900 <reagan_hunt@brown.edu> | 2021-04-20 10:24:34 -0700 |
commit | 2e3243bb52b23571df529697d841f883846a8954 (patch) | |
tree | 315eda2621ddc65d96472e2fc29548356d25425b /react-frontend/src/css/InvesterInfo.css | |
parent | 564295d2ac6b40e349a1cbc3e3bd329989e9ec82 (diff) | |
parent | 4411ae1564d716e5aa063e4c47302ffc907a078a (diff) |
Merge branch 'master' of https://github.com/cs0320-2021/term-project-cohwille-jmccaul3-mfoiani-rhunt2master
Diffstat (limited to 'react-frontend/src/css/InvesterInfo.css')
-rw-r--r-- | react-frontend/src/css/InvesterInfo.css | 62 |
1 files changed, 62 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..c1bb137 --- /dev/null +++ b/react-frontend/src/css/InvesterInfo.css @@ -0,0 +1,62 @@ +#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: 16pt; + margin: 0; +} + +.Chosen-user { + background-color: #333333; + color: lightgreen; + width: 25vw; + border-radius: 10px; + overflow: scroll; +} + +.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; +} |