Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 62) sorted by relevance

123

/template/strap/ComboStrap/TagAttribute/
H A DAlign.php73 $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 DTextAlign.php49 $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 DToggle.php80 $breakpoint = $conditionalValue->getBreakpointSize();
82 @media (min-width: {$breakpoint}px) {
/template/strap/ComboStrap/
H A DConditionalValue.php21 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 DConditionalLength.php43 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 DHorizontal.php61 $breakpoint = $conditionalValue->getBreakpoint();
67 if ($breakpoint !== null) {
68 $class = "$classPrefix-$breakpoint-$valueWithoutBreakpoint";
H A DGridTag.php375 foreach ($maxLineDefaults as $breakpoint => $maxLineDefault) {
377 $maxLineDefaultsFiltered[$breakpoint] = $maxLineDefault;
411 $breakpoint = $conditionalLengthObject->getBreakpointOrDefault();
413 $widthColClasses[$breakpoint] = $conditionalLengthObject->toColClass();
H A DFetcherRailBar.php156 $breakpoint = $this->getBreakPointConfiguration();
157 $railBar = $this->toFixedLayout($railBarHtmlListItems, $breakpoint)
158 . $this->toOffCanvasLayout($railBarHtmlListItems, $breakpoint);
H A DRasterImageLink.php198 foreach (Breakpoint::getBreakpoints() as $breakpoint) {
201 $breakpointPixels = $breakpoint->getWidth();
/template/breeze/bower_components/gumby/sass/functions/
D_breakpoints.scss1 @function breakpoint($breakpoint) { parameter
2 @if $breakpoint == $document-width {
5 @if $breakpoint == $tablet-device-width {
8 @if $breakpoint == $min-device-width {
D_fixed.scss1 @mixin fixed($removal-breakpoint) {
7 @if $removal-breakpoint != false {
8 @include respond($removal-breakpoint) {
D_responsivity.scss8 …@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 Dmenubar.php225 … $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE);
226 $tagAttributes->addClassName("navbar-expand-$breakpoint");
/template/breeze/bower_components/gumby/js/libs/
Dgumby.js33 this.breakpoint = Number($('script[gumby-breakpoint]').attr('gumby-breakpoint')) || 768;
64 if(this.touchDevice && $(window).width() < this.breakpoint) {
Dgumby.min.js1breakpoint=Number(t("script[gumby-breakpoint]").attr("gumby-breakpoint"))||768,this.touchEventsLoa…
/template/strap/resources/slot/
H A Dpage-header.md1 <menubar breakpoint="md" position="top">
/template/typowiki/typowiki/scss/
D_variables.scss12 $small-breakpoint: 400px !default;
13 $large-breakpoint: 768px !default;
D_base.scss39 max-width: $large-breakpoint;
/template/breeze/bower_components/gumby/sass/
D_base.scss39 // .fixed elements will be static at supplied breakpoint
D_grid.scss16 // breakpoint.
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
H A Dbootstrap.rtl.min.css.map1breakpoint: 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 Dbootstrap.16col.min.css.map1breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
/template/readthedokus/
H A DREADME.md45 |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 Dbootstrap.16col.min.css.map1breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…

123