17 lines
No EOL
292 B
SCSS
17 lines
No EOL
292 B
SCSS
.primary-nav {
|
|
padding: 20px;
|
|
|
|
& > viewport > box {
|
|
& > .koto-button, // Direct buttons like Home
|
|
& > .expander > .expander-header { // Expander Headers
|
|
font-size: large;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
& > .expander {
|
|
& > .expander-header {
|
|
color: $text-color-faded;
|
|
}
|
|
}
|
|
}
|
|
} |