mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Merge pull request #264 from realityking/fix
Fix minor SCSS issues introduced in #262.
This commit is contained in:
commit
1f4e6b915d
1 changed files with 2 additions and 2 deletions
|
|
@ -50,11 +50,11 @@ html, body {
|
|||
|
||||
@mixin embossed-bg {
|
||||
background:
|
||||
linear-gradient(to bottom,rgba(#000, 0.2), rgba(#000, 0) 8px),
|
||||
linear-gradient(to bottom, rgba(#000, 0.2), rgba(#000, 0) 8px),
|
||||
linear-gradient(to top, rgba(#000, 0.2), rgba(#000, 0) 8px),
|
||||
linear-gradient(to bottom, rgba($nav-embossed-border-top, 1), rgba($nav-embossed-border-top, 0) 1.5px),
|
||||
linear-gradient(to top, rgba($nav-embossed-border-bottom, 1), rgba($nav-embossed-border-bottom, 0) 1.5px),
|
||||
#262626;
|
||||
$nav-subitem-bg;
|
||||
}
|
||||
|
||||
.tocify-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue