Add NGL
This commit is contained in:
parent
93878a91c1
commit
be78b6bd4d
3 changed files with 15 additions and 1 deletions
|
@ -579,6 +579,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* NGL */
|
||||||
|
.button.button-ngl {
|
||||||
|
color: #ffffff;
|
||||||
|
background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%);
|
||||||
|
}
|
||||||
|
.button.button-ngl:hover,
|
||||||
|
.button.button-ngl:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Notion */
|
/* Notion */
|
||||||
.button.button-notion {
|
.button.button-notion {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
1
images/icons/ngl.svg
Normal file
1
images/icons/ngl.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.5 KiB |
|
@ -238,6 +238,9 @@
|
||||||
<!-- Medium -->
|
<!-- Medium -->
|
||||||
<a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br>
|
<a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br>
|
||||||
|
|
||||||
|
<!-- NGL -->
|
||||||
|
<a class="button button-ngl" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ngl.svg" alt="">NGL</a><br>
|
||||||
|
|
||||||
<!-- Notion -->
|
<!-- Notion -->
|
||||||
<a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br>
|
<a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue