transfer.sh/transfersh-web/styles/main.less

32 lines
460 B
Text
Raw Normal View History

2014-10-16 20:01:43 +02:00
@import "bootstrap.less";
/*
@import "../bower_components/octicons/octicons/octicons.less";
@octicons-font-path: "../bower_components/octicons/octicons/";*/
@import "config";
@import "global";
@import "home";
@import "pages";
@import "transfersh-icons";
2014-10-17 13:30:34 +02:00
// Hide twitter follow button
.follow-button {
display:none!important;
opacity: 0;
}
.twitter-tweet {
height: 205px;
background: #fff;
}
#reviews {
background: @dark-blue;
padding: 130px 0
2014-10-17 15:04:21 +02:00
}