diff options
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 +// ----------------------------------------------------- |