Skip to content
Snippets Groups Projects
Commit c1114388 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

comments are ok

parent faf006c0
No related branches found
Tags v0.8.0
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
color: $color-244-73-62; color: $color-244-73-62;
cursor: pointer; cursor: pointer;
sib-display > div:first-of-type { sib-display>div:first-of-type {
span { span {
@include icon('speech'); @include icon('speech');
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
} }
} }
>sib-display.conversation>div>sib-display:first-child {
margin-bottom: 4.5rem;
}
sib-ac-checker { sib-ac-checker {
border-top: 1px solid $color-210-17-91; border-top: 1px solid $color-210-17-91;
...@@ -66,9 +70,16 @@ ...@@ -66,9 +70,16 @@
color: $color-210-5-56; color: $color-210-5-56;
font-size: 1.4rem; font-size: 1.4rem;
margin-bottom: 1rem; margin-bottom: 1rem;
visibility: hidden;
&::before {
content: 'Add a comment';
visibility: visible;
}
} }
textarea { textarea {
border: none;
font-size: 1.5rem; font-size: 1.5rem;
resize: none; resize: none;
} }
......
...@@ -63,7 +63,8 @@ sib-job-board { ...@@ -63,7 +63,8 @@ sib-job-board {
margin: 1.7rem 0; margin: 1.7rem 0;
[name="offer-detail"] { [name="offer-detail"] {
padding: 2.1rem; margin: 0 2.1rem;
padding: 2.1rem 0;
border-bottom: 1px solid $color-210-17-91; border-bottom: 1px solid $color-210-17-91;
[name='user-thumb'] { [name='user-thumb'] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment