omnia-sass 3.5.60 → 3.5.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnia-sass",
3
- "version": "3.5.60",
3
+ "version": "3.5.67",
4
4
  "description": "",
5
5
  "directories": {
6
6
  "lib": "lib"
@@ -144,6 +144,15 @@ $advancedEditor-sidebar-container-header-height: 24px;
144
144
  }
145
145
  }
146
146
 
147
+ .footer-languageCombo {
148
+ align-items: center;
149
+ span,
150
+ select,
151
+ button {
152
+ color: $gray-600;
153
+ }
154
+ }
155
+
147
156
  #expression_help {
148
157
  color: $secondary;
149
158
  }
@@ -353,6 +353,17 @@ table .checkmark {
353
353
  }
354
354
  }
355
355
 
356
+ .form-field-code {
357
+ .code-editor {
358
+ min-height: 50vh;
359
+ height: 100%;
360
+ section {
361
+ min-height: 50vh;
362
+ }
363
+ padding-bottom: 2rem;
364
+ }
365
+ }
366
+
356
367
  @media (max-width: map-get($grid-breakpoints, 'sm')) {
357
368
  .form-field {
358
369
  .DayPicker_weekHeader_li,