You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
421 B
Plaintext

app
.logo-section
img(src="../../assets/npm.svg", height=40)
.bar-section
search
.window-height-marker
style(scoped, type="scss").
.logo-section {
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
width: 120px;
text-align: center;
background-color: #2a333c;
padding: 9px;
}
.bar-section {
position: absolute;
left: 138px;
top: 0px;
bottom: 0px;
right: 0px;
}