__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// 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; }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _align.scss | File | 420 B | 0777 |
|
| _background.scss | File | 409 B | 0777 |
|
| _borders.scss | File | 1.73 KB | 0777 |
|
| _clearfix.scss | File | 37 B | 0777 |
|
| _display.scss | File | 519 B | 0777 |
|
| _embed.scss | File | 853 B | 0777 |
|
| _flex.scss | File | 2.7 KB | 0777 |
|
| _float.scss | File | 376 B | 0777 |
|
| _interactions.scss | File | 142 B | 0777 |
|
| _overflow.scss | File | 133 B | 0777 |
|
| _position.scss | File | 484 B | 0777 |
|
| _screenreaders.scss | File | 115 B | 0777 |
|
| _shadows.scss | File | 249 B | 0777 |
|
| _sizing.scss | File | 498 B | 0777 |
|
| _spacing.scss | File | 2.06 KB | 0777 |
|
| _stretched-link.scss | File | 431 B | 0777 |
|
| _text.scss | File | 2.06 KB | 0777 |
|
| _visibility.scss | File | 174 B | 0777 |
|