Pagination blinkers (#23)

* refactor(#11): improve color & animation

* Add Blinkers animation to pagination arrows
This commit is contained in:
Simon Priet 2023-05-26 01:01:30 +02:00 committed by GitHub
parent 101372cf1e
commit 2235768e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,6 @@ domain("alkemics.com") {
button:not([disabled]) .mdi-arrow-right-bold, button:not([disabled]) .mdi-arrow-right-bold,
button:not([disabled]) .mdi-arrow-left-bold { button:not([disabled]) .mdi-arrow-left-bold {
&:not([disabled]):hover { &:not([disabled]):hover {
animation: car-blinkers 900ms steps(1, end) infinite; animation: car-blinkers 900ms steps(1, end) infinite;
} }
@ -11,7 +10,8 @@ domain("alkemics.com") {
@keyframes car-blinkers { @keyframes car-blinkers {
45% { 45% {
color: lightgreen; color: rgb(0, 190, 0);
/*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));*/
} }
} }
} }

View File

@ -32,6 +32,8 @@ Repeate for each styles you want to enables.
![example of Color switching](public/navbar-notification-animated.gif) ![example of Color switching](public/navbar-notification-animated.gif)
* `Squared logo place`: Remove the `border-radius` used for company logos, to allow more shapes than just circles. * `Squared logo place`: Remove the `border-radius` used for company logos, to allow more shapes than just circles.
![example of a not-cicle logo that can takes all space](public/squared-logo.png) ![example of a not-cicle logo that can takes all space](public/squared-logo.png)
* `Blinkers.less`: Enable your blinkers when you use pagination arrows.
![Example of blinkers](public/pagniation-are-blinkers.gif)
* `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 factory icon](public/user-white-factory.png) ![example of shop icon](public/user-white-shop.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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB