client/src/components/SessionForm.scss
changeset 161 a642639dbc07
parent 135 b5aafa462956
child 169 f98efa1bddd1
--- a/client/src/components/SessionForm.scss	Mon Oct 08 03:30:54 2018 +0200
+++ b/client/src/components/SessionForm.scss	Mon Oct 08 04:09:19 2018 +0200
@@ -2,3 +2,37 @@
     font-size: 1rem;
     cursor: pointer;
 }
+
+.session {
+
+    &-page-panel {
+        z-index: 5;
+    }
+
+    &-page-card {
+        background: linear-gradient(white, transparent);
+    }
+
+    &-page-title{
+        font-size: 1.8rem;
+        resize: auto;
+        font-weight: bolder;
+        overflow: hidden;
+        height: auto;
+        transition: height 0.2s ease;
+        box-sizing: border-box;
+        line-height: 1.1;
+    }
+
+    &-page-description{
+        font-size: .9rem;
+        resize: auto;
+        overflow: hidden;
+        height: auto;
+        transition: height 0.2s ease;
+        box-sizing: border-box;
+    }
+}
+
+
+