Introduction

This page shows a list of components, styles and other design elements that are used in the EUAA website. Please click on the side navigation to view the individual sections.

 
 
Identity

Colour Scheme

Primary Colours

The official EUAA colours are blue and yellow as highlighted here.

#24234C
#FCC402
 

Secondary Colours

These colours are used for highlights. The blue colour #1071D8 is mainly used for clickable items and links.

#1071D8
#8A1F59
#EA506E
#00ABBD
 

Background Colours

These colours are mainly used for backgrounds. The main website background colour is white.

#FFFFFF
#F2F4F5
#E5F2FF
Typography

Typeface

Open Sans is the official typeface used for the EUAA website. Open Sans is versatile and has easy legibility characteristics.

font-family: Open Sans, sans-serif;

Default website font size is 16px


Blockquote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis.
<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis.</blockquote>

Bulleted List

Normal List

  • Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.
  • Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.
  • Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.
<ul class="euaa-bullet-list">
    <li>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</li>
    <li>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</li>
    <li>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</li>
</ul>
 

Normal List with Title

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

<ul class="euaa-bullet-list">
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
</ul>
 

List with outline

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

  • Title here

    Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.

<ul class="euaa-bullet-list-outline">
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
    <li>
        <h3>Title here</h3>
        <p>Lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet.</p>
    </li>
</ul>

Discreet Text

This is some discreet text in a div
This is some discreet text in a span

This is some discreet text in a p tag

<div class="euaa-discreet-text">This is some discreet text in a div</div>
<span class="euaa-discreet-text">This is some discreet text in a span</span>
<p class="euaa-discreet-text">This is some discreet text in a p tag</p>

Facts and Figures

The facts and figures panels can be either the light blue panel or else the outline panel as seen in the panel list section

3 Column Setup

Fact 1

This is some text related to fact 1

Fact 2

This is some text related to fact 2

Fact 3

This is some text related to fact 3
<div class="row">
    <div class="col-lg-4">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>Fact 1</h3>
            This is some text related to fact 1
        </div>
    </div>
    <div class="col-lg-4">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>Fact 2</h3>
            This is some text related to fact 2
        </div>
    </div>
    <div class="col-lg-4">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>Fact 3</h3>
            This is some text related to fact 3
        </div>
    </div>
</div>
 

4 Column Setup

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel
<div class="row">
    <div class="col-lg-3">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
    <div class="col-lg-3">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
    <div class="col-lg-3">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
    <div class="col-lg-3">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
</div>
 

Window Pane Setup

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel

This is a title

This is some text that sits in a light blue panel
<div class="row">
    <div class="col-lg-6">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
    <div class="col-lg-6">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
</div>
<div class="row">
    <div class="col-lg-6">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
    <div class="col-lg-6">
        <div class="euaa-panel euaa-panel--light-blue">
            <h3>This is a title</h3>
            This is some text that sits in a light blue panel
        </div>
    </div>
</div>

Figure/Image and Caption

Figure and Caption

Image Title

Photo Credits and source
<figure>
    <h4>Image Title</h4>
    <img src="images/sr-1.png" />
    <figcaption>Photo Credits and source</figcaption>
</figure>
 

Figure with Border and Caption

This is to be used when the image or figure needs an outline.

Figure Title

Figure 1: A figure
<figure class="figure-border">
    <h4>Figure Title</h4>
    <img src="images/eps-visual overview.png" />
    <figcaption>Figure 1: A figure</figcaption>
</figure>

Footer Box

<div class="euaa-footer-box">
    <div class="container">
        <h3>Footer Box</h3>
        Background information and related list of items can be added here.
    </div>
</div>

Footnotes and References

Notes

[1] EASO EPS data are preliminary and might differ from validated official statistics submitted to Eurostat at a later stage. Eurostat data are used in the annual EASO Asylum Report. The total EPS numbers include approximations for three EU+ countries and may change after data updates.

[2] For three EU+ countries, data on decisions in July were not available and the comparison with applications was adapted.

[3] For three EU+ countries, June or May values were used as July data were not available.

[4] This refers to the recognition rate for EU-regulated types of protection (refugee status and subsidiary protection) at first instance.

<div class="euaa-footnote">
    <h4>Notes</h4>
    <p>[1] EASO EPS data are preliminary and might differ from validated official statistics submitted to 
    Eurostat at a later stage. Eurostat data are used in the annual EASO Asylum Report. The total EPS numbers 
    include approximations for three EU+ countries and may change after data updates.</p>
    <p>[2] For three EU+ countries, data on decisions in July were not available and the comparison with 
    applications was adapted.</p>
    <p>[3] For three EU+ countries, June or May values were used as July data were not available.</p>
    <p>[4] This refers to the recognition rate for EU-regulated types of protection (refugee status and 
    subsidiary protection) at first instance.</p>
</div>

Headings

Most of the headers used for titles are h2. There is the dark text version and white text version which is used for titles in the blue header area.

Header 1

Header 2 Dark

Header 2 Light

Header 3

