freeCodeCamp/public/css/styles.less

63 lines
915 B
Plaintext

@import "lib/bootstrap/bootstrap";
@import "lib/font-awesome/font-awesome";
@import "lib/bootstrap-social";
@import "themes/default";
// Scaffolding
// -------------------------
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 60px;
margin-bottom: 120px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 90px;
}
// Navbar
// -------------------------
.navbar-nav img {
width: 30px;
height: 30px;
margin: -15px 15px -15px;
}
.navbar-brand {
background: url(../img/npm.png) no-repeat left center;
background-size: 40px;
padding-left: 50px;
margin-left: 15px;
}
// Alerts
// -------------------------
.alert {
margin-top: 20px;
}
// Thumbnails
// -------------------------
.thumbnail {
padding: 0;
border-radius: 0;
box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
}
// Font Awesome
// -------------------------
.fa {
margin-right: 5px;
}