Files
freeCodeCamp/public/css/styles.less
Sahat Yalkabov 26a8982bfc updated footer
removed ::selection style
2014-07-02 00:33:29 -04:00

71 lines
1.0 KiB
Plaintext

@import "lib/bootstrap/bootstrap";
@import "lib/font-awesome/font-awesome";
@import "lib/ionicons/ionicons";
@import "lib/bootstrap-social";
@import "themes/modern";
// Scaffolding
// -------------------------
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 60px;
margin-bottom: 75px; //footer height + 30px
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
line-height: 45px;
p,
ul {
margin-bottom: 0;
}
}
// 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 Icons
// -------------------------
.fa,
[class^='ion-'] {
margin-right: 6px;
}