fichier langue

This commit is contained in:
mepiphana2023
2024-04-24 08:52:59 +02:00
parent a57ff3d837
commit 620ff91173
2137 changed files with 372723 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.@{fa-css-prefix}-sr-only {
.fa-sr-only();
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.@{fa-css-prefix}-sr-only-focusable {
.fa-sr-only-focusable();
}