X7ROOT File Manager
Current Path:
/home/notabjze/narcev.com/media/vendor/bootstrap/scss/mixins
home
/
notabjze
/
narcev.com
/
media
/
vendor
/
bootstrap
/
scss
/
mixins
/
ðŸ“
..
📄
_alert.scss
(268 B)
📄
_border-radius.scss
(1.98 KB)
📄
_box-shadow.scss
(398 B)
📄
_breakpoints.scss
(4.38 KB)
📄
_buttons.scss
(4.13 KB)
📄
_caret.scss
(1.44 KB)
📄
_clearfix.scss
(147 B)
📄
_color-scheme.scss
(167 B)
📄
_container.scss
(265 B)
📄
_deprecate.scss
(613 B)
📄
_forms.scss
(3.8 KB)
📄
_gradients.scss
(1.92 KB)
📄
_grid.scss
(4.17 KB)
📄
_image.scss
(395 B)
📄
_list-group.scss
(509 B)
📄
_lists.scss
(168 B)
📄
_pagination.scss
(741 B)
📄
_reset-text.scss
(495 B)
📄
_resize.scss
(202 B)
📄
_table-variants.scss
(980 B)
📄
_text-truncate.scss
(168 B)
📄
_transition.scss
(661 B)
📄
_utilities.scss
(2.23 KB)
📄
_visually-hidden.scss
(1011 B)
Editing: _visually-hidden.scss
// stylelint-disable declaration-no-important // Hide content visually while keeping it accessible to assistive technologies // // See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ @mixin visually-hidden() { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686 overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } // Use to only display content when it's focused, or one of its child elements is focused // (i.e. when focus is within the element/container that the class was applied to) // // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 @mixin visually-hidden-focusable() { &:not(:focus):not(:focus-within) { @include visually-hidden(); } }
Upload File
Create Folder