X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e9c213f80316f02f6ae89e3d536ad77497125f9d..refs/pull/494/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 07ffb10a6..65f05a71d 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -1,27 +1,29 @@ * { box-sizing: border-box; } + html { background-color: #FFFFFF; height: 100%; + overflow-y: scroll; + &.flexbox { + overflow-y: hidden; + } + &.shaded { + background-color: #F2F2F2; + } } + body { - font-family: $text; font-size: $fs-m; line-height: 1.6; color: #616161; -webkit-font-smoothing: antialiased; + &.shaded { + background-color: #F2F2F2; + } } button { font-size: 100%; -} - -table { - min-width: 100px; - td { - min-width: 10px; - padding: 4px 6px; - border: 1px solid #DDD; - } } \ No newline at end of file