mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
improve layout of report + flash message
This commit is contained in:
@@ -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