aboutsummaryrefslogtreecommitdiffstats
path: root/scss/browser.scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-23 06:25:09 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-23 06:25:09 +0000
commit05a92e841e36ff31010f52f29d42dfab8b24770f (patch)
tree0421a7837c8ef7b80f82f6af27290de4dd2af0f4 /scss/browser.scss
parentclean-ish header (diff)
downloadmmm-05a92e841e36ff31010f52f29d42dfab8b24770f.tar.gz
mmm-05a92e841e36ff31010f52f29d42dfab8b24770f.zip
scss reorganize, add footer
Diffstat (limited to 'scss/browser.scss')
-rw-r--r--scss/browser.scss72
1 files changed, 0 insertions, 72 deletions
diff --git a/scss/browser.scss b/scss/browser.scss
deleted file mode 100644
index 1117da7..0000000
--- a/scss/browser.scss
+++ /dev/null
@@ -1,72 +0,0 @@
-.browser {
- display: flex;
-
- .view {
- display: flex;
- flex-direction: column;
-
- flex: 1 1 0;
- min-width: 0;
-
- &.inspector {
- top: 0;
- position: sticky;
- height: 100vh;
- color: #c5c8c6;
-
- @include left-border;
- border-color: $gray-dark;
- background: $gray-dark;
-
- nav {
- background: inherit;
- }
-
- .content {
- margin: 0;
- padding: 0;
- display: flex;
- background: $gray-darker;
-
- > * {
- display: block;
- margin: 0;
- padding: 1em;
- border-radius: 0;
- border: 0;
- flex: 1;
- }
- }
- }
-
- nav {
- position: sticky;
- top: 0;
-
- display: flex;
- flex: 0 0 3.2em;
- justify-content: space-between;
- background: $gray-bright;
-
- /*
- > * {
- flex: 0 0 auto;
- }
- */
-
- > span:first-of-type {
- flex: 1 0 auto;
- }
-
- > * {
- margin: 1em;
- }
- }
-
- .content {
- flex: 1 1 auto;
- overflow: auto;
- padding: 1em 2em;
- }
- }
-}