[CLN] odoo_theme: remove old doc's unused variables

This commit is contained in:
Elisabeth Dickinson 2022-06-22 12:48:01 +02:00 committed by Antoine Vandevenne (anv)
parent b9ca38215d
commit 383e3d4206

View File

@ -1,25 +1,9 @@
$o-pagination-main-border: #d8d8d8;
$grid-breakpoint-xxl: 1400px;
$grid-breakpoint-xxxl: 1680px;
$container-max-width-xxl:1380px;
$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
// ==============================================
$o-violet-dark : #875A7B;
@ -71,6 +55,7 @@ $fw_extrabold: 800;
$fw_black: 900;
$font-size-secondary: .875rem;
//------------------------------------------------------------------------------
// icomoon icons
//------------------------------------------------------------------------------
@ -248,13 +233,6 @@ $o-on-page-width: 20%;
$o-halfpage-width: 54%;
$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
$padding-xs: .5rem;
$padding-s: 1rem;