Header 4

Header 5
Header 6
<h1>Header 1</h1>
<h2>Header 2 Dark</h2>
<div class="euaa-first-level-page-header">
    <div class="container">
        <h2>Header 2 Light</h2>
    </div>
</div>
<h3>Header 3</h3>
<h4>Header 4</h4>
<h5>Header 5</h5>
<h6>Header 6</h6>

Paragraphs

Introductory Paragraph

This type of paragraph is used for introductions, it is generally the first paragraph of each web page. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis. Morbi tortor eros, iaculis id odio at, imperdiet dapibus tortor. Pellentesque a felis at lacus malesuada ornare. Donec et cursus urna. Nulla feugiat erat at sem tempor, sodales ultricies nibh ullamcorper. Pellentesque scelerisque vitae orci vel accumsan. Cras egestas commodo purus, bibendum tempor libero tristique fringilla. Nullam nec justo aliquam, pharetra nibh vitae, laoreet odio. Vestibulum tempor dui vel tellus iaculis varius.

<p class="euaa-intro-text">
    This type of paragraph is used for introductions, it is generally the first paragraph of each web page.
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis.
    Morbi tortor eros, iaculis id odio at, imperdiet dapibus tortor. Pellentesque a felis at lacus malesuada
    ornare. Donec et cursus urna. Nulla feugiat erat at sem tempor, sodales ultricies nibh ullamcorper.
    Pellentesque scelerisque vitae orci vel accumsan. Cras egestas commodo purus, bibendum tempor libero
    tristique fringilla. Nullam nec justo aliquam, pharetra nibh vitae, laoreet odio. 
    Vestibulum tempor dui vel tellus iaculis varius.
</p>
 

Normal Paragraph

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis. Morbi tortor eros, iaculis id odio at, imperdiet dapibus tortor. Pellentesque a felis at lacus malesuada ornare. Donec et cursus urna. Nulla feugiat erat at sem tempor, sodales ultricies nibh ullamcorper. Pellentesque scelerisque vitae orci vel accumsan. Cras egestas commodo purus, bibendum tempor libero tristique fringilla. Nullam nec justo aliquam, pharetra nibh vitae, laoreet odio. Vestibulum tempor dui vel tellus iaculis varius. This is some bold text inside a normal paragraph.

<p>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis.
    Morbi tortor eros, iaculis id odio at, imperdiet dapibus tortor. Pellentesque a felis at lacus malesuada
    ornare. Donec et cursus urna. Nulla feugiat erat at sem tempor, sodales ultricies nibh ullamcorper.
    Pellentesque scelerisque vitae orci vel accumsan. Cras egestas commodo purus, bibendum tempor libero
    tristique fringilla. Nullam nec justo aliquam, pharetra nibh vitae, laoreet odio. Vestibulum tempor 
    dui vel tellus iaculis varius. This is some <strong>bold text</strong> inside a normal paragraph.
</p>

Testimonial Box

This is some text here written by someone. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue vitae quam eu mattis.

Name of Person Job Description
<div class="euaa-testimonial-box">
    <p>This is some text here written by someone. Lorem ipsum dolor sit amet, 
    consectetur adipiscing elit. Donec congue vitae quam eu mattis.</p>
    <span>Name of Person</span>
    <span>Job Description</span>
</div>
Components
 

Accordions

Open all panels

This is an accordion panel
This is an accordion panel
 
<div class="euaa-accordion">
    <div class="euaa-accordion-panel">
        <input class="euaa-accordion-panel__selector" type="checkbox" id="chck1">
        <label class="euaa-accordion-panel__label" for="chck1">Panel 1</label>
        <div class="euaa-accordion-panel__content">This is an accordion panel</div>
    </div>
    <div class="euaa-accordion-panel">
        <input class="euaa-accordion-panel__selector" type="checkbox" id="chck2">
        <label class="euaa-accordion-panel__label" for="chck2">Panel 2</label>
        <div class="euaa-accordion-panel__content">This is an accordion panel</div>
    </div>
</div>
 

Open one panel and close the other panels.

This is an accordion panel
This is an accordion panel
 
<div class="euaa-accordion">
    <div class="euaa-accordion-panel">
        <input class="euaa-accordion-panel__selector" type="radio" id="rac1" name="acc">
        <label class="euaa-accordion-panel__label" for="rac1">Panel 1</label>
        <div class="euaa-accordion-panel__content">This is an accordion panel</div>
    </div>
    <div class="euaa-accordion-panel">
        <input class="euaa-accordion-panel__selector" type="radio" id="rac2" name="acc">
        <label class="euaa-accordion-panel__label" for="rac2">Panel 2</label>
        <div class="euaa-accordion-panel__content">This is an accordion panel</div>
    </div>
</div>

Badges

Use either a span or a div for a badge.

Primary Badge
Secondary Badge
Highlight Badge
Purple Badge
Pink Badge
Teal Badge
Red Badge
Success Badge
Outline Badge
 
