Session history

This commit is contained in:
Mo Bitar
2018-07-19 22:25:14 -05:00
parent 8a127f97a1
commit 1250f3fd5e
13 changed files with 456 additions and 843 deletions

View File

@@ -16,6 +16,13 @@
font-size: 16px;
}
#item-preview-modal {
> .content {
width: 800px;
height: 500px;
}
}
.panel {
background-color: white;
}

View File

@@ -53,3 +53,9 @@
color: $blue-color;
}
}
#session-history-menu {
.menu-panel .row .sublabel.opaque {
opacity: 1.0
}
}