mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-01-19 18:14:45 +00:00
* 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
33 lines
375 B
SCSS
33 lines
375 B
SCSS
$faction-vs: #440E62;
|
|
$faction-nc: #004B80;
|
|
$faction-tr: #9E0B0F;
|
|
|
|
.faction-vs {
|
|
color: $faction-vs;
|
|
}
|
|
|
|
.faction-nc {
|
|
color: $faction-nc;
|
|
}
|
|
|
|
.faction-tr {
|
|
color: $faction-tr;
|
|
}
|
|
|
|
.faction-vs-bg {
|
|
background: $faction-vs;
|
|
}
|
|
|
|
.faction-nc-bg {
|
|
background: $faction-nc;
|
|
}
|
|
|
|
.faction-tr-bg {
|
|
background: $faction-tr;
|
|
}
|
|
|
|
.faction-icon {
|
|
width: 32px;
|
|
display: inline-block;
|
|
}
|