villeurbanne-2018: fix demand resume view (#35233)

This commit is contained in:
Serghei Mihai 2019-08-06 11:15:47 +02:00
parent 1acdd2f3f1
commit ebfa871405
1 changed files with 1 additions and 17 deletions

View File

@ -67,7 +67,7 @@ div#rub_service {
color: #000000;
margin: 0;
text-align: left;
padding: 0 1ex 1ex 1ex;
padding: 0 0.5ex 1ex 0.5ex;
}
h3, h4 {
text-transform: uppercase;
@ -389,22 +389,6 @@ div#summary {
position: relative;
h2 {
padding-bottom: 0;
@include bottom-border(100%);
}
a#disclose-dataview {
background: $primary-color;
color: #ffffff;
padding: 0.3rem 0.6rem;
font-family: 'Bitter', sans-serif;
font-weight: 700;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
&::after {
content: '\f078'; /* chevron-down */
font-family: FontAwesome;
margin-left: 0.5rem;
}
}
div.dataview {
div.page {