Skip to content

Commit

Permalink
fix: update styling docs (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored Jan 25, 2025
1 parent 64186d8 commit f8f2313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file modified docs/img/customized-signin-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# Styling

By default, SeAT uses [Bootstrap 3](https://getbootstrap.com/docs/3.4/) and the [Admin LTE](https://adminlte.io/) template.
By default, SeAT uses [Bootstrap 4](https://getbootstrap.com/docs/4.6/) and the [Admin LTE](https://adminlte.io/) template.

You may want to customise SeAT design to match either your corporation or alliance colours.

To do so, you can use two available css hooks :

* `custom-layout-mini.css` used by the sign-in page
* `custom-layout.css` used by all the entier application, globally
* `custom-layout.css` used by all the entire application, globally

# Bare Metal Installs

Expand Down Expand Up @@ -121,16 +121,15 @@ An example of a customized login page using `custom-layout-mini.css` would be:
text-align: center;
margin-bottom: 25px;
font-weight: 300;
content: url(https://images.evetech.net/corporations/98482334/logo?size=128);
margin-top: 50px;
}

.login-logo::before, .register-logo::before {
content: " ";
display: block;
width: 128px;
height:128px;
margin: 0 auto;
background-image: url(https://images.evetech.net/corporations/98482334/logo?size=128);
border-radius: 50%;
margin-bottom: 50px;
}
Expand Down

0 comments on commit f8f2313

Please sign in to comment.