Dev: Console

This commit is contained in:
surunzi
2016-03-10 00:25:15 +08:00
parent 38662fe6aa
commit 3ccc538a49
25 changed files with 1511 additions and 47 deletions

21
src/DevTools/NavBar.scss Normal file
View File

@@ -0,0 +1,21 @@
#eruda { .dev-tools {
.nav-bar {
height: 50px;
overflow: hidden;
box-shadow: 0 1px 0 0 #ccc;
ul {
display: flex;
li {
float: left;
height: 50px;
line-height: 50px;
text-align: center;
flex-grow: 1;
&.active {
color: #76a2ee;
border-bottom: 3px solid #76a2ee;
}
}
}
}
} }