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 {
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
|
||||
& > viewport > box {
|
||||
& > .koto-botton {
|
||||
& > box {
|
||||
padding: 10px 0;
|
||||
|
||||
& > label {
|
||||
& > .koto-button, // Direct buttons like Home
|
||||
& > .expander > .expander-header { // Expander Headers
|
||||
font-size: large;
|
||||
}
|
||||
}
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
& > .expander {
|
||||
& > .expander-header {
|
||||
color: $text-color-faded;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue