diff --git a/src/styles/components/comment.scss b/src/styles/components/comment.scss index 9b7a5dffa3f758cf6edddc804044cfda2d9101f3..eb10171457f9e71751133ba56d7443bbf908d8de 100644 --- a/src/styles/components/comment.scss +++ b/src/styles/components/comment.scss @@ -6,7 +6,7 @@ color: $color-244-73-62; cursor: pointer; - sib-display > div:first-of-type { + sib-display>div:first-of-type { span { @include icon('speech'); @@ -57,6 +57,10 @@ } } + >sib-display.conversation>div>sib-display:first-child { + margin-bottom: 4.5rem; + } + sib-ac-checker { border-top: 1px solid $color-210-17-91; @@ -66,9 +70,16 @@ color: $color-210-5-56; font-size: 1.4rem; margin-bottom: 1rem; + visibility: hidden; + + &::before { + content: 'Add a comment'; + visibility: visible; + } } textarea { + border: none; font-size: 1.5rem; resize: none; } diff --git a/src/styles/layout/job-offers/job-offers.scss b/src/styles/layout/job-offers/job-offers.scss index 1c0d9c3d481515d127c46635800d3a7c048965f9..aa29393e92861cfa5536c87a381aa0bbd36b481e 100644 --- a/src/styles/layout/job-offers/job-offers.scss +++ b/src/styles/layout/job-offers/job-offers.scss @@ -63,7 +63,8 @@ sib-job-board { margin: 1.7rem 0; [name="offer-detail"] { - padding: 2.1rem; + margin: 0 2.1rem; + padding: 2.1rem 0; border-bottom: 1px solid $color-210-17-91; [name='user-thumb'] {