Skip to content

Commit

Permalink
[TASK] Add background option white for frames
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Feb 14, 2020
1 parent 39b078a commit e847143
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions assets/css/modules/_frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ $frame-backgrounds: map-merge(
link-color: $link-alternate-color,
link-hover-color: $link-alternate-hover-color
),
white: (
background: #ffffff,
link-color: $link-color,
link-hover-color: $link-hover-color
),
light: (
background: theme-color('light'),
link-color: $link-color,
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.4b6c5b32.css"
"/bundles/template/app.f841ad52.css"
],
"js": [
"/bundles/template/app.eea54578.js"
]
},
"webfont": {
"css": [
"/bundles/template/webfont.32c29b51.css"
"/bundles/template/webfont.2e7c5efe.css"
]
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bundles/template/app.css": "/bundles/template/app.4b6c5b32.css",
"bundles/template/app.css": "/bundles/template/app.f841ad52.css",
"bundles/template/app.js": "/bundles/template/app.eea54578.js",
"bundles/template/webfont.css": "/bundles/template/webfont.32c29b51.css",
"bundles/template/webfont.css": "/bundles/template/webfont.2e7c5efe.css",
"bundles/template/fonts/fa-brands-400.eot": "/bundles/template/fonts/fa-brands-400.088a34f7.eot",
"bundles/template/fonts/fa-brands-400.ttf": "/bundles/template/fonts/fa-brands-400.273dc9bf.ttf",
"bundles/template/fonts/fa-brands-400.woff2": "/bundles/template/fonts/fa-brands-400.822d94f1.woff2",
Expand Down Expand Up @@ -30,8 +30,8 @@
"bundles/template/images/fa-solid-900.svg": "/bundles/template/images/fa-solid-900.7a5de9b0.svg",
"bundles/template/images/favicon.ico": "/bundles/template/images/favicon.ico",
"bundles/template/images/logo.svg": "/bundles/template/images/logo.svg",
"bundles/template/images/source-code-pro-v11-latin-600.svg": "/bundles/template/images/source-code-pro-v11-latin-600.73f9422e.svg",
"bundles/template/images/source-code-pro-v11-latin-regular.svg": "/bundles/template/images/source-code-pro-v11-latin-regular.259ce0f9.svg",
"bundles/template/images/source-sans-pro-v13-latin-600.svg": "/bundles/template/images/source-sans-pro-v13-latin-600.dd736060.svg",
"bundles/template/images/source-sans-pro-v13-latin-regular.svg": "/bundles/template/images/source-sans-pro-v13-latin-regular.3d536f38.svg"
"bundles/template/images/source-code-pro-v11-latin-600.svg": "/bundles/template/images/source-code-pro-v11-latin-600.e524caf7.svg",
"bundles/template/images/source-code-pro-v11-latin-regular.svg": "/bundles/template/images/source-code-pro-v11-latin-regular.c0004581.svg",
"bundles/template/images/source-sans-pro-v13-latin-600.svg": "/bundles/template/images/source-sans-pro-v13-latin-600.c8d69506.svg",
"bundles/template/images/source-sans-pro-v13-latin-regular.svg": "/bundles/template/images/source-sans-pro-v13-latin-regular.754c63cd.svg"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e847143

Please sign in to comment.