Commit 8c0b993b authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use a different mixin for Notebook container

Use a simpler mixin for Notebook's "inner" container: we don't need
all the stuff in `panel`, `card-frame` suffices. This eliminates the
need to override a vertical rhythm rule.
parent e45ad235
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
.Notebook__inner { .Notebook__inner {
position: relative; position: relative;
box-sizing: border-box; box-sizing: border-box;
@include molecules.panel; @include molecules.card-frame;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border: none; border: none;
margin-top: 0 !important; // disables the margin-top set by vertical-rhythm mixin
} }
.Notebook__close-button { .Notebook__close-button {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment