geosphere-maps/public/assets/esri/themes/base/widgets/_IdentityForm.scss
2023-09-22 11:33:13 +02:00

23 lines
428 B
SCSS

@mixin identityForm() {
.esri-identity-form {
display: flex;
flex-flow: column;
}
.esri-identity-form__group {
margin-bottom: $cap-spacing;
}
.esri-identity-form__label {
display: flex;
flex-flow: column;
}
.esri-identity-form__footer {
display: flex;
justify-content: space-between;
margin-top: $cap-spacing;
}
}
@if $include_IdentityForm == true {
@include identityForm();
}