Added stylesheet for custom monkey buttons

This commit is contained in:
VakarisZ 2020-10-01 15:09:43 +03:00
parent d3f0dc2a75
commit b1a5691fae
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
.monkey-submit-button {
border-color: #3f3f3f;
font-size: 1.3em;
width: 100%;
background-color: #3f3f3f;
color: $monkey-yellow;
}
.monkey-submit-button:hover {
border-color: $monkey-yellow;
font-size: 1.3em;
font-weight: bold;
width: 100%;
background-color: $monkey-yellow;
color: #000000;
}