GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/parhudrw/www/wp-content/themes/around/assets/scss/html/components/_comments.scss
//
// Comments
// --------------------------------------------------


.cs-comment {
  margin-bottom: $spacer * 2;
  padding-bottom: $spacer * 1.875;
  border-bottom: $border-width solid $border-color;
  @include font-size($font-size-md);
  > .cs-comment {
    position: relative;
    margin: {
      top: $spacer * 1.875;
      bottom: 0;
    }
    padding: {
      bottom: .5rem;
      left: 3.25rem;
    }
    border-bottom: 0;

    &::before {
      position: absolute;
      top: 0;
      left: 1.125rem;
      width: .25rem;
      height: 100%;
      background-color: $border-color;
      content: '';
    }

    @include media-breakpoint-down(xs) {
      padding-left: 2.125rem;
      &::before { left: 0; }
    }
  }
}