Deprecated: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 2060

Deprecated: Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 2071

Deprecated: Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 2083

Deprecated: Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 2098

Deprecated: Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 2007

Deprecated: Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 1986

Deprecated: Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/webroot/ROOT/vendor/illuminate/support/Collection.php on line 1955
Helsingborg Styleguide - Version 2.0

Position

Summary

Sets the position of an element.

Classes

Format: u-position--type

This utlitiy is responsive and can be used like class="u-position--type@md"

Modifiers Description Values
type Selects what type of position to apply to element static, relative, absolute, fixed, sticky

Fixed

Summary

Position an element fixed to a side of the view.

Classes

Format: u-fixed--side

This utlitiy is responsive and can be used like class="u-fixed--side@md"

Modifiers Description Values
side Sets element fixed to a specified side top, top-left, top-right, bottom, bottom-left, bottom-right, left, right

Absolute

Summary

Position an element absolute to a side of the ancestor stacking context.

Classes

Format: u-absolute--side

This utlitiy is responsive and can be used like class="u-absolute--side@md"

Modifiers Description Values
side Sets element absolutely positioned to a specified side top-left, top, top-right, roght, bottom-right, bottom, bottom-left, left

Sticky

Summary

Positions element on the side of the view but only after user has scrolled past the element.

Classes

Format: u-sticky--side

This utlitiy is responsive and can be used like class="u-sticky--side@md"

Modifiers Description Values
side Stickies the element to the specified side. top