|
//@import "twitter/bootstrap/bootstrap";
@import "twitter/bootstrap/responsive";
// Set the correct sprite paths
@iconSpritePath: image-url("twitter/bootstrap/glyphicons-halflings.png");
@iconWhiteSpritePath: image-url("twitter/bootstrap/glyphicons-halflings-white.png");
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
@fontAwesomeEotPath: asset-url("fontawesome-webfont.eot");
@fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot?#iefix");
@fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff");
@fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf");
@fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular");
// Font Awesome
@import "fontawesome/font-awesome";
// Glyphicons
//@import "twitter/bootstrap/sprites.less";
// Your custom LESS stylesheets goes here
//
// Since bootstrap was imported above you have access to its mixins which
// you may use and inherit here
//
// If you'd like to override bootstrap's own variables, you can do so here as well
// See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
//
// Example:
// @linkColor: #ff0000;
.top-container {
margin-top: 60px;
}
// Admin Dashboard Stats layout
.summary {
display: table;
width: 100%;
padding: 0;
margin: 0 0 20px 0;
}
.summary .count {
display: block;
font-size: 1.75em;
font-weight: bold;
}
.summary ul {
margin: 0;
padding: 0;
overflow: hidden;
display: table-row;
}
.summary li {
margin: 0;
padding: 19px;
display: table-cell;
border-right: 1px solid #eee;
}
.summary a, .summary span {
font-size: 1.2em;
line-height: 1.4em;
text-transform: uppercase;
color: #000;
}
.summary a:hover .count {
text-decoration: none;
}
// admin sidebar
.well-micro {
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
margin-left: 28px;
}
.form-bordered {
margin-bottom: 0px;
}
|