mod-base 1.0.8-beta.3 → 1.0.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.8
4
+
5
+ - Adding in the `.no-scroll` class to be global styling for our dialogs
6
+
3
7
  ## 1.0.0
4
8
 
5
9
  - Initial setup for our new `mod-base`; Removing all things related to bootstrap and components; This will just house global icon fonts, breakpoints, colors, mixins, and our dark mode template.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.8-beta.3",
3
+ "version": "1.0.8",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -48,6 +48,10 @@
48
48
  display: block;
49
49
  }
50
50
 
51
+ body.no-scroll {
52
+ overflow: hidden;
53
+ }
54
+
51
55
  @include breakpoint-sm {
52
56
  .visible-sm-up,
53
57
  .visible-sm {