style(site): feature-set box shadows
This commit is contained in:
parent
6ce0db7e71
commit
3b1df66734
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class FeatureSet extends WebComponent {
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
padding: "30px",
|
padding: "30px",
|
||||||
margin: "0 auto 1em",
|
margin: "0 auto 1em",
|
||||||
|
boxShadow: "5px 25px 10px -25px rgba(34, 34, 34, 0.15)",
|
||||||
};
|
};
|
||||||
Object.keys(articleStyles).forEach((rule) =>
|
Object.keys(articleStyles).forEach((rule) =>
|
||||||
this.articleEl.forEach((el) => (el.style[rule] = articleStyles[rule]))
|
this.articleEl.forEach((el) => (el.style[rule] = articleStyles[rule]))
|
||||||
|
|
Loading…
Reference in a new issue