1 $grid-border: 1px #d2d2d2 solid;
12 border-right: $grid-border;
19 font-family: OpenSans-Semibold;
25 @extend .header-common;
29 grid-area: header-left;
32 border-bottom: $grid-border;
35 font-family: OpenSans-Regular;
42 grid-area: header-right;
48 grid-area: quantity-label;
49 @extend .header-common;
51 font-family: OpenSans-Regular;
54 input[type="number"]:hover::-webkit-inner-spin-button {
60 grid-template-columns: 400px auto 30px 93px;
61 grid-template-rows: 50px calc(100vh - 180px);
62 grid-template-areas: "header-left header-right quantity-label quantity" "model-information instance-form instance-form instance-form";
68 background-color: #191919;
78 @media (min-width: 1150px) {
80 grid-template-rows: 30px 680px;
88 min-height: calc(100vh);
102 border: 1px solid #009fdb;
106 font-family: OpenSans-Regular;
113 .startFromScratchButton {
114 width: 150px !important;
122 border-color: #009fdb;
126 font-family: OpenSans-Regular;
135 background-color: #009fdb;
137 padding-bottom: 13px;
152 font-family: OpenSans-Regular;
163 .description-section {
181 max-height: calc(100% - 122px);
189 td.loadTemplateButton {
191 vertical-align: middle;
196 vertical-align: middle;
201 .member-table-row:hover {
202 background: #80808033 !important;
205 .member-table-row.selected {
206 background: #8080808f !important;