"sass-loader": "~6.0",
"sidr": "^2.2.1",
"simple-scrollspy": "^2.0.1",
+ "smooth-scroll": "^16.0.3",
"style-loader": "^0.22.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "~18.2.0",
"yargs": "~11.0.0"
},
"dependencies": {
- "gumshoejs": "^5.1.1",
- "jquery": "^3.3.1",
- "smooth-scroll": "^16.0.3"
+ "jquery": "^3.3.1"
}
}
.pb0 > .elementor-widget-container
padding-bottom: 0 !important
+// Padding helpers (mostly used for ad hoc elements that need to line up with text blocks)
+// Dots in class names need to be escaped...
+.pl-7\\.5vw
+ constrain(padding-left, 7.5vw)
+.pr-7\\.5vw
+ constrain(padding-right, 7.5vw)
.font-smoothing
font-smoothing()
// Elementor Image Box
-.elementor-image-box
- &-title
- font-size: 24px
- text-align: left
-
- &-description
- font-size: 16px
- text-align: left
+.elementor-widget-image-box
+
+ .elementor-image-box
+
+ &-wrapper
+ text-align: left
+
+ &-title
+ font-size: 24px
+
+ &-description
+ font-size: 16px
dependencies:
glogg "^1.0.0"
-gumshoejs@^5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/gumshoejs/-/gumshoejs-5.1.1.tgz#b67564fdec7bd8be8e2eaf02cc01f7c9fd7f8ce0"
- integrity sha512-aQvXoMH/EbYGf7aRtpKhyvrYpBw7X+nMvdBg/dH3TOeqeM5BsDQKVaDRVsiv2AqLLj26h/WMBUsYgjT4oyIGKg==
-
har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"