diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-24 21:27:41 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-24 21:27:41 -0400 |
commit | 0501a78aa63ee43167f6fd103f9e810f46c8bcaf (patch) | |
tree | 0c24e26b405accf8f25e95ede72b2546a5504d42 /cerulean | |
parent | 74c226b2c3495871e73d3b389c41ebcaff8bd120 (diff) |
all: organized sections in less
Diffstat (limited to 'cerulean')
-rwxr-xr-x | cerulean/bootswatch.less | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less index 8c6fb019..837d8b8c 100755 --- a/cerulean/bootswatch.less +++ b/cerulean/bootswatch.less @@ -3,11 +3,14 @@ // Version: 2.1.0 // ----------------------------------------------------- -// IMPORTS +// TYPOGRAPHY // ----------------------------------------------------- @import url(https://fonts.googleapis.com/css?family=Telex); +// SCAFFOLDING +// ----------------------------------------------------- + // NAVBAR // ----------------------------------------------------- @@ -111,6 +114,9 @@ div.subnav { } } +// NAV +// ----------------------------------------------------- + // BUTTONS // ----------------------------------------------------- @@ -148,10 +154,24 @@ div.subnav { .buttonBackground(lighten(@btnInverseBackground, 5%), @btnInverseBackground); } -// ICONS +// TABLES +// ----------------------------------------------------- + +// FORMS +// ----------------------------------------------------- + +// DROPDOWNS +// ----------------------------------------------------- + +// ALERTS, LABELS, BADGES +// ----------------------------------------------------- + +// MISC // ----------------------------------------------------- -// Make icons gray i[class^="icon-"]{ opacity: 0.8; } + +// MEDIA QUERIES +// ----------------------------------------------------- |