1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-22 22:21:26 +00:00

complete redo

This commit is contained in:
2019-11-06 18:03:33 -07:00
parent 326ba84663
commit 1ef8b0739b
145 changed files with 51809 additions and 20275 deletions

21
scss/_navbar.scss Normal file
View File

@@ -0,0 +1,21 @@
.navbar-custom {
padding-top: 1rem;
padding-bottom: 1rem;
background-color: fade-out($black, 0.3);
.navbar-brand {
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 0.1rem;
font-weight: 700;
}
.navbar-nav {
.nav-item {
.nav-link {
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1rem;
}
}
}
}