stacker.news/components/header.module.css

78 lines
1.3 KiB
CSS
Raw Normal View History

2021-04-12 13:05:09 -05:00
.brand {
font-family: lightning;
font-size: 2rem;
padding: 0;
line-height: 100%;
margin-bottom: -.3rem;
2021-04-28 11:30:02 -05:00
margin-right: 0;
2023-07-24 13:35:05 -05:00
text-shadow: 0 0 10px var(--bs-primary);
2021-11-09 16:43:56 -06:00
color: var(--theme-brandColor) !important;
2021-04-28 11:30:02 -05:00
}
2022-03-08 14:51:06 -06:00
.navLinkButton {
border: 2px solid;
2023-01-09 18:33:44 -06:00
padding: 0.2rem .9rem !important;
2022-03-08 14:51:06 -06:00
border-radius: .4rem;
}
2021-12-05 11:37:55 -06:00
2021-04-28 11:30:02 -05:00
.navLink {
padding: 0.25rem 1rem;
2021-04-12 13:05:09 -05:00
}
.navbar {
2021-04-28 11:30:02 -05:00
padding: .5rem 0;
2021-04-22 17:14:32 -05:00
background-color: transparent !important;
2021-10-06 20:20:59 -07:00
}
2022-04-21 12:48:27 -05:00
.navLink.active svg {
fill: var(--theme-navLinkActive);
2021-11-12 16:39:52 -06:00
}
2023-07-24 13:35:05 -05:00
.dropdown svg {
vertical-align: text-top;
}
.jobIndicator {
position: absolute;
padding: .25rem;
2023-07-24 13:35:05 -05:00
background-color: var(--bs-primary);
top: 3px;
right: 0px;
2023-08-04 19:21:51 -05:00
border: 1px solid var(--bs-body-bg);
}
2022-04-19 16:37:05 -05:00
.notification {
position: absolute;
padding: .25rem;
2023-07-24 13:35:05 -05:00
background-color: var(--bs-danger);
top: 1px;
2022-04-19 16:37:05 -05:00
right: 8px;
2023-08-04 19:21:51 -05:00
border: 1px solid var(--bs-body-bg);
2022-04-19 16:37:05 -05:00
}
2021-10-06 20:20:59 -07:00
.navbarNav {
width: 100%;
align-items: center;
2021-11-11 16:25:12 -06:00
height: 39px;
2023-05-01 15:58:30 -05:00
align-content: center;
}
.price {
margin-top: 2px;
2023-06-01 19:34:26 -05:00
white-space: nowrap;
display: flex;
flex-grow: 1;
justify-content: center;
}
.price > div {
font-size: min(3.5cqw, 0.9rem);
2022-03-08 14:51:06 -06:00
}
.dropdown {
padding: 0;
}
2023-01-09 18:33:44 -06:00
.dropdown>a {
2022-03-08 14:51:06 -06:00
padding-left: 0 !important;
2021-04-12 13:05:09 -05:00
}