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,20 +6731,16 @@ label.panel-block {
text-align: right; } text-align: right; }
.sidebar { .sidebar {
background-color: #F1F1F1; background-color: #F1F1F1; }
} .sidebar .version {
padding: 1em; }
.sidebar .version { .sidebar .brand {
padding: 1em; } background-color: #303030;
color: #c0c0c0;
.sidebar .brand { padding: 1em;
background-color: #303030; top: 0; }
color: #c0c0c0; .sidebar .menu {
padding: 1em; padding: 1em; }
top: 0; }
.sidebar .menu {
padding: 1em; }
.mainbody { .mainbody {
padding: 3em; } padding: 3em; }

View File

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