|
@ -8,6 +8,31 @@ $menuWidth: 60px; |
|
|
|
|
|
|
|
|
$navbarHeight: 100px; |
|
|
$navbarHeight: 100px; |
|
|
|
|
|
|
|
|
|
|
|
.shadow { |
|
|
|
|
|
-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
|
|
|
-moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
|
|
|
box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.gradient { |
|
|
|
|
|
-webkit-background-size: cover !important; |
|
|
|
|
|
-moz-background-size: cover !important; |
|
|
|
|
|
-o-background-size: cover !important; |
|
|
|
|
|
background-size: cover !important; |
|
|
|
|
|
background-repeat:no-repeat !important; |
|
|
|
|
|
background-color: #FBFCFD !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
html { |
|
|
|
|
|
min-height: 100%; |
|
|
|
|
|
@extend .gradient; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.app-body { |
|
|
|
|
|
@extend .gradient; |
|
|
|
|
|
margin-top: 80px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.blog-title { |
|
|
.blog-title { |
|
|
text-transform: capitalize; |
|
|
text-transform: capitalize; |
|
|
margin-top: 15px; |
|
|
margin-top: 15px; |
|
@ -33,10 +58,7 @@ $navbarHeight: 100px; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin: auto; |
|
|
margin: auto; |
|
|
} |
|
|
border-bottom: 1px solid $brandingBG; |
|
|
|
|
|
|
|
|
.app-body { |
|
|
|
|
|
margin-top: 80px; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.twitter-share-button-rendered { |
|
|
.twitter-share-button-rendered { |
|
@ -289,6 +311,7 @@ p, h6, h5, h4, h3, h2, h1 { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.projects-card { |
|
|
.projects-card { |
|
|
|
|
|
@extend .shadow; |
|
|
height: 200px !important; |
|
|
height: 200px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -312,6 +335,7 @@ p, h6, h5, h4, h3, h2, h1 { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.post-card { |
|
|
.post-card { |
|
|
|
|
|
@extend .shadow; |
|
|
max-width: 80%; |
|
|
max-width: 80%; |
|
|
@media(max-width: 400px) { |
|
|
@media(max-width: 400px) { |
|
|
max-width: 95%; |
|
|
max-width: 95%; |
|
@ -371,6 +395,13 @@ code { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.links-column { |
|
|
|
|
|
@extend .shadow; |
|
|
|
|
|
background-color: white; |
|
|
|
|
|
margin: 5px 5px 5px 5px; |
|
|
|
|
|
border: 1px solid $brandingBG; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.links-content { |
|
|
.links-content { |
|
|
margin-top: 5px; |
|
|
margin-top: 5px; |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|