|
@ -9,9 +9,9 @@ $menuWidth: 60px; |
|
|
$navbarHeight: 100px; |
|
|
$navbarHeight: 100px; |
|
|
|
|
|
|
|
|
.shadow { |
|
|
.shadow { |
|
|
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
-webkit-box-shadow: 1px 4px 20px -8px rgba(0,0,0,0.2); |
|
|
-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
-moz-box-shadow: 1px 4px 20px -8px rgba(0,0,0,0.2); |
|
|
box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
box-shadow: 1px 4px 20px -8px rgba(0,0,0,0.2); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.gradient { |
|
|
.gradient { |
|
@ -34,9 +34,12 @@ html { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.blog-title { |
|
|
.blog-title { |
|
|
|
|
|
-webkit-transform-style: preserve-3d !important; |
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0) !important; |
|
|
|
|
|
transform : translate3d(0, 0, 0) !important; |
|
|
text-transform: capitalize; |
|
|
text-transform: capitalize; |
|
|
margin-top: 15px; |
|
|
margin-top: 15px; |
|
|
max-width: 70%; |
|
|
max-width: 100%; |
|
|
margin: auto; |
|
|
margin: auto; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
color: black; |
|
|
color: black; |
|
@ -49,7 +52,8 @@ html { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.header { |
|
|
.header { |
|
|
background-color: white; |
|
|
@extend .shadow; |
|
|
|
|
|
background-color: #FBFCFD !important; |
|
|
height: 68px; |
|
|
height: 68px; |
|
|
margin-top: 0px; |
|
|
margin-top: 0px; |
|
|
padding-top: 0px; |
|
|
padding-top: 0px; |
|
@ -58,7 +62,6 @@ html { |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin: auto; |
|
|
margin: auto; |
|
|
border-bottom: 1px solid $brandingBG; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.twitter-share-button-rendered { |
|
|
.twitter-share-button-rendered { |
|
@ -227,7 +230,6 @@ p, h6, h5, h4, h3, h2, h1 { |
|
|
|
|
|
|
|
|
.project-title { |
|
|
.project-title { |
|
|
font-family: 'Open Sans',sans-serif !important; |
|
|
font-family: 'Open Sans',sans-serif !important; |
|
|
font-size: 1.9em !important; |
|
|
|
|
|
line-height: 1.6em !important; |
|
|
line-height: 1.6em !important; |
|
|
color: #3A4145 !important; |
|
|
color: #3A4145 !important; |
|
|
} |
|
|
} |
|
@ -307,12 +309,27 @@ p, h6, h5, h4, h3, h2, h1 { |
|
|
|
|
|
|
|
|
.projects-box { |
|
|
.projects-box { |
|
|
@extend .content-box; |
|
|
@extend .content-box; |
|
|
height: 300px !important; |
|
|
margin-bottom: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.projects-card { |
|
|
.projects-card { |
|
|
@extend .shadow; |
|
|
@extend .shadow; |
|
|
height: 200px !important; |
|
|
height: 250px !important; |
|
|
|
|
|
@media(max-width: 1000px) { |
|
|
|
|
|
height: 280px !important; |
|
|
|
|
|
} |
|
|
|
|
|
@media(max-width: 1240px) { |
|
|
|
|
|
height: 260px !important; |
|
|
|
|
|
} |
|
|
|
|
|
@media(max-width: 800px) { |
|
|
|
|
|
height: 265px !important; |
|
|
|
|
|
} |
|
|
|
|
|
@media(max-width: 360px) { |
|
|
|
|
|
height: 270px !important; |
|
|
|
|
|
} |
|
|
|
|
|
@media(max-width: 330px) { |
|
|
|
|
|
height: 295px !important; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.posts-box { |
|
|
.posts-box { |
|
@ -333,6 +350,16 @@ p, h6, h5, h4, h3, h2, h1 { |
|
|
max-width: 100%; |
|
|
max-width: 100%; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
$bg-color: red; |
|
|
|
|
|
|
|
|
|
|
|
.browse-readmore { |
|
|
|
|
|
z-index: 1; |
|
|
|
|
|
background: linear-gradient(to bottom, rgba($bg-color, 0) 0%, rgba($bg-color, 1) 100%); |
|
|
|
|
|
height: 100px; |
|
|
|
|
|
width: 100px; |
|
|
|
|
|
margin-top: -100px; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.post-card { |
|
|
.post-card { |
|
|
@extend .shadow; |
|
|
@extend .shadow; |
|
@ -399,7 +426,6 @@ code { |
|
|
@extend .shadow; |
|
|
@extend .shadow; |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
margin: 5px 5px 5px 5px; |
|
|
margin: 5px 5px 5px 5px; |
|
|
border: 1px solid $brandingBG; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.links-content { |
|
|
.links-content { |
|
|