X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/theme/boost/scss/bootstrap/utilities
home
/
cbholdings
/
pasukulu
/
theme
/
boost
/
scss
/
bootstrap
/
utilities
/
📁
..
📄
_align.scss
(420 B)
📄
_background.scss
(409 B)
📄
_borders.scss
(1.73 KB)
📄
_clearfix.scss
(37 B)
📄
_display.scss
(519 B)
📄
_embed.scss
(853 B)
📄
_flex.scss
(2.7 KB)
📄
_float.scss
(376 B)
📄
_interactions.scss
(142 B)
📄
_overflow.scss
(133 B)
📄
_position.scss
(484 B)
📄
_screenreaders.scss
(115 B)
📄
_shadows.scss
(249 B)
📄
_sizing.scss
(498 B)
📄
_spacing.scss
(2.06 KB)
📄
_stretched-link.scss
(431 B)
📄
_text.scss
(2.06 KB)
📄
_visibility.scss
(174 B)
📄
options.php
(1.93 KB)
Editing: _position.scss
// stylelint-disable declaration-no-important // Common values @each $position in $positions { .position-#{$position} { position: $position !important; } } // Shorthand .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: $zindex-fixed; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: $zindex-fixed; } .sticky-top { @supports (position: sticky) { position: sticky; top: 0; z-index: $zindex-sticky; } }
Upload File
Create Folder