mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-30 23:54:49 +00:00
improve layout of report + flash message
This commit is contained in:
@@ -5636,5 +5636,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 */
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -144,4 +144,26 @@ div.input_with_post_text input {
|
||||
display: inline-block;
|
||||
flex: 2;
|
||||
}
|
||||
/* <- INPUT CLASS */
|
||||
/* <- 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user