Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2016-06-28 18:36:25 +0300
committerMichael Rose <est.michael@gmail.com>2016-06-28 18:36:25 +0300
commit641e9ebe910c4870e95c201d10d10438e04f0de3 (patch)
tree4d1fa417dd47a9c30309755ebea6fc92a1bbc190
parent2cd1f5fbed5421460537566a2748b23c16675b11 (diff)
Add shadow to menu trigger
-rw-r--r--_sass/_dl-menu.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/_dl-menu.scss b/_sass/_dl-menu.scss
index bb9fe22..1f9adc1 100644
--- a/_sass/_dl-menu.scss
+++ b/_sass/_dl-menu.scss
@@ -30,6 +30,7 @@
outline: none;
@include border-radius(0,3px,0,0);
opacity: 0.6;
+ box-shadow: 0 12px 24px rgba($black,0.4);
@media #{$medium} {
@include border-radius(3px,3px,3px,3px);
}