2021-04-12 18:05:09 +00:00
|
|
|
.brand {
|
|
|
|
font-family: lightning;
|
|
|
|
font-size: 2rem;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 100%;
|
|
|
|
margin-bottom: -.3rem;
|
2021-04-28 16:30:02 +00:00
|
|
|
margin-right: 0;
|
2021-12-05 17:37:55 +00:00
|
|
|
text-shadow: 0 0 10px var(--primary);
|
2021-11-09 22:43:56 +00:00
|
|
|
color: var(--theme-brandColor) !important;
|
2021-04-28 16:30:02 +00:00
|
|
|
}
|
|
|
|
|
2021-12-05 17:37:55 +00:00
|
|
|
|
2021-04-28 16:30:02 +00:00
|
|
|
.navLink {
|
|
|
|
padding: 0.25rem 1rem;
|
2021-04-12 18:05:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
2021-04-28 16:30:02 +00:00
|
|
|
padding: .5rem 0;
|
2021-04-22 22:14:32 +00:00
|
|
|
background-color: transparent !important;
|
2021-10-07 03:20:59 +00:00
|
|
|
}
|
|
|
|
|
2021-11-12 22:39:52 +00:00
|
|
|
.navLink:first-child {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navLink:last-child {
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2021-10-07 03:20:59 +00:00
|
|
|
.navbarNav {
|
|
|
|
width: 100%;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2021-11-11 22:25:12 +00:00
|
|
|
height: 39px;
|
2021-04-12 18:05:09 +00:00
|
|
|
}
|