omnia-sass 3.5.203 → 3.5.233

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.
@@ -8840,6 +8840,13 @@ $breadcrumb-height: 2.5rem;
8840
8840
  }
8841
8841
  }
8842
8842
 
8843
+ .breadcrumb-mobile-page-title {
8844
+ color: $primary;
8845
+ font-weight: bold;
8846
+ white-space: nowrap;
8847
+ text-align: center;
8848
+ }
8849
+
8843
8850
  @media (min-width: map-get($grid-breakpoints, 'lg')) {
8844
8851
  .breadcrumb-container {
8845
8852
  border-bottom: 1px solid lighten($color: $section-border-color, $amount: 70%);
@@ -8852,6 +8859,7 @@ $breadcrumb-height: 2.5rem;
8852
8859
 
8853
8860
  @media (max-width: map-get($grid-breakpoints, 'sm')) {
8854
8861
  .breadcrumb-container {
8862
+ height: 100% !important;
8855
8863
  display: block !important;
8856
8864
  .breadcrumb-page-title {
8857
8865
  text-align: center;
@@ -8935,11 +8943,13 @@ $breadcrumb-height: 2.5rem;
8935
8943
  }
8936
8944
 
8937
8945
  .element-calendar-day-container {
8938
- height: 5rem;
8946
+ height: 100% !important;
8947
+ position: relative;
8939
8948
  }
8940
8949
 
8941
8950
  .element-calendar-day {
8942
8951
  padding: 0.25rem 0.5rem;
8952
+ height: 6.5rem;
8943
8953
 
8944
8954
  &.element-calendar-weekend {
8945
8955
  @include weekend();
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "uninstall": "rimraf node_modules"
11
11
  },
12
12
  "devDependencies": {
13
- "@omnia-low-code/runtime-web-app": "^3.5.203",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.233",
14
14
  "scss-bundle": "3.1.2"
15
15
  },
16
16
  "workspaces": {
@@ -19,7 +19,7 @@
19
19
  "*@omnia-low-code/runtime-web-app*/**"
20
20
  ]
21
21
  },
22
- "version": "3.5.203",
22
+ "version": "3.5.233",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }