metanorma-ogc 2.7.0 → 2.7.1

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.
@@ -46,8 +46,8 @@ $docstage-colors-list: (
46
46
  );
47
47
 
48
48
 
49
- @import 'base_style/all';
50
- @import 'coverpage';
49
+ @use 'base_style/all' as *;
50
+ @use 'coverpage' as *;
51
51
 
52
52
  /* For Requirement Test anchors */
53
53
  p.RecommendationTitle:hover > a.anchor,
@@ -109,7 +109,7 @@ dl {
109
109
  nav {
110
110
  @include sidebarNav(#f1f8ff, 323px, 30px);
111
111
 
112
- @media screen and (min-width: $bigscreenBreakpoint) {
112
+ @media screen and (min-width: 768px) {
113
113
  margin-right: 30px;
114
114
  }
115
115
  }