--- a/design/css/main.scss Tue Jun 06 15:56:41 2017 +0200
+++ b/design/css/main.scss Wed Jun 07 18:18:44 2017 +0200
@@ -1,29 +1,50 @@
---
---
+nav.navbar {
+ background: none;
+}
+
+$grey-light : rgba(0, 0, 0, .125);
+
#session {
background: white;
- border: 1px black solid;
-
+ // border: 1px black solid;
+
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
position: fixed;
+ width: 260px;
+ height: 100%;
+ z-index: 99999999;
+ overflow: hide;
- height: 100%;
- width: 180px;
+ .card {
+ top: -38px;
+
+ width: 220px;
+ height: 600px;
- z-index: 99999999;
+ ul {
+ //height: 200px;
+ overflow-y: scroll;
+ }
+ }
}
#editor {
width: 100%;
background: white;
- height: 180px;
+ height: 7em;
- border-top: 1px solid black;
+ border-top: 1px solid $grey-light;
textarea {
- border: 1px solid black;
- width: 100%;
- height: 180px;
+ // border: 1px solid black;
+ // with: 100%;
+ // height: 2em;
}
}