Reorganize common vars file.

This commit is contained in:
Paulo Reis 2017-10-17 15:42:37 +01:00
parent cf89c22ca5
commit db6ca5d1c3

View file

@ -791,14 +791,30 @@
@content-margin-top: @line-height-computed;
@content-margin-top: @line-height-computed;
@left-menu-width: 260px;
@left-menu-animation-duration: 0.35s;
@toolbar-border-color: @gray-lighter;
@file-tree-droppable-background-color: rgb(252, 231, 199);
@editor-dark-background-color: #333;
@editor-dark-toolbar-border-color: #222;
@editor-dark-highlight-color: #FFA03A;
// Custom
@is-overleaf : false;
@header-height : 68px;
@footer-height : 50px;
@text-small-color: @gray;
// Backgrounds
@content-alt-bg-color: lighten(@gray-lightest, 2.5%);
// Typography
@text-small-color: @gray;
// Navbar
@navbar-default-padding : 1rem 2rem;
@navbar-brand-width : 180px;
@navbar-btn-font-size : @font-size-base * 0.8;
@ -806,24 +822,29 @@
@navbar-btn-font-weight : 700;
@navbar-btn-padding : 10px 10px 11px;
@navbar-btn-line-height : 1;
@navbar-subdued-padding : 12px 12px 13px;
@navbar-subdued-color : @gray;
@navbar-subdued-hover-bg : @gray-lightest;
@navbar-subdued-hover-color : @gray-dark;
// Button colors and sizing
@btn-border-radius-large : @border-radius-large;
@btn-border-radius-base : @border-radius-base;
@btn-border-radius-small : @border-radius-small;
@btn-border-width : 1px;
@btn-border-bottom-width : 2px;
// Cards
@card-box-shadow: 0 2px 4px rgba(0,0,0,0.15);
// Project table
@structured-list-link-color : darken(@blue, 10%);
@structured-header-border-color : @gray-lightest;
@structured-list-border-color : @gray-lightest;
@structured-list-hover-color : @gray-lightest;
@structured-list-line-height : @line-height-base;
// Sidebar
@sidebar-bg : transparent;
@sidebar-color : @gray;
@sidebar-link-color : #333;
@ -854,28 +875,18 @@
@folders-tag-menu-hover : @gray-light;
@folders-untagged-line-height : 1.7;
// Progress bars
@progress-border-radius : @border-radius-base;
@progress-border-width : 1px;
@progress-bar-shadow : inset 0 -1px 0 rgba(0,0,0,.15);
// Footer
@footer-link-color : @link-color;
@footer-link-hover-color : @link-hover-color;
@footer-bg-color : transparent;
@footer-padding : 2em;
@btn-border-width: 1px;
@btn-border-bottom-width: 2px;
// Tags
@tag-border-radius : 0.25em;
@tag-bg-color : @label-default-bg;
@tag-bg-hover-color : darken(@label-default-bg, 10%);
@left-menu-width: 260px;
@left-menu-animation-duration: 0.35s;
@toolbar-border-color: @gray-lighter;
@file-tree-droppable-background-color: rgb(252, 231, 199);
@editor-dark-background-color: #333;
@editor-dark-toolbar-border-color: #222;
@editor-dark-highlight-color: #FFA03A;