@web-atoms/core
Version:
24 lines (23 loc) • 657 B
JavaScript
System.register(["../styles/AtomStyle"], function (_export, _context) {
"use strict";
var AtomStyle, AtomPopupStyle;
_export("AtomPopupStyle", void 0);
return {
setters: [function (_stylesAtomStyle) {
AtomStyle = _stylesAtomStyle.AtomStyle;
}],
execute: function () {
_export("AtomPopupStyle", AtomPopupStyle = class AtomPopupStyle extends AtomStyle {
get root() {
return {
backgroundColor: "white",
border: "solid 1px lightgray",
padding: "5px",
borderRadius: "5px"
};
}
});
}
};
});
//# sourceMappingURL=AtomPopupStyle.js.map