Initial route and template

- faked out text
- names of pretty much everything need to be changed
This commit is contained in:
Montana
2019-05-31 10:50:41 -04:00
parent 4e0cc26b5f
commit ffa1163083
2 changed files with 77 additions and 0 deletions

View File

@@ -67,6 +67,31 @@
}
.task-order-summary {
margin: $gap * 4;
hr {
border: 0;
border-bottom: 1px solid $color-gray-light;
margin-top: $gap * 4;
}
.col {
margin: $gap * 4 0;
flex-grow: 1;
}
.h4 {
margin-top: $gap * 2;
}
.to-sidebar {
padding: $gap * 4;
flex-grow: unset;
margin-left: $gap * 6;
width: 33.77%;
background-color: $color-gray-lightest;
}
.panel {
@include shadow-panel;
}