<div class="euaa-badge euaa-badge--primary">Primary Badge</div>
<div class="euaa-badge euaa-badge--secondary">Secondary Badge</div>
<div class="euaa-badge euaa-badge--highlight">Highlight Badge</div>
<div class="euaa-badge euaa-badge--purple">Purple Badge</div>
<div class="euaa-badge euaa-badge--pink">Pink Badge</div>
<div class="euaa-badge euaa-badge--teal">Teal Badge</div>
<div class="euaa-badge euaa-badge--error">Red Badge</div>
<div class="euaa-badge euaa-badge--success">Success Badge</div>
<div class="euaa-badge euaa-badge--outline">Outline Badge</div>
 

Other Usage examples

The blue highlight badge can be used for updated items, wherease the green badge should be used for success and positive messages. As can be seen fontawesome icons can be added to the text inside the badge. For more fontawesome icons click here.

Recently Updated Updated Updated on [date]  New
 
<span class="euaa-badge euaa-badge--highlight">Recently Updated</span>
<span class="euaa-badge euaa-badge--highlight">Updated</span>
<span class="euaa-badge euaa-badge--highlight">Updated on [date]</span>
<span class="euaa-badge euaa-badge--success">
    <i class="fas fa-check"></i> New
</span>


Buttons

Normal Size

     
<button class="euaa-btn euaa-btn--primary">Learn More</button>
<button class="euaa-btn euaa-btn--secondary">Learn More</button>
<button class="euaa-btn euaa-btn--ghost">Learn More</button>
 

Small Size

     
<button class="euaa-btn euaa-btn--primary euaa-btn--small">Learn More</button>
<button class="euaa-btn euaa-btn--secondary euaa-btn--small">Learn More</button>
<button class="euaa-btn euaa-btn--ghost euaa-btn--small">Learn More</button>
 

Large Size

     
<button class="euaa-btn euaa-btn--primary euaa-btn--large">Learn More</button>
<button class="euaa-btn euaa-btn--secondary euaa-btn--large">Learn More</button>
<button class="euaa-btn euaa-btn--ghost euaa-btn--large">Learn More</button>

Checkboxes

Default Checkbox

<div>
    <label class="euaa-chkbox">
        <input type="checkbox" checked="checked">
        <span class="euaa-chkbox__checkmark"></span>One
    </label>
</div>
<div>
    <label class="euaa-chkbox">
        <input type="checkbox" checked="checked">
        <span class="euaa-chkbox__checkmark"></span>Two
    </label>
</div>
 

Disabled Checkbox

<div>
     <label class="euaa-chkbox euaa-chkbox--disabled">
         <input type="checkbox" checked="checked" disabled>
         <span class="euaa-chkbox__checkmark"></span>
         Checked Disabled
     </label>
 </div>
 <div>
     <label class="euaa-chkbox euaa-chkbox--disabled">
         <input type="checkbox" disabled>
         <span class="euaa-chkbox__checkmark"<>/span>
         Disabled
     </label>
 </div>

Event Banner

This event banner is to be used mainly in the home page, and is used only for specific events.

Icon here

Title Here

More content can be added here
<div class="euaa-event-banner">
    <div class="container">
        <div class="euaa-event-banner--container">
            <div class="euaa-event-banner--left">
                <div class="euaa-event-banner--icon">Icon here</div>
                <div class="euaa-event-banner--title">
                    <h4>Title Here</h4>
                </div>
                <div>
                    <a class="euaa-btn euaa-btn--sml euaa-btn--ghost" href="#">Read more</a>
                </div>
            </div>
            <div class="euaa-event-banner--right">
                <div class="euaa-event-banner--right-img"></div>
                <div class="euaa-event-banner--right-number">
                    <div class="euaa-event-banner--right-number-box">More content can be added here</div>
                </div>
            </div>
        </div>
    </div>
</div>

Form Elements

Text Field

<input class="euaa-form-element" type="text" value="text" />
 

Text Field Disabled

<input class="euaa-form-element" type="text" value="text" disabled />
 

Text Field Invalid

<input class="euaa-form-element euaa-form-element--error" type="text" value="text" />
 

Text Field Password

<input class="euaa-form-element" type="password" value="text" />
 

Textarea

<textarea class="euaa-form-element">This is a text area</textarea>
 

Textarea Disabled

<textarea class="euaa-form-element" disabled>This is a text area</textarea>
 

Select

<select class="euaa-form-element">
    <option>Select from list</option>
    <option>Option 1</option>
    <option>Option 2</option>
    <option>Option 3</option>
</select>

Message Boxes

Info Message Box

This is an Info message box
<div class="euaa-message-box euaa-message-box--info u-mar-b-m">
    <i class="fas fa-info-circle"></i>
    This is an Info message box
</div>
 

Success Message Box

This is a Success message box
<div class="euaa-message-box euaa-message-box--success u-mar-b-m">
    <i class="fas fa-check-circle"></i>
    This is a Success message box
</div>
 

Alert Message Box

