1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-29 09:31:50 +00:00

snippet list scaffolded

This commit is contained in:
Rokt33r
2015-05-27 20:01:53 +09:00
parent 092a2f3e8a
commit c83e542ea0
12 changed files with 202 additions and 13 deletions

View File

@@ -4,11 +4,6 @@ $fa-font-path: "./resources/fonts";
@import "bootstrap";
@import "ui-select";
@import "../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
$side-view-bg: $navbar-inverse-bg;
$side-view-color: $navbar-inverse-color;
html {
overflow: hidden;
height: 100%;
@@ -17,6 +12,10 @@ html {
body {
height: 100%;
overflow: auto;
font-family: "Lato", sans-serif;
}
label{
font-family: "Lato", sans-serif;
}
#side-view{
@@ -45,5 +44,5 @@ body {
left: 200px;
right: 0;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}