Merge master
This commit is contained in:
88
assets/less/app.less
Normal file
88
assets/less/app.less
Normal file
@@ -0,0 +1,88 @@
|
||||
/*!
|
||||
* Roots 6.4.0
|
||||
*/
|
||||
|
||||
@import "bootstrap/variables.less";
|
||||
@import "bootstrap/mixins.less";
|
||||
@import "bootstrap/responsive-utilities.less";
|
||||
@import "bootstrap/utilities.less";
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
body { }
|
||||
|
||||
|
||||
|
||||
/* =============================================================================
|
||||
Header
|
||||
========================================================================== */
|
||||
|
||||
.banner { }
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Content
|
||||
========================================================================== */
|
||||
|
||||
.content { }
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Primary Content
|
||||
========================================================================== */
|
||||
|
||||
.main { }
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
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 (max-width: 767px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user