[CLN] odoo_theme: remove old doc's unused variables
X-original-commit: 383e3d4206
This commit is contained in:
parent
974bc9624a
commit
52ee4a7a9c
@ -1,25 +1,9 @@
|
|||||||
$o-pagination-main-border: #d8d8d8;
|
|
||||||
|
|
||||||
$grid-breakpoint-xxl: 1400px;
|
$grid-breakpoint-xxl: 1400px;
|
||||||
$grid-breakpoint-xxxl: 1680px;
|
$grid-breakpoint-xxxl: 1680px;
|
||||||
|
|
||||||
$container-max-width-xxl:1380px;
|
$container-max-width-xxl:1380px;
|
||||||
$container-max-width-xxxl: 1560px;
|
$container-max-width-xxxl: 1560px;
|
||||||
|
|
||||||
// Paths and Prefixes
|
|
||||||
// ==============================================
|
|
||||||
$website-img-base-url : "../img";
|
|
||||||
$website-loading-url : "openerp_website/static/src/img/2016/gif/ring.gif";
|
|
||||||
$website-2x-prefix : "2x_";
|
|
||||||
|
|
||||||
// Animations and Transitions
|
|
||||||
// =====================
|
|
||||||
$o-ease: cubic-bezier(.55,0,.1,1);
|
|
||||||
|
|
||||||
// Events
|
|
||||||
// ===============================================
|
|
||||||
$country-events-list-gap : 15px;
|
|
||||||
|
|
||||||
// Odoo Colours
|
// Odoo Colours
|
||||||
// ==============================================
|
// ==============================================
|
||||||
$o-violet-dark : #875A7B;
|
$o-violet-dark : #875A7B;
|
||||||
@ -71,6 +55,7 @@ $fw_extrabold: 800;
|
|||||||
$fw_black: 900;
|
$fw_black: 900;
|
||||||
|
|
||||||
$font-size-secondary: .875rem;
|
$font-size-secondary: .875rem;
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// icomoon icons
|
// icomoon icons
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
@ -248,13 +233,6 @@ $o-on-page-width: 20%;
|
|||||||
$o-halfpage-width: 54%;
|
$o-halfpage-width: 54%;
|
||||||
$o-codecol-width: 43%;
|
$o-codecol-width: 43%;
|
||||||
|
|
||||||
// Paths and Prefixes
|
|
||||||
$website-img-base-url: "../img/";
|
|
||||||
$website-2x-prefix: "2x_";
|
|
||||||
|
|
||||||
// Animations and Transitions
|
|
||||||
$o-ease: cubic-bezier(.55,0,.1,1);
|
|
||||||
|
|
||||||
// Paddings and margins
|
// Paddings and margins
|
||||||
$padding-xs: .5rem;
|
$padding-xs: .5rem;
|
||||||
$padding-s: 1rem;
|
$padding-s: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user