1 $grid-border: 1px #d2d2d2 solid;
11 border-right: $grid-border;
18 font-family: OpenSans-Semibold;
24 @extend .header-common;
28 grid-area: header-left;
31 border-bottom: $grid-border;
34 font-family: OpenSans-Regular;
41 grid-area: header-right;
47 grid-area: quantity-label;
48 @extend .header-common;
50 font-family: OpenSans-Regular;
53 input[type="number"]:hover::-webkit-inner-spin-button {
59 grid-template-columns: 400px auto 30px 93px;
60 grid-template-rows: 50px calc(100vh - 180px);
61 grid-template-areas: "header-left header-right quantity-label quantity" "model-information instance-form instance-form instance-form";
67 background-color: #191919;
77 @media (min-width: 1150px) {
79 grid-template-rows: 30px 680px;
87 min-height: calc(100vh);
101 border: 1px solid #009fdb;
105 font-family: OpenSans-Regular;
112 .startFromScratchButton {
113 width: 150px !important;
121 border-color: #009fdb;
125 font-family: OpenSans-Regular;
134 background-color: #009fdb;
136 padding-bottom: 13px;
151 font-family: OpenSans-Regular;
162 .description-section {
177 td.loadTemplateButton {
179 vertical-align: middle;
184 vertical-align: middle;
189 .member-table-row:hover {
190 background: #80808033 !important;
193 .member-table-row.selected {
194 background: #8080808f !important;