= Seo::widget([ 'row'=>'seo_text'])?>
diff --git a/frontend/web/css/style.dev.css b/frontend/web/css/style.dev.css
index a3db414..d0c92a1 100755
--- a/frontend/web/css/style.dev.css
+++ b/frontend/web/css/style.dev.css
@@ -1579,4 +1579,36 @@ input.custom-radio + label:hover {
.blog-show-img{
padding-right: 20px;
+}
+
+.text_seo.hidden_seo{
+ height: 178px;
+ overflow: hidden;
+ position: relative;
+
+}
+.text_seo.hidden_seo div {
+ height: 162px;
+ overflow: hidden;
+}
+.text_seo.hidden_seo a {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ font-size: 16px;
+}
+.text_seo.hidden_seo a:before {
+ content: '';
+ display: block;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ height: 50px;
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
+ background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
\ No newline at end of file
--
libgit2 0.21.4