init
This commit is contained in:
13
app/components/LeftNav.module.scss
Normal file
13
app/components/LeftNav.module.scss
Normal file
@ -0,0 +1,13 @@
|
||||
.navContent {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
rgba(15, 111, 202, 0.7710280373831776) 34.21052631578947%,
|
||||
rgba(32, 151, 243, 0.6214953271028038) 100%
|
||||
);
|
||||
|
||||
.navItems {
|
||||
li:not(:last-child) {
|
||||
border-bottom: 1px solid #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user