Add purple button macro

This commit is contained in:
JST5000
2023-03-30 13:45:04 -07:00
committed by Caleb Kniffen
parent 5f9cc3f2bf
commit ff026465a1
5 changed files with 1629 additions and 1310 deletions

View File

@@ -76,6 +76,25 @@ button[disabled="disabled"] {
}
}
@media (max-width: 767.98px) {
.btn-arrow-up {
display: block;
width: 100%;
}
}
.btn-arrow-up::after {
background-position: left 0px bottom -2px;
content: "\00a0";
background-image: url(../img/icons/arrow-up-right-white.svg);
background-repeat: no-repeat;
background-size: 32px;
display: inline-block;
padding: 4px 8px 4px 12px;
transition: background-position 0.3s ease-in-out;
margin-left: 4px;
}
/* (Jump to) "Top" button */
.jump-to-top {