client/src/components/SessionList.scss
changeset 151 57d63a248f0d
parent 150 97536386b397
child 154 a28361bda28c
--- a/client/src/components/SessionList.scss	Wed Aug 29 11:02:36 2018 +0200
+++ b/client/src/components/SessionList.scss	Fri Aug 31 15:14:18 2018 +0200
@@ -4,7 +4,7 @@
 }
 
 a.sessions{
-    text-decoration: none;
+    cursor: pointer;
 }
 
 .session {
@@ -14,13 +14,11 @@
 }
 
 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
 }
@@ -39,7 +37,6 @@
 
 .delete{
     font-size: 16px;
-    color: black;
 }
 
 #delete-session-modal{
@@ -84,15 +81,16 @@
 
 #delete-session-close-modal-button{
     margin-top: -2.5%;
-    margin-right: -1%;
+    margin-left: 92%;
     background-color: transparent;
     border: transparent;
+    color: rgba(#769FED, .4);
 }
 
 #delete-session-close-modal-button:hover{
     background-color: transparent;
     border: transparent;
-    color: #769FED;
+    color:black;
 }
 
 .modal-text{
@@ -108,7 +106,3 @@
     width: 20%;
     font-size: 14px;
 }
-
-.modal-footer{
-    border: white;
-}