12 lines
668 B
JavaScript
12 lines
668 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.Depths = void 0;
|
||
|
var Depths;
|
||
|
(function (Depths) {
|
||
|
Depths.depth0 = '0 0 0 0 transparent';
|
||
|
Depths.depth4 = '0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)';
|
||
|
Depths.depth8 = '0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)';
|
||
|
Depths.depth16 = '0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108)';
|
||
|
Depths.depth64 = '0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18)';
|
||
|
})(Depths = exports.Depths || (exports.Depths = {}));
|
||
|
//# sourceMappingURL=FluentDepths.js.map
|