Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
15
VApp/node_modules/vuetify/lib/styles/utilities/_screenreaders.sass
generated
vendored
Normal file
15
VApp/node_modules/vuetify/lib/styles/utilities/_screenreaders.sass
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// Source: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
|
||||
@use '../settings'
|
||||
|
||||
@if (settings.$utilities != false and length(settings.$utilities) > 0)
|
||||
.d-sr-only,
|
||||
.d-sr-only-focusable:not(:focus)
|
||||
border: 0 !important
|
||||
clip: rect(0, 0, 0, 0) !important
|
||||
height: 1px !important
|
||||
margin: -1px !important // Fix for https://github.com/twbs/bootstrap/issues/25686
|
||||
overflow: hidden !important
|
||||
padding: 0 !important
|
||||
position: absolute !important
|
||||
white-space: nowrap !important
|
||||
width: 1px !important
|
||||
Reference in New Issue
Block a user