Files
freeCodeCamp/public/css/styles.less

64 lines
877 B
Plaintext
Raw Normal View History

2014-01-23 17:22:54 -05:00
@import "lib/bootstrap/bootstrap";
@import "lib/font-awesome/font-awesome";
2014-07-01 17:04:45 -04:00
@import "lib/ionicons/ionicons";
@import "lib/bootstrap-social";
2014-07-01 17:04:45 -04:00
@import "themes/modern";
2014-01-23 17:37:47 -05:00
// Scaffolding
// -------------------------
2014-01-23 18:17:24 -05:00
2014-05-11 04:04:39 -04:00
html {
position: relative;
min-height: 100%;
2014-01-24 02:14:40 -05:00
}
2013-12-03 22:56:18 -05:00
body {
2014-05-11 04:04:39 -04:00
padding-top: 60px;
margin-bottom: 75px;
}
2013-12-12 01:35:18 -05:00
2014-05-11 04:04:39 -04:00
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 45px;
line-height: 45px;
p,
ul {
margin-bottom: 0;
}
2014-01-24 02:14:40 -05:00
}
2014-01-23 17:37:47 -05:00
// Navbar
// -------------------------
2014-01-23 18:17:24 -05:00
.navbar-nav img {
width: 30px;
height: 30px;
margin: -15px 15px -15px;
2014-01-23 18:17:24 -05:00
}
// Alerts
2014-03-07 14:40:01 -05:00
// -------------------------
.alert {
margin-top: 20px;
2014-03-07 14:40:01 -05:00
}
2014-06-05 14:18:51 -04:00
// Thumbnails
2014-03-07 14:40:01 -05:00
// -------------------------
2014-06-05 14:18:51 -04:00
.thumbnail {
padding: 0;
border-radius: 0;
box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
}
2014-07-01 18:00:28 -04:00
// Font Icons
2014-03-07 14:40:01 -05:00
// -------------------------
2014-07-01 18:00:28 -04:00
.fa,
[class^='ion-'] {
margin-right: 6px;
2014-05-11 04:35:12 -04:00
}