This is an Alert message box
<div class="euaa-message-box euaa-message-box--alert u-mar-b-m">
    <i class="fas fa-exclamation-triangle"></i>
    This is an Alert message box
</div>
 

Error Message Box

This is an Error message box
<div class="euaa-message-box euaa-message-box--error u-mar-b-m">
    <i class="fas fa-times-circle"></i>
    This is an Error message box
</div>
 

Outline Message Box

This is an Outline message box
<div class="euaa-message-box euaa-message-box--outline">
     This is an Outline message box
 </div>

Page Headers

These headers stretch the full width of the page.

First Level Page Header

Title 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor turpis at nulla tristique congue. Proin ipsum libero, imperdiet a tincidunt at, efficitur sed dolor.

<div class="euaa-first-level-page-header">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-lg-8">
                <ul class="euaa-breadcrumb">
                    <li class="euaa-breadcrumb__item"><a href="index.html">Home</a></li>
                    <li class="euaa-breadcrumb__item euaa-breadcrumb__item--current">Title 1</li>
                </ul>
                <h2>Title 1</h2>
                <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor turpis at nulla tristique congue.
                Proin ipsum libero, imperdiet a tincidunt at, efficitur sed dolor.
                </p>
            </div>
            <div class="col-md-4 col-lg-4">
                <div class="euaa-first-level-page-header__right">
                    <button class="euaa-btn euaa-btn--primary euaa-btn--large">Call to Action Button</button>
                </div>
            </div>
        </div>
    </div>
 </div>
 

Second Level Page Header

Title 2

<div class="euaa-second-level-page-header">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-lg-8">
                <ul class="euaa-breadcrumb">
                    <li class="euaa-breadcrumb__item"><a href="index.html">Home</a></li>
                    <li class="euaa-breadcrumb__item"><a href="#">Title 1</a></li>
                    <li class="euaa-breadcrumb__item euaa-breadcrumb__item--current">Title 2</li>
                </ul>
                <h2>Title 2</h2>
            </div>
            <div class="col-md-4 col-lg-4">
                <div class="euaa-second-level-page-header__right">
                    <button class="euaa-btn euaa-btn--primary">Call to Action Button</button>
                </div>
            </div>
        </div>
    </div>
</div>

Panels

Outline Panels

These can be used full width as seen here or combined with other elements on the same horizontal axis.

This is a title

This is a panel with a title, some text a link and a button.
 
<div class="euaa-panel euaa-panel--outline">
    <h3>This is a title</h3>
    This is a panel with a title, some text a <a href="#">link</a> and a button.
    <div> </div>
    <button class="euaa-btn euaa-btn--ghost">Button</button>
</div>
 

Panel with list of items

This is a panel with a list of items.
  • Item 1
  • Item 2
  • Item 3
<div class="euaa-panel euaa-panel--outline">
    <h3>Panel with list of items</h3>
    This is a panel with a list of items.
    <ul class="euaa-bullet-list">
        <li>Item 1</li>
        <li>Item 2</li>
        <li>Item 3</li>
    </ul>
</div>
 

This is a title

This is a panel with a title and some text.

<div class="euaa-panel euaa-panel--outline euaa-panel--icon">
    <div><i class="fas fa-user"></i></div>
    <div>
        <h3>This is a title</h3>
        <p>This is a panel with a title and some text.</p>
    </div>
</div>
 

Light Blue Panels

These can be used full width or combined with other elements on the same line.

This is a title

This is a panel with a title, some text, a link and a button.
 
<div class="euaa-panel euaa-panel--light-blue">
    <h3>This is a title</h3>
    This is a panel with a title, some text a <a href="#">link</a> and a button.
    <div> </div>
    <button class="euaa-btn euaa-btn--ghost">Button</button>
</div>
 

Panel with list of items

This is a panel with a list of items.
  • Item 1
  • Item 2
  • Item 3
<div class="euaa-panel euaa-panel--light-blue">
    <h3>Panel with list of items</h3>
    This is a panel with a list of items.
    <ul class="euaa-bullet-list">
        <li>Item 1</li>
        <li>Item 2</li>
        <li>Item 3</li>
    </ul>
</div>
 

This is a title

This is a panel with a title and some text.
<div class="euaa-panel euaa-panel--light-blue euaa-panel--icon">
    <div><i class="fas fa-user"></i></div>
    <div>
        <h3>This is a title</h3>
        This is a panel with a title and some text.
    </div>
</div>
 
 

Grey Panels

These can be used full width or combined with other elements on the same line.

This is a title

This is a panel with a title, some text, a link and a button.
 
<div class="euaa-panel euaa-panel--light-grey">
    <h3>This is a title</h3>
    This is a panel with a title, some text a <a href="#">link</a> and a button.
    <div> </div>
    <button class="euaa-btn euaa-btn--ghost">Button</button>
</div>
 

Panel with list of items

This is a panel with a list of items.
  • Item 1
  • Item 2
  • Item 3
