diff --git a/Resources/public/css/scratch.css b/Resources/public/css/scratch.css index 2a63bf277..2c7534212 100644 --- a/Resources/public/css/scratch.css +++ b/Resources/public/css/scratch.css @@ -5637,5 +5637,16 @@ div.input_with_post_text input { flex: 2; } /* <- INPUT CLASS */ +@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003151}} +dl.chill_report_view_data dt { + margin-top: 1.5em; + color: #334d5c; } +@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003156}} +dl.chill_report_view_data dd { + padding-left: 1.5em; + margin-top: 0.2em; } +@media -sass-debug-info{filename{font-family:file\:\/\/\/media\/ssd2\/julien\/dev\/chill-dev\/vendor\/chill-project\/main\/Resources\/public\/sass\/_custom\.scss}line{font-family:\00003160}} + dl.chill_report_view_data dd ul { + padding-left: 0; } /*# sourceMappingURL=scratch.css.map */ diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index e4921f7ed..d176f5303 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -145,4 +145,26 @@ div.input_with_post_text input { display: inline-block; flex: 2; } -/* <- INPUT CLASS */ \ No newline at end of file +/* <- INPUT CLASS */ + +dl.chill_report_view_data { + + dt { + margin-top: 1.5em; + color: $chill-blue; + } + + dd { + padding-left: 1.5em; + margin-top: 0.2em; + + ul { + padding-left: 0; + } + } + +} + +.flash_message { + margin-top: 2.5em; +} diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index de8175c92..665d36a6a 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -111,7 +111,7 @@