geosphere-maps/public/assets/esri/themes/base/widgets/_IdentityForm.scss

23 lines
428 B
SCSS
Raw Normal View History

2023-09-22 09:33:13 +00:00
@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();
}