<div class="euaa-panel euaa-panel--light-grey">
    <h3>Panel with list of items</h3>
    This is a panel with a list of items.
    <ul class="euaa-bullet-list">
        <li>Item 1</li>
        <li>Item 2</li>
        <li>Item 3</li>
    </ul>
</div>
 

This is a title

This is a panel with a title and some text.
<div class="euaa-panel euaa-panel--light-grey euaa-panel--icon">
    <div><i class="fas fa-user"></i></div>
    <div>
        <h3>This is a title</h3>
        This is a panel with a title and some text.
    </div>
</div>
 

Dark Blue Panels

Use this in conjunction with other elements on the same line.

This is a title

This is a panel with a title and some text and a link.

This is a title

This is a panel with a title and some text.
123
Some text here
<div class="euaa-panel euaa-panel--primary">
    <h3>This is a title</h3>
    This is a panel with a title and some text and a <a href="#">link</a>.
</div>
<div class="euaa-panel euaa-panel--primary euaa-panel--icon">
    <div><i class="fas fa-user"></i></div>
    <div>
        <h3>This is a title</h3>
        This is a panel with a title and some text.
    </div>
</div>
<div class="euaa-panel euaa-panel--primary euaa-panel--big-number">
    123
    <div class="euaa-panel--small-text">Some text here</div>
</div>
 

Dark Blue Panels - Square

123
some text here

This is a title

This is a panel with a title and some text.
<div class="euaa-panel-square euaa-panel--primary euaa-panel--big-number">
    <div class="euaa-panel-square__box">
        123
        <div class="euaa-panel--small-text">some text here</div>
    </div>
</div>
<div class="euaa-panel-square euaa-panel--primary euaa-panel--icon">
    <div class="euaa-panel-square__box">
        <i class="fas fa-user"></i>
        <div>
            <h3>This is a title</h3>
            This is a panel with a title and some text.
        </div>
    </div>
</div>
 

Yellow Panels

Use these panels in conjunction with other elements on the same line.

This is a title

This is a panel with a title and some text and a link.

This is a title

This is a panel with a title and some text.
123
Some text here
<div class="euaa-panel euaa-panel--yellow">
    <h3>This is a title</h3>
    This is a panel with a title and some text and a link.
</div>
<div class="euaa-panel euaa-panel--yellow euaa-panel--icon">
    <div><i class="fas fa-user"></i></div>
    <div>
        <h3>This is a title</h3>
        This is a panel with a title and some text.
    </div>
</div>
<div class="euaa-panel euaa-panel--yellow euaa-panel--big-number">
    123
    <div class="euaa-panel--small-text">Some text here</div>
</div>
 

Yellow Panels - Square

123
some text here

This is a title

This is a panel with a title and some text.
 
<div class="euaa-panel-square euaa-panel--yellow euaa-panel--big-number">
    <div class="euaa-panel-square__box">
        123
        <div class="euaa-panel--small-text">some text here</div>
    </div>
</div>
<div class="euaa-panel-square euaa-panel--yellow euaa-panel--icon">
    <div class="euaa-panel-square__box">
        <i class="fas fa-user"></i>
        <div>
            <h3>This is a title</h3>
            This is a panel with a title and some text.
        </div>
    </div>
</div>

Radio buttons

Default Radiobuttons

<div>
    <label class="euaa-radiobutton">
        <input type="radio" checked="checked" name="radio">
        <span class="euaa-radiobutton__circle"></span>
        One
    </label>
</div>
<div>
    <label class="euaa-radiobutton">
        <input type="radio" name="radio">
        <span class="euaa-radiobutton__circle"></span>
        Two
    </label>
</div>
 

Disabled Radiobuttons

<div>
    <label class="euaa-radiobutton euaa-radiobutton--disabled">
        <input type="radio" name="radio-1" checked="checked" disabled>
        <span class="euaa-radiobutton__circle"></span>
        Checked Disabled
    </label>
</div>
<div>
    <label class="euaa-radiobutton euaa-radiobutton--disabled">
        <input type="radio" name="radio-1" disabled>
        <span class="euaa-radiobutton__circle"></span>
        Disabled
     </label>
 </div>

Read More

This only uses CSS

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Libero fuga facilis vel consectetur quos sapiente deleniti eveniet dolores tempore eos deserunt officia quis ab? Excepturi vero tempore minus beatae voluptatem! Libero fuga facilis vel consectetur quos sapiente deleniti eveniet dolores tempore eos deserunt officia quis ab? Excepturi vero tempore minus beatae voluptatem!

<div id="expand-collapse-area">
    <div>
        <input type="checkbox" class="euaa-read-more__state" id="paragraph-more" />
        <p class="euaa-read-more__wrap">
            Lorem ipsum dolor sit amet, consectetur adipisicing elit.
            <span class="euaa-read-more__target">
                Libero fuga facilis vel consectetur quos sapiente deleniti eveniet dolores tempore eos deserunt 
                officia quis ab? Excepturi vero tempore minus beatae voluptatem!
                <span>Libero fuga facilis vel consectetur quos sapiente deleniti eveniet dolores tempore eos 
                deserunt officia quis ab? Excepturi vero tempore minus beatae voluptatem!</span>
            </span>
            <label for="paragraph-more" class="euaa-read-more__trigger"></label>
        </p>
    </div>
