client/src/components/SessionList.scss
changeset 147 a2e61192db50
parent 144 8b950885ddae
child 150 97536386b397
--- a/client/src/components/SessionList.scss	Thu Aug 16 22:32:36 2018 +0200
+++ b/client/src/components/SessionList.scss	Mon Aug 27 19:53:40 2018 +0200
@@ -2,9 +2,47 @@
     font-size: 	18px;
     font-weight: bold;
     padding: 15px 15px;
-    width: 30%;
-    margin-left: 7%;
-    top: 13%;
+    width: 400px;
+    align-content: center;
+    top: -10%;
     position:fixed;
+    z-index: 1;
+}
+
+#session-button:hover {
+    background-color: #769FED;
+    top: -5%;
+}
+
+a.sessions{
+    text-decoration: none;
 }
 
+.session {
+    padding-top: 10%;
+    padding-left: 3%;
+    padding-right: 3%;
+    padding-bottom: -20%;
+}
+
+span.session-title {
+    color: #769FED;
+    font-size: 20px;
+    font-weight: 600;
+}
+
+span.session-description {
+    color:rgb(54, 54, 54);
+    font-size: 12px;
+    font-weight: 500
+}
+span.session-date {
+    font-size: 13px;
+    font-weight: 700;
+}
+
+.material-icons{
+    margin: 5%;
+}
+
+