mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 18:22:42 +00:00
33 lines
531 B
Plaintext
33 lines
531 B
Plaintext
.headerNav {
|
|
position: fixed;
|
|
top: 30px;
|
|
left: 0px;
|
|
padding: 5px 10px;
|
|
background-color: #ccc;
|
|
border-radius: 5px;
|
|
max-height: 100vh;
|
|
overflow-y: auto;
|
|
&.active {
|
|
padding-bottom: 10px;
|
|
.navIcon {
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|
|
.navIcon {
|
|
cursor: pointer;
|
|
}
|
|
p {
|
|
padding: 2px;
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
&.pageLink {
|
|
font-weight: 900;
|
|
}
|
|
}
|
|
}
|
|
} |