</div>

Social Media

<ul class="euaa-social-media__share">
    <li>Share:</li>
    <li><a href="#"><i class="fab fa-facebook-f" aria-hidden="true"></i></a></li>
    <li><a href="#"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
    <li><a href="#"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
    <li><a href="#"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a></li>
    <li><a href="#"><i class="fas fa-envelope" aria-hidden="true"></i></a></li>
</ul>

Tabs

This is the first tab content area.
This is the second tab content area.
<div class="euaa-second-level-page-content__tabs">
    <!-- Tabs Section - START -->
    <ul id="myTab2" role="tablist" class="nav nav-tabs euaa-tabs">
        <li class="nav-item">
            <a id="home2-tab" data-toggle="tab" href="#home2" role="tab" aria-controls="home2" 
            aria-selected="true" class="nav-link active">Tab 1</a>
        </li>
        <li class="nav-item">
            <a id="profile2-tab" data-toggle="tab" href="#profile2" role="tab" aria-controls="profile2" 
            aria-selected="false" class="nav-link">Tab 2</a>
        </li>
    </ul>
    <!-- Tabs Section - END -->
    <!-- Tab Content - START -->
    <div id="myTab2Content" class="euaa-tab-content tab-content">
        <div id="home2" role="tabpanel" aria-labelledby="home-tab" class="tab-pane fade show active">
            This is the first tab content area.
        </div>
        <div id="profile2" role="tabpanel" aria-labelledby="profile-tab" class="tab-pane fade">
            This is the second tab content area.
        </div>
    </div>
    <!-- Tab Content - END -->
</div>

Tables

Filter Section

Filter Section

Year
Language
Type
Topic
 
Keywords
Title
 
 
<div class="euaa-filter-area">
    <h3>Filter Section</h3>
    <div class="row">
        <div class="col-lg-3">Year
            <input class="euaa-form-element" type="text" />
        </div>
        <div class="col-lg-3">Language
            <input class="euaa-form-element" type="text" />
        </div>
        <div class="col-lg-3">Type
            <input class="euaa-form-element" type="text" value="type" />
        </div>
        <div class="col-lg-3">Topic
            <select class="euaa-form-element" type="text">
                <option>Option 1</option>
                <option>Option 2</option>
                <option>Option 3</option>
            </select>
        </div>
    </div>
    <div></div>
    <div class="row">
        <div class="col-lg-6">Keywords
            <input class="euaa-form-element euaa-form-element--full-width" type="text" />
        </div>
        <div class="col-lg-6">Title
            <input class="euaa-form-element euaa-form-element--full-width" type="text" />
        </div>
    </div>
    <div> </div>
    <button type="button" class="euaa-btn euaa-btn--secondary">Cancel</button> 
    <button type="button" class="euaa-btn euaa-btn--primary">Filter</button>
</div>

Normal Table

Header 1 Header 2 Header 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
<table class="euaa-responsive-table">
    <thead>
        <tr>
            <th>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </th>
            <th>Header 1</th>
            <th>Header 2</th>
            <th>Header 3</th>
            <th>Badge</th>
            <th>Actions</th>
        </tr>
    </thead>
    <tbody>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <span><a href="#">Actions</a></span>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
    </tbody>
</table>
 

Alternating Rows Table

Header 1 Header 2 Language Badge Actions
Cell 1 Cell 2 Badge Actions
Cell 1 Cell 2 Badge Actions
Cell 1 Cell 2 Badge Actions
Cell 1 Cell 2 Badge Actions
<table class="euaa-responsive-table euaa-responsive-table--alternating">
    <thead>
        <tr>
            <th>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </th>
            <th>Header 1</th>
            <th>Header 2</th>
            <th>Language</th>
            <th>Badge</th>
            <th>Actions</th>
        </tr>
    </thead>
    <tbody>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini mr-2">EN</button>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini">MT</button>
            </td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini mr-2">EN</button>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini">MT</button>
            </td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini mr-2">EN</button>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini">MT</button>
            </td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr class="euaa-responsive-table__row--bg-animation">
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini mr-2">EN</button>
                <button class="euaa-btn euaa-btn--ghost euaa-btn--mini">MT</button>
            </td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
     </tbody>
</table>
 

Dark Header Table

Header 1 Header 2 Header 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
Cell 1 Cell 2 Cell 3 Badge Actions
<table class="euaa-responsive-table euaa-responsive-table--dark-title">
    <thead>
        <tr>
            <th>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </th>
            <th>Header 1</th>
            <th>Header 2</th>
            <th>Header 3</th>
            <th>Badge</th>
            <th>Actions</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr>
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr>
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
        <tr>
            <td>
                <span>
                    <label class="euaa-chkbox">
                        <input type="checkbox">
                        <span class="euaa-chkbox__checkmark"></span>
                    </label>
                </span>
            </td>
            <td>Cell 1</td>
            <td>Cell 2</td>
            <td>Cell 3</td>
            <td>
                <span class="euaa-badge euaa-badge--primary">Badge</span>
            </td>
            <td>
                <a href="#">Actions</a>
            </td>
        </tr>
    </tbody>
