Skip to content

Commit

Permalink
Update of attribute collector list-element class names for better con…
Browse files Browse the repository at this point in the history
…sistency (CFM-31) (#243)
  • Loading branch information
arlen authored Oct 23, 2024
1 parent 039d678 commit 7378151
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,25 +483,25 @@
}
/* Attribute Specific Styles */
/* addresses */
#dispatch_AttributeCollectors .attribute-address .fieldset-info {
#dispatch_AttributeCollectors .fields-address .fieldset-info {
/* Retain the mobile style for addresses */
flex-direction: column;
padding: 1em;
border: 1px solid var(--cmg-color-bg-006);
}
#dispatch_AttributeCollectors .attribute-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child {
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child {
flex-grow: 0;
}
#dispatch_AttributeCollectors .attribute-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child input {
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child input {
width: 12.4rem;
}
/* names */
#dispatch_AttributeCollectors .attribute-name .fieldset-info .fieldset-field:first-child input,
#dispatch_AttributeCollectors .attribute-name .fieldset-info .fieldset-field:last-child input {
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field:first-child input,
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field:last-child input {
width: 5em;
}
/* telephone numbers */
#dispatch_AttributeCollectors .attribute-telephone-number .fieldset-info .fieldset-field:nth-child(3) input {
#dispatch_AttributeCollectors .fields-telephone-number .fieldset-info .fieldset-field:nth-child(3) input {
width: 24em;
}
/* FOOTER */
Expand Down

0 comments on commit 7378151

Please sign in to comment.