diff --git a/source/screens/demo/examples/ui/index.njk b/source/screens/demo/examples/ui/index.njk index 4e5367a..1712214 100644 --- a/source/screens/demo/examples/ui/index.njk +++ b/source/screens/demo/examples/ui/index.njk @@ -25,7 +25,7 @@ tags: {% block body %}
- section-bar + section
diff --git a/source/style/hippie-style b/source/style/hippie-style index b7ec209..3d23ba5 160000 --- a/source/style/hippie-style +++ b/source/style/hippie-style @@ -1 +1 @@ -Subproject commit b7ec209761cac635ba8312dbb07bf831ebc32933 +Subproject commit 3d23ba55d4c1c300d49cf91868cf65bb8307b5a6 diff --git a/source/style/modules/ui/_settings_module.scss b/source/style/modules/ui/_settings_module.scss index a95c3bc..9b41e4c 100755 --- a/source/style/modules/ui/_settings_module.scss +++ b/source/style/modules/ui/_settings_module.scss @@ -1,9 +1,6 @@ @mixin nav-spacer($name, $size, $orientation) { - .spacer-#{$name} { + .spacer.#{$name} { width: $size; - margin: 0; - border: $border_dotted; - opacity: .25; } } @@ -35,7 +32,7 @@ flex: 1; aside { - background-color: $color_brighter; + background-color: rgba(255, 255, 255, .1); } section { @@ -46,9 +43,9 @@ .io { .spacer { - width: $space_double; margin: 0; border: $border_dotted; + padding: 0; opacity: .25; }