This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
bizfile
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Nav bar styles changes
master
kj1352
4 years ago
parent
a83a4a75f0
commit
94129e3bf7
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
src/app/tabs/tabs.component.scss
+ 17
- 0
src/app/tabs/tabs.component.scss
View File
@@ -17,6 +17,23 @@ $header-height: 10rem;
}
}
nav {
margin: 0 2rem;
display: flex;
align-items: center;
justify-content: flex-start;
a {
font-size: 1.6rem;
letter-spacing: 0.5px;
color: var(--dark-grey);
&:hover {
text-decoration: underline;
}
}
}
.search-input {
position: relative;
margin-left: auto;
Write
Preview
Loading…
Cancel
Save