mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
//
|
|
// Variables
|
|
// --------------------------------------------------
|
|
|
|
// GRID
|
|
// --------------------------------------------------
|
|
|
|
// Default 940px grid
|
|
// -------------------------
|
|
@gridColumns: 12;
|
|
@gridColumnWidth: 60px;
|
|
@gridGutterWidth: 20px;
|
|
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|