Move CLIN type and CLIN number onto same line
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
.usa-input__choices {
|
||||
// checkbox & radio sets
|
||||
legend {
|
||||
padding: 0 0 $gap 0;
|
||||
padding: 0 0 ($gap / 2) 0;
|
||||
|
||||
@include h4;
|
||||
|
||||
|
@@ -131,6 +131,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.row.row__form-fields {
|
||||
.col {
|
||||
margin-left: $gap;
|
||||
}
|
||||
|
||||
.col:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.panel {
|
||||
@include shadow-panel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user