Added Distiller button
This commit is contained in:
parent
1f8faf8805
commit
b6d7d06b1a
1 changed files with 11 additions and 1 deletions
|
@ -124,6 +124,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Distiller */
|
||||||
|
.button.button-dist {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ed5c47;
|
||||||
|
}
|
||||||
|
.button.button-dist:hover,
|
||||||
|
.button.button-dist:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Etsy */
|
/* Etsy */
|
||||||
.button.button-etsy {
|
.button.button-etsy {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
Loading…
Reference in a new issue