-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
15 lines (13 loc) · 2.35 KB
/
Copy pathstyles.css
File metadata and controls
15 lines (13 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:root {
/* SVG spelling MDL (FiraCode Bold) */
/* stylelint-disable-next-line function-url-scheme-disallowed-list */
--local_devkit--mdl-icon: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.26%209L8.65%2015.93H7.22L7.135%2012.965C7.12833%2012.6883%207.125%2012.4417%207.125%2012.225C7.12833%2012.0083%207.13333%2011.805%207.14%2011.615C7.14667%2011.4217%207.15667%2011.2283%207.17%2011.035C7.18667%2010.8383%207.20333%2010.625%207.22%2010.395L6.44%2014.75H5.2L4.36%2010.395C4.38%2010.615%204.39667%2010.8233%204.41%2011.02C4.42667%2011.2133%204.43833%2011.4083%204.445%2011.605C4.45167%2011.8017%204.45667%2012.0133%204.46%2012.24C4.46333%2012.4633%204.46167%2012.7133%204.455%2012.99L4.405%2015.93H3L3.39%209H5.075L5.845%2013.48L6.575%209H8.26Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M12.8661%2012.43C12.8661%2011.9633%2012.8261%2011.5833%2012.7461%2011.29C12.6694%2010.9967%2012.5611%2010.77%2012.4211%2010.61C12.2844%2010.45%2012.1228%2010.34%2011.9361%2010.28C11.7494%2010.22%2011.5478%2010.19%2011.3311%2010.19H10.9811V14.745H11.3311C11.5578%2014.745%2011.7644%2014.71%2011.9511%2014.64C12.1411%2014.5667%2012.3044%2014.445%2012.4411%2014.275C12.5778%2014.1017%2012.6828%2013.865%2012.7561%2013.565C12.8294%2013.265%2012.8661%2012.8867%2012.8661%2012.43ZM14.5661%2012.43C14.5661%2012.9933%2014.5061%2013.4767%2014.3861%2013.88C14.2661%2014.28%2014.0978%2014.6133%2013.8811%2014.88C13.6678%2015.1467%2013.4194%2015.3567%2013.1361%2015.51C12.8528%2015.6633%2012.5478%2015.7717%2012.2211%2015.835C11.8944%2015.8983%2011.5578%2015.93%2011.2111%2015.93H9.34109V9H11.0911C11.5344%209%2011.9628%209.04667%2012.3761%209.14C12.7928%209.23%2013.1644%209.39833%2013.4911%209.645C13.8211%209.88833%2014.0828%2010.235%2014.2761%2010.685C14.4694%2011.1317%2014.5661%2011.7133%2014.5661%2012.43Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M15.7472%2015.93V9H17.3872V14.635H20.3922L20.2222%2015.93H15.7472Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
a.phpdebugbar-restore-btn:after {
-webkit-mask-image: var(--local_devkit--mdl-icon);
mask-image: var(--local_devkit--mdl-icon);
}
.phpdebugbar-icon-brand-moodle::before {
-webkit-mask-image: var(--local_devkit--mdl-icon);
mask-image: var(--local_devkit--mdl-icon);
}