Work leading up to and including Day 4.
- Initial window bits - Preliminary Nav sidebar - Expanders - Koto Button to reduce code duplication - Started work on indexer
This commit is contained in:
parent
9aa493c51a
commit
6fb3852f09
37 changed files with 2094 additions and 0 deletions
20
data/style.css
Normal file
20
data/style.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
.primary-nav > .frame > box >.koto-button {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.primary-nav .expander .expander-header {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.expander > revealer > box > .koto-button {
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.koto-button > image {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.primary-nav label,
|
||||
.expander-header label {
|
||||
font-size: large;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue