X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/theme/boost/scss/bootstrap/mixins
home
/
cbholdings
/
pasukulu
/
theme
/
boost
/
scss
/
bootstrap
/
mixins
/
📁
..
📄
_alert.scss
(242 B)
📄
_background-variant.scss
(695 B)
📄
_badge.scss
(320 B)
📄
_border-radius.scss
(1.79 KB)
📄
_box-shadow.scss
(532 B)
📄
_breakpoints.scss
(4.38 KB)
📄
_buttons.scss
(3.44 KB)
📄
_caret.scss
(1.39 KB)
📄
_clearfix.scss
(93 B)
📄
_deprecate.scss
(613 B)
📄
_float.scss
(392 B)
📄
_forms.scss
(5.68 KB)
📄
_gradients.scss
(2 KB)
📄
_grid-framework.scss
(2.04 KB)
📄
_grid.scss
(2.04 KB)
📄
_hover.scss
(757 B)
📄
_image.scss
(1.13 KB)
📄
_list-group.scss
(433 B)
📄
_lists.scss
(170 B)
📄
_nav-divider.scss
(369 B)
📄
_pagination.scss
(462 B)
📄
_reset-text.scss
(481 B)
📄
_resize.scss
(202 B)
📄
_screen-reader.scss
(827 B)
📄
_size.scss
(148 B)
📄
_table-row.scss
(794 B)
📄
_text-emphasis.scss
(474 B)
📄
_text-hide.scss
(326 B)
📄
_text-truncate.scss
(168 B)
📄
_transition.scss
(681 B)
📄
_visibility.scss
(189 B)
Editing: _hover.scss
// Hover mixin and `$enable-hover-media-query` are deprecated. // // Originally added during our alphas and maintained during betas, this mixin was // designed to prevent `:hover` stickiness on iOS-an issue where hover styles // would persist after initial touch. // // For backward compatibility, we've kept these mixins and updated them to // always return their regular pseudo-classes instead of a shimmed media query. // // Issue: https://github.com/twbs/bootstrap/issues/25195 @mixin hover() { &:hover { @content; } } @mixin hover-focus() { &:hover, &:focus { @content; } } @mixin plain-hover-focus() { &, &:hover, &:focus { @content; } } @mixin hover-focus-active() { &:hover, &:focus, &:active { @content; } }
Upload File
Create Folder