Move CLIN type and CLIN number onto same line

This commit is contained in:
leigh-mil
2019-06-11 11:24:38 -04:00
parent 4b0a4628aa
commit 61de7a5adf
3 changed files with 71 additions and 50 deletions

View File

@@ -157,7 +157,7 @@
.usa-input__choices {
// checkbox & radio sets
legend {
padding: 0 0 $gap 0;
padding: 0 0 ($gap / 2) 0;
@include h4;

View File

@@ -131,6 +131,16 @@
}
}
.row.row__form-fields {
.col {
margin-left: $gap;
}
.col:first-child {
margin-left: 0;
}
}
.panel {
@include shadow-panel;
}