You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
portio-hugo/assets/scss/components/_single-blog-post.scss

112 lines
2.9 KiB

.section{
@include desktop{
padding: 50px 0;
}
.svg-img{
position: absolute;
top: 30%;
left: -7%;
animation: move_top 5s infinite linear;
@include desktop{
display: none;
}
}
.animate-shape{
position: absolute;
top: 29%;
right: 4%;
height: 300px;
width: 300px;
svg{
width: 100%;
}
@include desktop{
display: none;
}
}
.animate-pattern{
position: absolute;
top: 46%;
right: 12%;
height: 100px;
width: 100px;
animation: move_top 3s infinite linear;
img{
height: 100%;
width: 100%;
}
@include desktop{
display: none;
}
}
.singleBlog{
&__feature{
margin: 0 100px;
@include desktop{
margin: 0;
}
img{
height: 100%;
width: 100%;
border-radius: 20px;
}
}
&__content{
margin: 0 200px 0 200px;
@include desktop{
margin: 0;
}
p{
font-family: $secondary-font;
font-size: 16px;
line-height: 30px;
margin-bottom: 40px;
color: #7E7E8A;
}
dl, ul, ol{
margin-top: 0;
margin-bottom: 40px;
font-family: $secondary-font;
font-size: 16px;
line-height: 30px;
color: #7E7E8A;
}
blockquote{
font-family: $secondary-font;
font-size: 16px;
line-height: 30px;
color: $secondary-color;
padding: 30px;
background: $white;
box-shadow: 0px 20px 40px 0px rgba(50, 65, 141, 0.07);
border-radius: 5px;
margin: 0 0 50px 0;
cite{
display: block;
}
}
.blog-section{
margin-bottom: 60px;
img{
float: right;
mask: url("../images/hero/hero-mask-svg.png");
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center center;
@include tablet{
width: 100%;
float: none;
margin-bottom: 40px;
}
}
h3{
font-family: $primary-font;
color: $secondary-color;
font-size: 25px;
line-height: 40px;
margin: 0 0 20px 0;
}
}
}
}
}