freeCodeCamp/public/css/styles.less

44 lines
555 B
Plaintext
Raw Normal View History

2013-12-04 03:56:18 +00:00
body {
2013-12-11 20:35:22 +00:00
padding-top: 80px;
}
2013-12-12 02:59:40 +00:00
//
// TODO: Refactor
//
.user img {
2013-12-07 19:56:36 +00:00
border-radius: 50%;
width: 40px;
height: 40px;
vertical-align: baseline;
margin-top: -15px;
margin-bottom: -15px;
position: relative;
left: -10px;
}
[class^="fa-"],
[class*="fa-"] {
margin-right: 5px;
}
.facebook {
background-color: #335397;
border-color: #335397;
}
.twitter {
background-color: #00c7f7;
border-color: #00c7f7;
}
.google {
background-color: #dd4b39;
border-color: #dd4b39;
}
.github {
background-color: #333;
border-color: #333;
2013-12-12 00:57:22 +00:00
}