You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

47 lines
1.4 KiB

//----------------------------------------------------------
// Helper
//----------------------------------------------------------
$mk-brand-gradient: linear-gradient(to right bottom, $mk-brand-gradient-start, $mk-brand-gradient-end);
//----------------------------------------------------------
// Fonts
//----------------------------------------------------------
$font-family-sans-serif: 'Roboto', 'Noto';
//----------------------------------------------------------
// Components
//----------------------------------------------------------
$border-radius: 0;
$border-radius-lg: 0;
$border-radius-sm: 0;
//----------------------------------------------------------
// Links
//----------------------------------------------------------
$link-color: darken($o-brand-primary, 8%);
//----------------------------------------------------------
// AppBarMenu
//----------------------------------------------------------
$mk-sidebar-large-width: 146px;
$mk-sidebar-small-width: 46px;
//----------------------------------------------------------
// Sided Chatter
//----------------------------------------------------------
$mk-form-min-width: 835px;
$mk-chatter-min-width: 550px;
$mk-chatter-max-width: 600px;
//----------------------------------------------------------
// List View
//----------------------------------------------------------
$o-list-footer-bg-color: $o-brand-odoo;