stacker.news/components/header.module.css

78 lines
1.3 KiB
CSS
Raw Normal View History

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