aboutsummaryrefslogtreecommitdiff
path: root/less/patterns.less
blob: d94b921e4225bcf74ec147269f5f5d0e8d00a4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}