Repository URL to install this package:
|
Version:
2.0.2 ▾
|
@skava/ui
/
src
/
components
/
presets
/
B2B
/
UserManagement
/
UserInvite
/
Form
/
RemoveUser
/
styled.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Button_1 = require("../../../../../../atoms/Button");
const Buttons_1 = require("../../../../../Buttons");
const styles_1 = require("../../../../../../../styles");
const styled_1 = require("../styled");
const StyledRemoveButton = styleh_components_1.styled.withComponent(Buttons_1.ButtonWithIcon)`
padding: 0;
color: #606d89;
background-color: transparent;
${Button_1.ButtonIcon} {
svg {
fill: #606d89;
}
}
@tablet-or-larger() {
width: rem(20);
height: rem(20);
align-self: center;
label {
display: none;
}
}
@phone-or-smaller() {
border: 1px solid #606d89;
border-radius: rem(4);
width: 100%;
${Button_1.ButtonIcon} {
display: none;
}
}
`;
exports.StyledRemoveButton = StyledRemoveButton;
const RemoveUserForm = styleh_components_1.styled.withComponent(styled_1.StyledFormWrapper).attrs({
'data-qa': 'qa-remove-user-container'
})`
@phone-or-smaller() {
padding-bottom: rem(24);
&:after {
${styles_1.borderLine};
bottom: auto;
margin: rem(24) 0;
}
}
`;
exports.RemoveUserForm = RemoveUserForm; //# sourceMappingURL=styled.js.map