more work on iconset

This commit is contained in:
akcodez
2023-05-30 13:26:54 -07:00
parent b5060df8fc
commit 89f01ec6a0
11 changed files with 109 additions and 46 deletions

View File

@@ -55,6 +55,8 @@ button[disabled="disabled"] {
&::after {
display: inline-block;
content: url(../img/icons/arrow-right.svg);
position: relative;
top: 1px;
vertical-align: middle;
padding-left: 8px;
-webkit-transition: transform 0.3s ease-out;