halleyx-ui-framework 11.6.0 → 11.6.2

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.
@@ -24,23 +24,23 @@
24
24
  @debug "#{$--font-pathd}";
25
25
  @font-face {
26
26
  font-family: Opensans;
27
- src: url('#{$font-path}/OpenSans.ttf') format('opentype');
28
- // src: url("#{$font-path}/OpenSans.ttf") format("opentype");
27
+ src: url('#{$font-path}/OpenSans.ttf') format('truetype');
28
+ // src: url("#{$font-path}/OpenSans.ttf") format("truetype");
29
29
  }
30
30
  @font-face {
31
31
  font-family: QuickSand;
32
- src: url('#{$font-path}/Quicksand.ttf') format('opentype');
32
+ src: url('#{$font-path}/Quicksand.ttf') format('truetype');
33
33
  }
34
34
 
35
35
  @font-face {
36
36
  font-family: Pacifico;
37
- src: url('#{$font-path}/Pacifico.ttf') format('opentype');
37
+ src: url('#{$font-path}/Pacifico.ttf') format('truetype');
38
38
  }
39
39
  @font-face {
40
40
  font-family: OstrichSans;
41
- src: url('#{$font-path}/ostrich-regular.ttf') format('opentype');
41
+ src: url('#{$font-path}/ostrich-regular.ttf') format('truetype');
42
42
  }
43
43
  @font-face {
44
44
  font-family: JosefinSans;
45
- src: url('#{$font-path}/JosefinSans-Regular.ttf') format('opentype');
45
+ src: url('#{$font-path}/JosefinSans-Regular.ttf') format('truetype');
46
46
  }
@@ -239,3 +239,8 @@ th.fixed-column-right {
239
239
  margin-left: -65px;
240
240
  position: relative;
241
241
  }
242
+
243
+
244
+ .col-group-new{
245
+ width: 100% !important
246
+ }