GLOBAL CSS ONLY DEFINED IN GLOBAL.CSS
All global styles are defined only in global.css
. Any other declarations should be selector-specific, e.g.:
.sector-callout-images .container h5 { ... }
Component-specific CSS is located in their respective files in chronological order (e.g., sector-callout.css
).
global.css
contains universal styles:
* { } html { } body { } sector { } sector .text h1 { }
All CSS files are included via import.css
.
CSS files are ordered based on their appearance on the front page.
Container: <div class="container-xl my-5"></div>
Fullwidth: <div class="container-flui"></div>
Rows: <div class="row"></div>
Grid Layouts:
<div class="col-12 col-sm-6 col-lg-3 g-4"></div>
(4-column layout)<div class="col-12 col-sm-6 col-lg-4 g-4"></div>
(3-column layout)<div class="col-12 col-sm-6 col-md-6 col-lg-6 g-4"></div>
(2-column layout)<div class="col-12 col-sm-6 col-md-4 col-lg-2 g-4"></div>
(5-column layout)alt tags are defined by the component title.
Title tags follow the same logic.
global.css
)#EC2226
#002169
#D9E8F9
/ #F0F6FD
#F1F1F1
#6d6d6f
#d0796f
border-radius: 15px;
10px 15px;
This is a random paragraph, and in a standard paragraph we can use bold text, we can add a hyperlink or we could make the text italic, each paragraph will also have 20pixels space below by default.
Button Class | Large Buttons (Normal) | Small Buttons |
---|---|---|
btn-dark btn-dark:hover
|
What we do | What we do |
btn-outline-blue btn-outline-blue:hover
|
What we do | What we do |
btn-light-gray btn-light-gray:hover
|
What we do | What we do |
btn-outline-blue-arrow btn-arrow btn-outline-blue-arrow btn-arrow:hover
|
What we do | What we do |
btn-blue-solid btn-arrow btn-blue-solid btn-arrow:hover
|
What we do | What we do |
btn-text btn-arrow btn-text btn-arrow:hover
|
What we do | What we do |
Table header | Table header | Table header | Table header |
---|---|---|---|
bla bla bla | bla bla bla | bla bla bla | bla bla bla |
bla bla bla | bla bla bla | bla bla bla | bla bla bla |
Unordered list:
Ordered List:
Icon | Class Name |
---|---|
.fa-arrow-up |
|
.fa-arrow-right |
|
.icon-outline .fa-arrow-left |
|
.icon-outline .fa-arrow-right |
|
.icon-filled .fa-arrow-left |
|
.icon-filled .fa-arrow-right |
|
.fa-magnifying-glass |
|
.fa-chevron-down |
|
.fa-bars |
|
.fa-plus |
|
.fa-comment-dots |
|
.icon-left-special .fa-arrow-left |