@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
33 lines (30 loc) • 822 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TotpActionsWrapper = void 0;
const styled_1 = __importDefault(require("@rocket.chat/styled"));
exports.TotpActionsWrapper = (0, styled_1.default)('div') `
width: 100%;
box-sizing: border-box;
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
justify-content: stretch;
a {
margin-block-start: 16px;
}
@media (min-width: 1440px) {
flex-flow: row nowrap;
padding: 0;
width: 100%;
align-items: center;
max-width: 1152px;
a {
padding-inline: 8px;
margin-block-start: 0;
}
}
`;
//# sourceMappingURL=TotpForm.styles.js.map