docs: port changes in .css to .scss source

This commit is contained in:
Aldo Cortesi 2018-03-05 10:09:18 +13:00
parent 5297e66a87
commit 08e50aa39b
2 changed files with 11 additions and 15 deletions

View File

@ -6731,19 +6731,15 @@ label.panel-block {
text-align: right; }
.sidebar {
background-color: #F1F1F1;
}
.sidebar .version {
background-color: #F1F1F1; }
.sidebar .version {
padding: 1em; }
.sidebar .brand {
.sidebar .brand {
background-color: #303030;
color: #c0c0c0;
padding: 1em;
top: 0; }
.sidebar .menu {
.sidebar .menu {
padding: 1em; }
.mainbody {

View File

@ -11,7 +11,6 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox
@import "../node_modules/bulma/sass/layout/_all";
.sidebody {
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
}
@ -30,6 +29,7 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox
.sidebar {
background-color: #F1F1F1;
.version {
padding: 1em;
}