0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00
logto/packages/console/src/pages/ConnectorDetails/components/SenderTester/index.module.scss
2022-03-14 11:11:37 +08:00

35 lines
500 B
SCSS

@use '@/scss/underscore' as _;
.fields {
display: flex;
align-items: flex-end;
margin-bottom: _.unit(1);
.textField {
@include _.form-text-field;
}
.send {
margin-left: _.unit(1);
margin-bottom: 1px;
}
}
.error {
font: var(--font-body-2);
color: var(--color-error);
}
.description {
font: var(--font-body-2);
color: var(--color-component-caption);
}
div.successTooltip {
background: #008a71;
color: #fff;
&::after {
border-top-color: #008a71;
}
}