@ddsys/material
Version:
<p> <a href="https://bhp-dev.gitlab.io/dds-digital-design-system/">Read the docs</a> · <a href="mailto:UserExperience@bhpbilliton.com">Request feature</a> </p>
26 lines (22 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (theme) {
var variables = theme.variables;
var logo = variables.logo;
return {
small: {
width: logo.width * 0.5,
height: logo.height * 0.5
},
normal: {
width: logo.width,
height: logo.height
},
large: {
width: logo.width * 1.5,
height: logo.height * 1.5
}
};
};