@activecollab/components
Version:
ActiveCollab Components
9 lines • 421 B
JavaScript
import styled from "styled-components";
import { BoxSizingStyle } from "../BoxSizingStyle";
import { FontStyle } from "../FontStyle";
export const StyledWindow = styled.div.withConfig({
displayName: "Style__StyledWindow",
componentId: "sc-rnlftg-0"
})(["", " ", " position:fixed;top:0;right:0;bottom:0;left:0;"], FontStyle, BoxSizingStyle);
StyledWindow.displayName = "StyledWindow";
//# sourceMappingURL=Style.js.map