2026-06-10 14:27:30 -07:00
|
|
|
@use '../shared/colors' as colors;
|
|
|
|
|
|
2026-06-03 17:18:50 -07:00
|
|
|
#brain-wrapper {
|
|
|
|
|
header {
|
|
|
|
|
.level-1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
|
|
&--item {
|
|
|
|
|
padding: 1rem 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.level-2 {
|
|
|
|
|
display: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
&.open {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--item {
|
|
|
|
|
padding: 1rem 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-06-10 14:27:30 -07:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: colors.$inkBlack;
|
|
|
|
|
}
|
2026-06-03 17:18:50 -07:00
|
|
|
}
|