mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Console
This commit is contained in:
21
src/DevTools/NavBar.scss
Normal file
21
src/DevTools/NavBar.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} }
|
||||
Reference in New Issue
Block a user