moving structure around + more work on builder...
This commit is contained in:
parent
e0e54d9c6c
commit
dc2deb9a1b
47 changed files with 100 additions and 91 deletions
13
less/patterns.less
Normal file
13
less/patterns.less
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Patterns.less
|
||||
// Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
// PAGE HEADERS
|
||||
// ------------
|
||||
|
||||
footer {
|
||||
padding-top: @baseLineHeight - 1;
|
||||
margin-top: @baseLineHeight - 1;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue