HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpkoopkj/wp-content/themes/ohio/assets/sass/components/blog/_comments.scss
.comments {

	&-list {
		padding: 0;

		@include spacer2x(margin-bottom);

		ol {

			@include unlist;
		}
	}

	// Avatar
        
    .comment-author {

    	> img {

			@include border-radius(50%);
    	}
    }

	// Comments

	.comment-body {
		position: relative;

		@include spacer(padding-bottom);

		@include md-screen {

			padding-left: 5rem;

			// Avatar
        
	        .comment-author {

	        	> img {
	        		position: absolute;
					top: 0;
					left: 0;
	        	}
			}
	    }

		.says {
			display: none;
		}

		.comment-metadata,
		time {
			font-size: $font-size-small;
			margin-bottom: 0.2rem;
		}

		// Author

		.meta {

			em {
				font-style: normal;
				padding: 0.25rem 0.5rem;
				font-size: $font-size-caption;
				background-color: rgba($color-warning, .15);

				@include border-radius;
			}

			h4 {

				@include headings-typo(h6);
			}
		}

		.comment-author {

			a {
				font-family: $font-headlines;
				letter-spacing: -0.02rem;
			}

			@include sm-screen {

				margin-bottom: 1rem;

				@include flex;
				@include align-items(center);

				img {
					margin-right: 0.5rem;
				}
		    }
		}

		time {
			color: $color-grey;

			&::after {

				@include divider;
				margin-left: 0.3rem;
			}
		}

		.reply {
			margin-top: 0.5rem;
		}

		p {
			margin: 0;
		}

		.reply,
		.edit-link {
			font-weight: 600;
		}
	}

	.children {
	    padding-left: 5rem;

	    @include sm-screen {

			padding-left: 1.25rem;
	    }
	}

	// Comments Form

	.comment-respond {

		.logged-in-as {
			margin: 0;
			font-size: $font-size-small;

			a:last-child {
				font-weight: 600;
			}
		}

		.comment-form {

			@include md-screen {

				flex-wrap: wrap;

				@include flex;
				@include flex-just(space-between);

				> p {
					margin: 0.5rem 0;

					&.comment-notes {
						margin-top: 0;
					}

					&:not(.comment-form-comment) {
						width: calc((100% / 3) - 1rem);
					}
				}
			}
	
			&-comment {
				margin-top: 0.5rem;
			}

			#{$all-text-inputs},
			textarea {
				width: 100%;
			}

			.comment-form-comment,
			.comment-form-cookies-consent,
			.comment-notes {
				min-width: 100%;
			}
		}
	}
}