Set envs to animate on loading only (except PROD) (#18)
Simply update the code with what i've been using lately so it only animate when the `.Loader` is created by react. Except for PROD where animation runs anytime. Use both the new `:has()` pseudo-class and fallback to regular `:not(:only-child())` for unsupported browser (Firefox)
This commit is contained in:
15
README.md
15
README.md
@@ -19,13 +19,14 @@ Repeate for each styles you want to enables.
|
||||
|
||||
## What each styles do?
|
||||
|
||||
* `PPR banner.css`: Change the Preproduction banner and login's footer
|
||||

|
||||
* `PLR banner.css`: Change your Pillar banner and login's footer
|
||||

|
||||
* `LTG banner.css`: Change the Load Testing banner and login's footer
|
||||
* `PRD banner.css`: Change the Production banner and login's footer
|
||||

|
||||
* `PREP banner.css`: Change the Preproduction banner and login's footer
|
||||

|
||||
* `PLLR banner.css`: Change your Pillar banner and login's footer
|
||||

|
||||
* `PERF banner.css`: Change the Load Testing banner and login's footer
|
||||

|
||||
* `PROD banner.css`: Change the Production banner and login's footer
|
||||

|
||||
* `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files.
|
||||
* `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier.
|
||||
*  
|
||||
|
Reference in New Issue
Block a user