Align new application Step 1 with design mockups

- remove unneeded variables and markup
- add a cancel button
- add form input descriptions
- add a class selector for the default panel <hr>, and change apperance
This commit is contained in:
graham-dds
2019-10-03 16:38:07 -04:00
parent 4a4e20534f
commit ae55f5ef00
3 changed files with 42 additions and 16 deletions

View File

@@ -120,9 +120,9 @@
@include panel-actions;
}
hr {
hr, &__break {
border: 0;
border-bottom: 1px dashed $color-gray-light;
border-bottom: 1px solid $color-gray-light;
margin: ($gap * 4) ($site-margins * -4);
}
}