mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 13:10:27 +01:00
18 lines
356 B
Text
18 lines
356 B
Text
@import "bootstrap.less";
|
|
|
|
/*
|
|
@import "../bower_components/octicons/octicons/octicons.less";
|
|
|
|
@octicons-font-path: "../bower_components/octicons/octicons/";*/
|
|
@import "config";
|
|
@import "includes/global";
|
|
@import "includes/home";
|
|
@import "includes/pages";
|
|
@import "includes/reviews";
|
|
@import "includes/transfersh-icons";
|
|
|
|
|
|
.uploading {
|
|
background: red;
|
|
}
|
|
|