diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-31 17:26:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-31 17:26:31 +0000 |
| commit | ff9ee8e99cd5f5c420ba0501c335ac18f1b10769 (patch) | |
| tree | caf0dfede11d7ea800bd1deb77fc2f3b642a9668 /scss | |
| parent | add DEBUG pseudo-type for debugging conversion (diff) | |
| download | mmm-ff9ee8e99cd5f5c420ba0501c335ac18f1b10769.tar.gz mmm-ff9ee8e99cd5f5c420ba0501c335ac18f1b10769.zip | |
browsing, adding, removing fileders in inspector
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index 47be262..f39e1df 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -42,6 +42,14 @@ flex: 1; } } + + .children { + margin: 0; + padding: 1em; + + align-self: stretch; + background: $gray-darker; + } } nav { |
