Undershoot effect without the dotted line

This commit is contained in:
Khurshid Alam
2016-04-28 11:10:14 +05:30
parent cc6d6d86b3
commit 9848d0f9a4
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -68,9 +68,9 @@
$_bg_pos: $position center;
}
background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
/*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
$_undershoot_color_light 50%,
$_undershoot_color_dark 50%);
$_undershoot_color_dark 50%);*/
padding-#{$position}: 1px;
background-size: $_dash_bg_size;