index of
/
home
/
thefkyzp
/
public_html
/
wp-content
/
themes
/
oceanwp
/
sass
/
components
/
blog
/
File: /home/thefkyzp/public_html/wp-content/themes/oceanwp/sass/components/blog/_blog-large.scss
.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; } } } }