</table>
 
Icons

Icons - Content

These are icons that can be found in the media gallery and can be included when adding content in the website.

The following show the various options available

image not found
icn-about-training.png
image not found
icn-about-training-blue.png
image not found
icn-about-training-yellow.png
image not found
icn-about-training-dark-blue.png
image not found
icn-sml-about-training.png
image not found
icn-sml-about-training-blue.png
image not found
icn-sml-about-training-yellow.png
image not found
icn-sml-about-training-dark-blue.png

There are 2 sizes available: 90px by 90px and 48px by 48px

  • all icons with size 90x90 start with the icn- prefix
  • all icons with size 48x48 start with the icn-sml- prefix
  • all blue icons have the -blue suffix
  • all yellow icons have the -yellow suffix
  • all dark blue icons have the -dark-blue suffix
 

This shows a list of all the available icons

image not found
about-training
image not found
adhoc
image not found
aip
image not found
analysis
image not found
analytical-briefs
image not found
approach
image not found
asylum-processes
image not found
asylum-processes-network
image not found
audio-visual
image not found
calendar
image not found
chart
image not found
coi
image not found
contact
image not found
countries
image not found
country-intelligence
image not found
court
image not found
dublin-analysis
image not found
dublin-procedure
image not found
employment
image not found
eps-network
image not found
exclusion-network
image not found
faq
image not found
interim
image not found
legal
image not found
management
image not found
methodology
image not found
newsletter
image not found
office-location
image not found
operational-assistance
image not found
operational-briefs
image not found
other
image not found
policy
image not found
press-release
image not found
pvlmm-reports
image not found
reception
image not found
reception-network
image not found
report
image not found
resettlement
image not found
sar
image not found
secondary-movements
image not found
social-media
image not found
special-report
image not found
time
image not found
traineeship
image not found
training-activities
image not found
training-tools
image not found
trend-analysis
image not found
updates
image not found
vacancies
image not found
vulnerability
image not found
weekly-overview
image not found
what-we-do
image not found
who-we-are

Icons - Fontawesome

In the content editing section, you can select Fontawesome icons. These can be found by clicking on the flag icon . You can then select the icon that you want to use by typing the name of the icon in the 'Icon Name' field.

 

This shows a list of some of the available icons that can be selected

fa-angle-down
fa-angle-up
fa-angle-left
fa-angle-right
fa-archive
fa-award
fa-ban
fa-book
fa-book-reader
fa-briefcase
fa-briefcase-medical
fa-bullhorn
fa-camera
fa-chart-bar
fa-check
fa-child
fa-cog
fa-desktop
fa-download
fa-globe
fa-hand-holding
fa-heartbeat
fa-home
fa-info
fa-laptop
fa-list
fa-lock
fa-map-marker-alt
fa-mobile-alt
fa-music
fa-pencil-alt
fa-phone
fa-plane
fa-plus
fa-play
fa-print
fa-question
fa-random
fa-redo-alt
fa-ribbon
fa-search
fa-server
fa-share-alt
fa-sign-in-alt
fa-sign-out-alt
fa-suitcase
fa-sync-alt
fa-table
fa-tachometer-alt
fa-tag
fa-tasks
fa-times
fa-undo-alt
fa-user-circle
fa-user-friends
fa-user-plus
fa-wallet
fa-video

Regular Fontawesome icons

For the following set of fontawesome icons type any of these names, then click on 'Additional Font Awesome Settings' and from the 'Style'' drop down options select "Regular".

fa-address-card
fa-bell
fa-bookmark
fa-building
fa-calendar-alt
fa-calendar-check
fa-clock
fa-clone
fa-comment
fa-copy
fa-credit-card
fa-envelope
fa-envelope-open
fa-file-alt
fa-flag
fa-folder-open
fa-hospital
fa-image
fa-lightbulb
fa-money-bill-alt
fa-newspaper
fa-save
fa-smile
fa-star
fa-address-card
fa-sticky-note
fa-trash-alt
fa-window-close

Icons - First Level Pages

These icons are reserved specifically for First Level Pages

About Us

image not found
What We Do
image not found
Who We Are
image not found
Management Board
image not found
Legal Basis
image not found
Governance and Internal Control
image not found
FAQs
image not found
Contact Us
 

Training

image not found
About EUAA Training and Professional Development
image not found
Learning Approach
image not found
Training Activities
image not found
Training Tools
image not found
Publications and Key Documents
 

Asylum Knowledge

image not found
Asylum Report
image not found
Information and Analysis on Developments in Asylum
image not found
Data Analysis and Research
image not found
Country of Origin Information
image not found
Country Guidance
image not found
Asylum Processes
image not found
Dublin Procedure
image not found
Courts and Tribunals
image not found
Reception
image not found
Vulnerability
 

