Skip to content

Commit

Permalink
docs(colours): adjust logos heights
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Oct 4, 2022
1 parent 0d4240c commit 854d4fb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
16 changes: 14 additions & 2 deletions website/docs/webdev/3-Guidelines/2-colours.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ All thematic platforms use EEA Supplementary **colors, state colors, link colors

<div className="thematicLogos">


![](../md_components/static/BISE.png)

</div>
Expand Down Expand Up @@ -437,7 +436,11 @@ This color should be eye-catching but not harsh. It can be liberally applied to

### Forest Information System

![](../md_components/static/FISE_logo.svg)
<div className="thematicLogosBig">

![](../md_components/static/FISE_logo.svg)

</div>

#### Brand Colors

Expand Down Expand Up @@ -558,8 +561,13 @@ This color should be eye-catching but not harsh. It can be liberally applied to
<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/>

### Wise Freshwater

<div className="thematicLogosSmall">

![](../md_components/static/WISEF.png)

</div>


#### Brand Colors

Expand Down Expand Up @@ -682,8 +690,12 @@ This color should be eye-catching but not harsh. It can be liberally applied to

### Wise Marine

<div className="thematicLogos">

![](../md_components/static/WISEM.png)

</div>

#### Brand Colors

This color should be eye-catching but not harsh. It can be liberally applied to your layout as its main identity. A primary color is the color displayed most frequently across your screens and components. Brand colors are extracted from the Wise Marine logo in order to help users to easily identify the brand.
Expand Down
12 changes: 12 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,15 @@ iframe {
justify-content: center;
}

.thematicLogos img {
height: 130px
}

.thematicLogosSmall img {
height: 120px
}

.thematicLogosBig img {
height: 220px
}

0 comments on commit 854d4fb

Please sign in to comment.