aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Recommendations.scss
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-08-13 17:26:49 -0400
committerab <abdullah_ahmed@brown.edu>2019-08-13 17:26:49 -0400
commite03a1b2cc90e0fdb7789f4826e482e9040aa7075 (patch)
tree8704de27d354bc20512a6b8058df3e4ba4c1bb64 /src/client/views/Recommendations.scss
parent843ac47f04f8c9bd687600f9f07fe4c15744e4ec (diff)
80% done, garbage collection is much needed
Diffstat (limited to 'src/client/views/Recommendations.scss')
-rw-r--r--src/client/views/Recommendations.scss65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/client/views/Recommendations.scss b/src/client/views/Recommendations.scss
new file mode 100644
index 000000000..5d8f17e37
--- /dev/null
+++ b/src/client/views/Recommendations.scss
@@ -0,0 +1,65 @@
+@import "globalCssVariables";
+
+.rec-content *{
+ display: inline-block;
+ margin: auto;
+ width: 50;
+ height: 30px;
+ border: 1px dashed grey;
+ padding: 10px 10px;
+}
+
+.rec-content {
+ float: left;
+ width: inherit;
+ align-content: center;
+}
+
+.rec-scroll {
+ overflow-y: scroll;
+ overflow-x: hidden;
+ position: absolute;
+ // display: flex;
+ z-index: 10000;
+ box-shadow: gray 0.2vw 0.2vw 0.4vw;
+ // flex-direction: column;
+ background: whitesmoke;
+ padding-bottom: 10px;
+ border-radius: 15px;
+ border: solid #BBBBBBBB 1px;
+ width: 200px;
+ text-align: center;
+ max-height: 250px;
+ text-transform: uppercase;
+ color: grey;
+ letter-spacing: 2px;
+}
+
+.content {
+ padding: 10px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: center;
+}
+
+.image-background {
+ pointer-events: none;
+ background-color: transparent;
+ width: 50%;
+ text-align: center;
+ height: 35px;
+ margin-left: 5px;
+}
+
+img{
+ width: 100%;
+ height: 100%;
+}
+
+.score {
+ // margin-left: 15px;
+ width: 50%;
+ height: 100%;
+ text-align: center;
+}