Skip to content

Commit

Permalink
[TASK] Improve alerts even more
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 8, 2020
1 parent 88d150f commit a2d7487
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/modules/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
z-index: $zindex-popover;
}
.alert-pagegroup {
padding-left: 20px;
padding-right: 20px;
max-width: 600px;
margin: 0 auto;
position: relative;
.alert {
border: 0;
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.4c003114.css"
"/bundles/template/app.52c38ec8.css"
],
"js": [
"/bundles/template/app.506f0f84.js"
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundles/template/0.5d481e02.js": "/bundles/template/0.5d481e02.js",
"bundles/template/app.css": "/bundles/template/app.4c003114.css",
"bundles/template/app.css": "/bundles/template/app.52c38ec8.css",
"bundles/template/app.js": "/bundles/template/app.506f0f84.js",
"bundles/template/webfont.css": "/bundles/template/webfont.adda838f.css",
"bundles/template/fonts/fa-brands-400.woff2": "/bundles/template/fonts/fa-brands-400.31015e86.woff2",
Expand Down

0 comments on commit a2d7487

Please sign in to comment.