mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-26 05:27:21 +02:00
readded font-awesome
This commit is contained in:
parent
c823a9de53
commit
8f99c0c246
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,4 +17,4 @@ npm-debug.log
|
||||
factorio.auth
|
||||
/pkg/
|
||||
mix-manifest.json
|
||||
/app/images/vendor/
|
||||
/app/**/vendor/
|
||||
|
@ -25,6 +25,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/mroote/factorio-server-manager#readme",
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.2.0",
|
||||
"admin-lte": "^3.0.0-alpha.2",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
|
@ -244,7 +244,7 @@ class ConfigContent extends React.Component {
|
||||
<small className="float-sm-right">
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard"></i>Server Control</Link></li>
|
||||
<li className="breadcrumb-item active">Game configurations</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-cogs"></i>Game configurations</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -98,7 +98,7 @@ class ConsoleContent extends React.Component {
|
||||
<small className="float-sm-right">
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard"></i>Server Control</Link></li>
|
||||
<li className="breadcrumb-item active">Console</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-terminal"></i>Console</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -40,7 +40,7 @@ class LogsContent extends React.Component {
|
||||
<small className="float-sm-right">
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard"></i>Server Control</Link></li>
|
||||
<li className="breadcrumb-item active">Logs</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-file-text-o"></i>Logs</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -532,7 +532,7 @@ class ModsContent extends React.Component {
|
||||
<small className="float-sm-right">
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard fa-fw"></i>Server Control</Link></li>
|
||||
<li className="breadcrumb-item active">Mods</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-pencil"></i>Mods</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -40,7 +40,7 @@ class SavesContent extends React.Component {
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard fa-fw"></i>Server
|
||||
Control</Link></li>
|
||||
<li className="breadcrumb-item active">Saves</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-floppy-o"></i>Saves</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -42,7 +42,7 @@ class UsersContent extends React.Component {
|
||||
<small className="float-sm-right">
|
||||
<ol className="breadcrumb">
|
||||
<li className="breadcrumb-item"><Link to="/"><i className="fa fa-dashboard fa-fw"></i>Server Control</Link></li>
|
||||
<li className="breadcrumb-item active">Settings</li>
|
||||
<li className="breadcrumb-item active"><i className="fa fa-cog"></i>Settings</li>
|
||||
</ol>
|
||||
</small>
|
||||
</h1>
|
||||
|
@ -3,10 +3,13 @@
|
||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||
@import "../node_modules/admin-lte/build/scss/AdminLTE-raw";
|
||||
@import "../node_modules/bootstrap-fileinput/scss/fileinput";
|
||||
@import "../node_modules/font-awesome/scss/font-awesome";
|
||||
|
||||
@import "scss/buttons";
|
||||
@import "scss/badges";
|
||||
@import "scss/adminLTE3-box";
|
||||
|
||||
@import "scss/sidebar";
|
||||
@import "scss/content";
|
||||
@import "scss/content";
|
||||
@import "scss/navigation";
|
||||
@import "scss/breadcrumbs";
|
@ -16,7 +16,7 @@
|
||||
.box-title {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
margin: 0;
|
||||
margin: 0 0 0 10px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
5
ui/scss/breadcrumbs.scss
Normal file
5
ui/scss/breadcrumbs.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.breadcrumb-item {
|
||||
i {
|
||||
margin-right: .2rem;
|
||||
}
|
||||
}
|
5
ui/scss/navigation.scss
Normal file
5
ui/scss/navigation.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.nav-link {
|
||||
i {
|
||||
margin-right: .2rem;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user