Added functionality to Magic button and improved the icon

This commit is contained in:
n1474335 2018-07-27 13:37:38 +00:00
parent ba5c503c48
commit 541e4ff8cd
5 changed files with 59 additions and 8 deletions

View file

@ -148,6 +148,12 @@
}
#magic {
visibility: hidden;
transition: all 0.3s;
margin-left: 5px;
display: none;
margin-bottom: 5px;
}
#magic svg path {
fill: var(--primary-font-colour);
}

View file

@ -13,7 +13,7 @@
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
src: url("../static/fonts/MaterialIcons-Regular.woff2") format('woff2');
}
.material-icons {