freeCodeCamp/public/css/styles.less
2014-10-13 14:14:51 -07:00

100 lines
1.4 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 {
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;
}
// 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;
}
html { height: 50%; }
body { margin: 0; height: 100%; position: relative; }
#firepad-container {
width: 100%;
height: 100%;
}
.img-center {
margin: 0 auto;
}
.three-by-three {
height: 100px;
}
.navbar-icon {
height: 40px;
margin-top: -10px;
}
.btn-cta {
font-size: 40px;
}
.btn {
border-radius: 3px;
white-space: normal;
-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.btn-nav {
margin-top: 5px;
}