Operations

image not found
Operational Assistance
image not found
Member States Operations
image not found
SAR Support and Relocation
image not found
Resettlement
 

Partners

image not found
EU Stakeholders
image not found
International Stakeholders
image not found
Civil Society and the Consultative Forum
 

News

image not found
Press Releases and News
image not found
Audio Visuals
image not found
Press and Social Media
image not found
EUAA Newsletter
 

Careers

image not found
Vacancies
image not found
External Remunerated Experts
image not found
Traineeship
image not found
Interims
 

Member Area

image not found
Asylum Intervention Pool (AIP NCP)
image not found
EUAA Asylum Processes Network
image not found
EUAA Exclusion Network
image not found
EUAA Reception Network
image not found
EPS Network Area
image not found
EUAA Country Guidance Network
image not found
Management Board Secure Area
image not found
Analytical Area
image not found
EUAA Afghanistan Platform
image not found
EUAA Courts and Tribunals Network
 

Analytical Area

image not found
Weekly Overview of the Situation of Asylum in the EU+
image not found
Analytical Briefs
image not found
Operational Briefs
image not found
Ukraine-Related Data Analysis
image not found
Ad Hoc Reports
image not found
Early Warning Reports
image not found
Country Intelligence Reports
image not found
Dublin Analysis
image not found
PVLMM Reports
image not found
Secondary Movements
image not found
Reception Quarterly Reports
image not found
MTAR (archived reports)
image not found
Annual and Semi-Annual Trend Analysis
image not found
Preliminary Analysis
image not found
Data Quality Review
image not found
Special Reports
 

Country Guidance - General Matters

image not found
Contacts
image not found
Methodology
image not found
General Meetings
image not found
General Surveys
image not found
CGNet Updates
image not found
CG Use
image not found
Other Resources
 

Country Guidance - Resources

image not found
National Practice and Policy
image not found
Case Law
image not found
COI
image not found
Other
Content Editing

Grid Setup

Content can be added inside one of these grid options.

Grid - 1 in a row

Panel Here
 

Grid - 2 in a row

Panel Here
Panel Here
 

Grid - 3 in a row

Panel Here
Panel Here
Panel Here
 

Grid - 4 in a row

Panel Here
Panel Here
Panel Here
Panel Here
 

Grid - 1/3

Panel Here
Panel Here
 

Grid - 2/3

Panel Here
Panel Here
 

Grid - 1/4

Panel Here
Panel Here
 

Grid - 3/4

Panel Here
Panel Here
 

Grid - 3 in a row - mid section bigger

Panel Here
Panel Here
Panel Here
 

Grid - 3 in a row - 2 small boxes left

Panel Here
Panel Here
Panel Here
 

Grid - 3 in a row - 2 small boxes right

Panel Here
Panel Here
Panel Here

Icons

Various icons can be added to enhance the content within the website. For icon usage please refer to the icons section.


Panels

These various panels should be added inside one of the grid panels shown above.

Image Panel

When adding an image, always make sure to add an image panel and then add the image that you would like to add from the Media library.

 

Outline Panel

[Add Title Here]

[Add Content Here]

 

Light Blue Panel

[Add Title Here]

[Add Content Here]

 

Grey Panel

[Add Title Here]

[Add Content Here]

 

Dark Panel

[Add Title Here]

[Add Content Here]

 

Yellow Panel

[Add Title Here]

[Add Content Here]

 

Statistics Panel

31.12.2021

  105 Personnel
  7 Locations
 

Role Card

This role card should be used with the Grid - 2 in a row setup and not take the full width of the page.

Person Name

Job Description


Utilities

The following are some classes that can be added to the code to improve the layout.

Spacing

This is based on Bootstrap code

A class in the following naming convention can be added for padding or margins

{property}{sides}-{size}

where property is:

  • m to signify margin
  • p to signify padding

where sides is one of these

  • t - for margin-top or padding-top
  • b - for margin-bottom or padding-bottom
  • s - for margin-left or padding-left
  • e - for margin-right or padding-right
  • x - for margin-left and margin-right or padding-left and padding-right
  • y - for margin-top and margin-bottom or padding-top and padding-bottom

where size is one of these

  • 0, 1, 2, 3, 4, 5, where 0 is no margin/padding and 5 is the biggest margin/padding.
 

An example of this is mt-3 which sets the margin top.

 

Alignment

For text alignment use the following classes:

  • text-center - centred text
  • text-left - left-aligned text
  • text-right - right-aligned text

 

Width

You can use the following classes to set these widths:

  • w-100 - width 100%
  • w-75 - width 75%
  • w-50 - width 50%
  • w-25 - width 25%
  • mw-100 - max width of 100%

 

Height

You can use the following classes to set these heights:

  • h-100 - height 100%
  • h-75 - height 75%
  • h-50 - height 50%
  • h-25 - height 25%
  • mh-100 - max height of 100%