PSFPortal/scss/main.scss
Chord fa6e168ccc Application improvements
* Change favicon
* Display account banned status on admin search
* Pull in application version from Webpack
* Add "Feedback" button in footer and github references
* Fix faction icons to make them the same size
* PaginatedList component now supports back
* Tabbed navs support back
* Hide Pagination when only one page
* Improve admin table style and size
2019-12-31 09:46:34 -05:00

10 lines
164 B
SCSS

// bootstrap style overrides
@import "custom";
@import "~bootstrap/scss/bootstrap";
$bg-color: #171d3a;
@import "defaults";
@import "base";
@import "planetside";