Files
sage/assets/less/app.less
2013-08-21 10:18:37 -05:00

91 lines
2.2 KiB
Plaintext

/*!
* Roots 6.4.0
*/
@import "bootstrap/bootstrap.less";
/* ==========================================================================
Base
========================================================================== */
body { }
/* =============================================================================
Header
========================================================================== */
.banner { }
/* ==========================================================================
Content
========================================================================== */
.content { }
/* ==========================================================================
Primary Content
========================================================================== */
.main { }
/* Gallery Shortcode */
.gallery-row { padding: 15px 0; }
/* ==========================================================================
Sidebar
========================================================================== */
.sidebar { }
/* ==========================================================================
Posts
========================================================================== */
.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }
/* ==========================================================================
Footer
========================================================================== */
.content-info { }
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: @screen-sm) { }
@media (min-width: @screen-md) { }
@media (min-width: @screen-lg) { }