|
@@ -538,7 +538,10 @@ div.loading{
|
|
|
max-height: 1px;
|
|
|
transition: all 0.7s ease-in-out;
|
|
|
li.reponse{
|
|
|
- padding:0.5em 0 0;
|
|
|
+ padding:0 0 1em;
|
|
|
+ margin:0 0 1em;
|
|
|
+ // border-bottom: #aaa 1px solid;
|
|
|
+ background: linear-gradient(#aaa 0 0) bottom/ 60% 1px no-repeat;
|
|
|
&:last-of-type{
|
|
|
padding: 0.5em 0 1em;
|
|
|
}
|
|
@@ -561,20 +564,24 @@ div.loading{
|
|
|
p{margin:0;}
|
|
|
}
|
|
|
|
|
|
+ section.editable{
|
|
|
+ margin: 0 0 0.5em;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- a.contribute-link{
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-end;
|
|
|
- align-items:flex-end;
|
|
|
- font-weight: 100;
|
|
|
- font-size: 0.882em;
|
|
|
- margin-top: 0.5em;
|
|
|
- svg{
|
|
|
- width:1em; height:1em; margin-right: 0.5em;
|
|
|
- }
|
|
|
- }
|
|
|
+ // a.contribute-link{
|
|
|
+ // display: flex;
|
|
|
+ // flex-direction: row;
|
|
|
+ // justify-content: flex-end;
|
|
|
+ // align-items:flex-end;
|
|
|
+ // font-weight: 100;
|
|
|
+ // font-size: 0.882em;
|
|
|
+ // margin-top: 0.5em;
|
|
|
+ // svg{
|
|
|
+ // width:1em; height:1em; margin-right: 0.5em;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
&.opened{
|
|
|
ul.reponses{
|
|
|
max-height: 1000px;
|
|
@@ -582,8 +589,8 @@ div.loading{
|
|
|
}
|
|
|
|
|
|
padding-bottom: 0.5em;
|
|
|
- border-bottom: #aaa 1px solid;
|
|
|
margin-bottom: 1em;
|
|
|
+ border-bottom: #aaa 1px solid;
|
|
|
}
|
|
|
}
|
|
|
|