Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Spacing is an important, and often underestimated, part of the visual design within Inspire. The Spacing serves to make all distances within the modules look the same. The different spacings allow for flexible arrangement within the system.

The Spacing are divided into two spacing usecases and other spacing.
1. The "Spacing" can be used horizontally and vertically. It refers to padding, margin , but also to distances and space between the elements.
2. The "Layout Spacing" can also be used horizontally and vertically. It is used as a design element to create hierarchies with spacing, to create focus and to give the overall design a sense of calm. Within the "spacing scale".White Scale" no data may be visualized.



ScaleUsecase
Spacing Use the spacing scale when building individual components. It includes small increments needed to create appropriate spatial relationships for detail-level designs.
Layout SpacingUse the White Spacing when building the interface. Empty space — also known as white space — is important in design. It can be used to break up sections on a page or to help create focus on certain element(s). White space helps with information processing; too much dense information can be disorienting or overwhelming for a user.



ScaleUsecase
CenterThe nessted asset is horizontally or vertically or both aligned in the element.
GutterThe asset or element is align to the gutter and not to the columns.



Spacing and White Spacing

Our spacing rules are based on those of Bootstrap 4, but for more flexibility, clarity and clean code we have modified them. To make a clear separation between spacing and white spacing, we also added a separate rule for white spacing.

Spacing utilities without a breakpoint abbreviation (e.g. mx-1) will apply to all breakpoints. When you supply a breakpoint abbreviation to the spacing utility, that spacing will be applied from that breakpoint upward, e.g.: "mt-md-3" will apply a margin top of 0.5 rem (in our table 3 equals 0.5 rem) starting from the breakpoint "sm" towards "xxl"

Padding & margin spacing

Spacing Scale

Info
titleImportent
Ron, Please check if we need all this Spacer!!! code must be short and clean

.






Where property is one of:
m -for classes that set margin
p -for classes that set padding
Where sides is one of:
t -for classes that set margin-top or padding-top
b -for classes that set margin-bottom or padding-bottom
l -for classes that set margin-left or padding-left
r -for classes that set margin-right or padding-right
x - for classes that set both *-left and *-right
y -for classes that set both *-top and *-bottom
blank -for classes that set a margin or padding on all 4 sides of the element
Where size is one of:



Spacingrempx
$spacer * 000
$spacer * 10.1252
$spacer * 20.254
$spacer * 30.
3756$spacer * 40.
58
$spacer *
5
40.7512
$spacer *
6
5116
$spacer *
7
61.
375
25
22
20
$spacer *
8
71.524
$spacer * 8232



Layout Spacingrempx
$ws * 1348
$ws * 2464
$ws * 3580
$ws * 4696
$ws * 57112
$ws * 68128



Spacing and Layout Spacing Example

91.62526$spacer * 10232$spacer * 112.540$spacer * 12348$spacer * 13464

Padding & margin best practice
Here are some representative examples of these classes:

Image Removed

<div class="dialog-container p-7">...</div>


Image Added

Spacing of a Dialog inside a Dashboard

Image Added

Spacing of a DSFM cockpit





Center Spacing 
Additionally, Inspire also includes an center class for centering fixed-width block level content—that is, content that has display: block and a width set by setting the horizontal margins to auto.


Image Added
The headline atom is vertically aligned in the molecule


Image Added

The dialog is vertically and horizontally aligned in the dashboard


Gutter 
With this command all elements will aligned to the Gutter.  This command is used exclusively for free-standing atoms, such as overlines and headlines, contentswitch or icons, but also molecules that consist of two or more atoms. Boardlets or Cards must never be aligned to the Gutter.


Image Added

The Cardheader Molecule is aligned to the gutter.



Creating relationships (Copycat from IBM - Texter needed)

Elements in a design that are near each other are seen as being meaningfully related. As more space is added between elements, their perceived relationship weakens.

Patterns created through spacing can also create relationships. Elements arranged in the same spacing pattern are seen as related pieces that have equal weight.

Space can also be used to denote groups of associated information. This creates content sections on a page without having to use lines or other graphical elements as a divider.






Designing with space (Copycat from IBM - Texter needed)

Every part of a UI should be intentional including the empty space between elements. The amount of space between items creates relationships and hierarchy.


Using White Spacing with the grid (Copycat from IBM - Texter needed)

The Inspire grid is the encouraged way to horizontally space UI elements. The White Spacing is most commonly used for vertical spacing, but it can also be applied for horizontal spacing when appropriate, especially in the case of fixed spacing.

Other Spacing 
There are a few other methods that can be used for spacing elements. Each has its own unique use case. Here are some representative examples of these classes.

.mx-autofor horizontally centering fixed-width block level content