fix(front): bouton police adaptee en bas-gauche (evite la collision panier) (#92)
All checks were successful
CI / secret-scan (push) Successful in 17s
CI / php-lint (push) Successful in 24s
CI / static-tests (push) Successful in 1m0s
CI / js-tests (push) Successful in 31s
CI / secret-scan (pull_request) Successful in 10s
CI / php-lint (pull_request) Successful in 23s
CI / static-tests (pull_request) Successful in 59s
CI / js-tests (pull_request) Successful in 35s
All checks were successful
CI / secret-scan (push) Successful in 17s
CI / php-lint (push) Successful in 24s
CI / static-tests (push) Successful in 1m0s
CI / js-tests (push) Successful in 31s
CI / secret-scan (pull_request) Successful in 10s
CI / php-lint (pull_request) Successful in 23s
CI / static-tests (pull_request) Successful in 59s
CI / js-tests (pull_request) Successful in 35s
This commit is contained in:
parent
fe5ac06e04
commit
193a15abf7
1 changed files with 5 additions and 2 deletions
|
|
@ -2206,10 +2206,13 @@ html.dys-font {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fixed accessibility control, present on every screen (injected by a11y.js). */
|
/* Fixed accessibility control, present on every screen (injected by a11y.js). */
|
||||||
|
/* Coin bas-gauche : libre du bouton Retour (haut-gauche), du panier (haut-droite)
|
||||||
|
et du panneau commande sticky (flanc droit). En portrait, le bas reste en zone
|
||||||
|
de pouce, donc atteignable. */
|
||||||
.a11y-toggle {
|
.a11y-toggle {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: var(--space-3);
|
bottom: var(--space-3);
|
||||||
right: var(--space-3);
|
left: var(--space-3);
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue