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: _text.scss
// stylelint-disable declaration-no-important // // Text // .text-monospace { font-family: $font-family-monospace !important; } // Alignment .text-justify { text-align: justify !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { @include text-truncate(); } // Responsive alignment @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .text#{$infix}-left { text-align: left !important; } .text#{$infix}-right { text-align: right !important; } .text#{$infix}-center { text-align: center !important; } } } // Transformation .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } // Weight and italics .font-weight-light { font-weight: $font-weight-light !important; } .font-weight-lighter { font-weight: $font-weight-lighter !important; } .font-weight-normal { font-weight: $font-weight-normal !important; } .font-weight-bold { font-weight: $font-weight-bold !important; } .font-weight-bolder { font-weight: $font-weight-bolder !important; } .font-italic { font-style: italic !important; } // Contextual colors .text-white { color: $white !important; } @each $color, $value in $theme-colors { @include text-emphasis-variant(".text-#{$color}", $value, true); } .text-body { color: $body-color !important; } .text-muted { color: $text-muted !important; } .text-black-50 { color: rgba($black, .5) !important; } .text-white-50 { color: rgba($white, .5) !important; } // Misc .text-hide { @include text-hide($ignore-warning: true); } .text-decoration-none { text-decoration: none !important; } .text-break { word-break: break-word !important; // Deprecated, but avoids issues with flex containers word-wrap: break-word !important; // Used instead of `overflow-wrap` for IE & Edge Legacy } // Reset .text-reset { color: inherit !important; }
Upload File
Create Folder