Whiten Sigils (#21)

This commit is contained in:
Simon Priet 2023-05-26 00:29:21 +02:00 committed by GitHub
parent 617ce513c3
commit aabc43862a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ Repeate for each styles you want to enables.
![example of Prod banner](public/PROD_banner_animated.gif) ![example of Prod banner](public/PROD_banner_animated.gif)
* `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. * `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. * `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.
* ![example of orange shop icon](public/user-orange-shop.png) ![example of violet factory icon](public/user-violet-factory.png) * ![example of factory icon](public/user-white-factory.png) ![example of shop icon](public/user-white-shop.png)
* `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well. * `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well.
![icon take less space](public/jirafy-small-icon.png) ![icon take less space](public/jirafy-small-icon.png)
![nice animation on click](public/jirafy-animated.gif) ![nice animation on click](public/jirafy-animated.gif)

View File

@ -1,12 +1,12 @@
@-moz-document domain("salsify.com"), @-moz-document domain("salsify.com"),
domain("alkemics.com") { domain("alkemics.com") {
li.HelpCenter#academy-access ~ li#navbar-profile > a > i.mdi-account::before { li.HelpCenter#academy-access~li#navbar-profile>a>i.mdi-account::before {
content: "\F20F"; content: "\F20F";
color: violet; /*color: violet;*/
} }
li.HelpCenter:not(#academy-access) ~ li#navbar-profile > a > i.mdi-account::before { li.HelpCenter:not(#academy-access)~li#navbar-profile>a>i.mdi-account::before {
content: "\F4DC"; content: "\F4DC";
color: coral; /*color: coral;*/
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
public/user-white-shop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB