File tree Expand file tree Collapse file tree 3 files changed +531
-119
lines changed
Expand file tree Collapse file tree 3 files changed +531
-119
lines changed Original file line number Diff line number Diff line change 11{
22 "institutionName" : " " ,
3+ "institutionAbbreviation" : " " ,
4+ "campusDivision" : " " ,
5+ "institutionType" : " " ,
6+ "primaryContact" : {
7+ "fullName" : " " ,
8+ "title" : " " ,
9+ "email" : " " ,
10+ "phone" : " "
11+ },
12+ "secondaryContact" : {
13+ "fullName" : " " ,
14+ "email" : " " ,
15+ "phone" : " "
16+ },
317 "streetAddress" : " " ,
418 "city" : " " ,
519 "state" : " " ,
620 "postalCode" : " " ,
721 "country" : " " ,
22+ "fiscalYearStartMonth" : " " ,
823 "defaultCurrency" : " USD" ,
924 "departmentName" : " " ,
1025 "costCenter" : " " ,
26+ "notes" : " " ,
1127 "logo" : " "
1228}
29+
Original file line number Diff line number Diff line change @@ -146,6 +146,50 @@ nav button:hover {
146146 margin-top : 0.5em ;
147147}
148148
149+ .institution-banner {
150+ display : flex;
151+ align-items : center;
152+ gap : 1em ;
153+ }
154+
155+ .collapsible-panel {
156+ border : 1px solid # ccc ;
157+ margin-top : 1em ;
158+ }
159+
160+ .collapsible-header {
161+ background : # f5f5f5 ;
162+ padding : 0.5em ;
163+ cursor : pointer;
164+ display : flex;
165+ justify-content : space-between;
166+ align-items : center;
167+ }
168+
169+ .collapsible-content {
170+ padding : 0.5em 1em ;
171+ }
172+
173+ .save-cancel-bar {
174+ position : sticky;
175+ bottom : 0 ;
176+ background : # fff ;
177+ padding : 0.5em ;
178+ border-top : 1px solid # ccc ;
179+ text-align : right;
180+ }
181+
182+ .required {
183+ color : red;
184+ margin-left : 0.25em ;
185+ }
186+
187+ .help-icon {
188+ cursor : help;
189+ color : # 555 ;
190+ margin-left : 0.25em ;
191+ }
192+
149193@media (max-width : 600px ) {
150194 nav button {
151195 display : block;
You can’t perform that action at this time.
0 commit comments