mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 05:00:18 +01:00
31 lines
460 B
Text
31 lines
460 B
Text
@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";
|
|
|
|
|
|
// Hide twitter follow button
|
|
|
|
.follow-button {
|
|
display:none!important;
|
|
opacity: 0;
|
|
}
|
|
|
|
.twitter-tweet {
|
|
height: 205px;
|
|
background: #fff;
|
|
}
|
|
|
|
#reviews {
|
|
background: @dark-blue;
|
|
padding: 130px 0
|
|
}
|
|
|