File "_blog-large.scss"

Full Path: /home/mahaadedsdfdfhfg/public_html/wp-content/themes/oceanwp/sass/components/blog/_blog-large.scss
File size: 578 bytes
MIME-type: text/plain
Charset: utf-8

.blog-entry.large-entry {
	border-bottom: 1px solid $color-9;
	margin-bottom: 30px;
	padding-bottom: 30px;

	.thumbnail {
		margin-bottom: 20px;
	}

	.blog-entry-readmore {
		a {
			display: inline-block;
		    font-size: 11px;
		    line-height: 1;
		    border: 1px solid $color-10;
		    padding: 10px 16px;
		    @include border-radius( 2px );
		    text-transform: capitalize;
		    letter-spacing: 1px;

		    &:hover {
			    color: $color-5;
			    border-color: $color-5;
			}

			i {
				margin-left: 8px;
			}

			svg.owp-icon {
				margin-left: 0.7rem;
			}
		}
	}
}