Fix Koto Primary nav selectors and refine spacing.
This commit is contained in:
parent
8f79854679
commit
2669eca219
1 changed files with 6 additions and 11 deletions
|
@ -1,21 +1,16 @@
|
||||||
.primary-nav {
|
.primary-nav {
|
||||||
padding: 10px;
|
padding: 20px;
|
||||||
|
|
||||||
& > viewport > box {
|
& > viewport > box {
|
||||||
& > .koto-botton {
|
& > .koto-button, // Direct buttons like Home
|
||||||
& > box {
|
& > .expander > .expander-header { // Expander Headers
|
||||||
padding: 10px 0;
|
|
||||||
|
|
||||||
& > label {
|
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
padding: 10px 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .expander {
|
& > .expander {
|
||||||
& > .expander-header {
|
& > .expander-header {
|
||||||
color: $text-color-faded;
|
color: $text-color-faded;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue