@atlaskit/focused-task-close-account
Version:
This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR "Right to be forgotten".
23 lines (21 loc) • 864 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FooterOuter = void 0;
var _styled = _interopRequireDefault(require("@emotion/styled"));
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
var FooterOuter = exports.FooterOuter = _styled.default.div({
display: 'flex',
width: '100%',
maxWidth: '640px',
'@media screen and (max-width: 640px)': {
justifyContent: 'space-evenly',
paddingBottom: "var(--ds-space-300, 24px)",
alignItems: 'center'
},
justifyContent: 'space-between',
marginTop: "var(--ds-space-400, 32px)"
});