mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 17:56:15 -04:00
Added functionality to Magic button and improved the icon
This commit is contained in:
parent
ba5c503c48
commit
541e4ff8cd
5 changed files with 59 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue