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