less hacking way of pulling poe data
This commit is contained in:
10
app/components/navbar/navbar.scss
Normal file
10
app/components/navbar/navbar.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@import '../../scss/variables.scss';
|
||||
|
||||
.navbar {
|
||||
background: $dark2;
|
||||
border-bottom: 1px solid $dark1;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user