| /template/strap/ComboStrap/TagAttribute/ |
| H A D | Align.php | 73 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 74 $attributes->addClassName("align-self{$breakpoint}-center"); 91 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 94 $attributes->addClassName("justify-content{$breakpoint}-left"); 97 $attributes->addClassName("justify-content{$breakpoint}-start"); 105 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 108 $attributes->addClassName("justify-content{$breakpoint}-right"); 111 $attributes->addClassName("justify-content{$breakpoint}-end"); 117 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 118 $attributes->addClassName("justify-content{$breakpoint}-center"); [all …]
|
| H A D | TextAlign.php | 49 $breakpoint = $conditionalTextAlignValue->getBreakpoint(); 50 if (!empty($breakpoint)) { 74 $breakpoint = $conditionalTextAlignValue->getBreakpoint(); 75 if (!empty($breakpoint)) { 76 switch ($breakpoint) { 79 $breakpoint = "sm"; 83 $breakpoint = "md"; 87 $breakpoint = "lg"; 91 $breakpoint = "xl"; 94 …LogUtility::msg("The breakpoint ($breakpoint) of the text-align value ($textAlignValue) is not cor… [all …]
|
| H A D | Toggle.php | 80 $breakpoint = $conditionalValue->getBreakpointSize(); 82 @media (min-width: {$breakpoint}px) {
|
| /template/strap/ComboStrap/ |
| H A D | ConditionalValue.php | 21 private $breakpoint; variable in ComboStrap\\ConditionalValue 40 $this->breakpoint = null; 44 $breakpoint = substr($value, $lastIndex + 1); 45 if (array_key_exists($breakpoint, self::$breakpoints)) { 46 $this->breakpoint = $breakpoint; 55 $this->breakpoint = $part; 60 if ($this->breakpoint === null) { 61 $this->breakpoint = null; 66 …) will be deprecated in the next releases. It should be written ($this->value-$this->breakpoint)"); 81 public static function checkValidBreakpoint(string $breakpoint) argument [all …]
|
| H A D | ConditionalLength.php | 43 private $breakpoint; variable in ComboStrap\\ConditionalLength 73 $this->breakpoint = $conditionalValue->getBreakpoint(); 152 $breakpoint = $this->getBreakpointOrDefault(); 153 if ($breakpoint === "xs") { 156 return "col-{$breakpoint}-$colsNumber"; 183 $breakpoint = $this->getBreakpointOrDefault(); 184 if ($breakpoint === "xs") { 187 return "row-cols-{$breakpoint}-$colsNumber"; 193 return $this->breakpoint; 240 if ($this->breakpoint !== null) { [all …]
|
| H A D | Horizontal.php | 61 $breakpoint = $conditionalValue->getBreakpoint(); 67 if ($breakpoint !== null) { 68 $class = "$classPrefix-$breakpoint-$valueWithoutBreakpoint";
|
| H A D | GridTag.php | 375 foreach ($maxLineDefaults as $breakpoint => $maxLineDefault) { 377 $maxLineDefaultsFiltered[$breakpoint] = $maxLineDefault; 411 $breakpoint = $conditionalLengthObject->getBreakpointOrDefault(); 413 $widthColClasses[$breakpoint] = $conditionalLengthObject->toColClass();
|
| H A D | FetcherRailBar.php | 156 $breakpoint = $this->getBreakPointConfiguration(); 157 $railBar = $this->toFixedLayout($railBarHtmlListItems, $breakpoint) 158 . $this->toOffCanvasLayout($railBarHtmlListItems, $breakpoint);
|
| H A D | RasterImageLink.php | 198 foreach (Breakpoint::getBreakpoints() as $breakpoint) { 201 $breakpointPixels = $breakpoint->getWidth();
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _breakpoints.scss | 1 @function breakpoint($breakpoint) { parameter 2 @if $breakpoint == $document-width { 5 @if $breakpoint == $tablet-device-width { 8 @if $breakpoint == $min-device-width {
|
| D | _fixed.scss | 1 @mixin fixed($removal-breakpoint) { 7 @if $removal-breakpoint != false { 8 @include respond($removal-breakpoint) {
|
| D | _responsivity.scss | 8 …@media only screen and (min-width: breakpoint($min-device-width)) and (max-width: breakpoint($tabl… 11 @media only screen and (max-width: breakpoint($tablet-device-width)) { @content; }
|
| /template/strap/syntax/ |
| H A D | menubar.php | 225 … $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE); 226 $tagAttributes->addClassName("navbar-expand-$breakpoint");
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.js | 33 this.breakpoint = Number($('script[gumby-breakpoint]').attr('gumby-breakpoint')) || 768; 64 if(this.touchDevice && $(window).width() < this.breakpoint) {
|
| D | gumby.min.js | 1 …breakpoint=Number(t("script[gumby-breakpoint]").attr("gumby-breakpoint"))||768,this.touchEventsLoa…
|
| /template/strap/resources/slot/ |
| H A D | page-header.md | 1 <menubar breakpoint="md" position="top">
|
| /template/typowiki/typowiki/scss/ |
| D | _variables.scss | 12 $small-breakpoint: 400px !default; 13 $large-breakpoint: 768px !default;
|
| D | _base.scss | 39 max-width: $large-breakpoint;
|
| /template/breeze/bower_components/gumby/sass/ |
| D | _base.scss | 39 // .fixed elements will be static at supplied breakpoint
|
| D | _grid.scss | 16 // breakpoint.
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
|
| H A D | bootstrap.rtl.min.css.map | 1 …breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
|
| /template/strap/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.16col.min.css.map | 1 …breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
|
| /template/readthedokus/ |
| H A D | README.md | 45 |CSS breakpoint for smart phones|Screen size less than this value will be treated as a smartphone.| 46 |CSS breakpoint for tablets|Screen size less than this value will be treated as a tablet. |
|
| /template/strap/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.16col.min.css.map | 1 …breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
|