123456789101112131415161718192021222324252627 |
- // *************************************
- //
- // Row
- // -> Width-spanning blocks
- //
- // -------------------------------------
- // Template (Haml)
- // -------------------------------------
- //
- // .row[.row--a|b]
- // / ...
- //
- // *************************************
- %row
- overflow: hidden
- padding: 0 $b-space
- // -------------------------------------
- // Modifiers
- // -------------------------------------
- // ----- Theme ----- //
- %row--b
- background: $c-background
|