/* 10.05 - all details pages - start ==================================================================================================== */ /* details section - start ================================================== */ .details-section { .title-text { .Comments { font-size: 30px; } } .title-text { font-size: 28px; } .item-title { font-size: 30px; font-weight: 600; font-family: $heading-font; } p { font-weight: 500; margin-bottom: 50px; } .comment-item { margin-bottom: 60px; &:last-child { margin-bottom: 0px !important; } .comment-item { margin-top: 60px; padding-left: 70px; margin-bottom: 0px !important; } .admin-thumbnail { float: left; width: 100px; height: 100px; overflow: hidden; margin-right: 30px; border-radius: 100%; } .item-content { display: table; } p { font-size: 16px; font-weight: 600; margin-bottom: 30px; } .item-title { margin-bottom: 20px; .admin-name { float: left; font-size: 18px; font-weight: 600; color: $default-black; } .post-date { float: right; font-size: 15px; font-weight: 400; color: $default-color; } } .reply-btn { font-size: 15px; font-weight: 700; color: $default-black; &:hover { color: $default-purple; } } } .comment-form { .form-item { margin-bottom: 20px; input,textarea { border: 1px solid #eef0f7; background-color: #f9f7fa; &:focus { background-color: #ffffff; border-color: $default-purple; box-shadow: 0px 10px 10px 0px rgba(0, 21, 46, 0.06); } } input { height: 50px; } textarea { min-height: 150px; } } .btn { box-shadow: none; &:hover { transform: translateY(0px); } } } } /* details section - start ================================================== */ /* blog details - start ================================================== */ .blog-details { position: relative; border-radius: 6px; background-color: #ffffff; box-shadow: 7.19px -3.507px 104px 0px rgba(36, 45, 75, 0.1); .post-date { top: 50px; z-index: 1; right: 50px; color: #6a6771; min-width: 100px; padding: 15px 10px; position: absolute; text-align: center; border-radius: 6px; background-color: #ffffff; strong { display: block; line-height: 1; font-size: 40px; font-weight: 700; margin-bottom: 5px; font-family: $heading-font; } span { display: block; line-height: 1; font-size: 20px; font-weight: 300; font-family: $heading-font; } } .item-content { padding: 50px 30px; } .share-links { .list-title { float: left; font-size: 16px; font-weight: 600; margin-right: 20px; } >ul { >li { margin-right: 15px; &:last-child { margin-right: 0px !important; } >a { color: $default-color; &:hover { color: $default-purple; } } } } } .post-admin { .admin-thumbnail { float: left; width: 60px; height: 60px; overflow: hidden; margin-right: 20px; border-radius: 100%; } .admin-content { color: #999999; font-size: 18px; margin: 15px 0px; display: inline-block; >a { color: #666666; } } } } /* blog details - end ================================================== */ /* 10.05 - all details pages - end ==================================================================================================== */