Spaces:
Running
Running
File size: 355 Bytes
6bcb42f |
1 2 3 4 5 6 7 8 9 10 11 12 |
@import "../../css/colors.css";
/* this class must contain "see-inside-button" somewhere for the s3 dev tools to be able to reinject itself */
/* https://github.com/griffpatch/Scratch3-Dev-Tools/blob/0.2.4/inject3.js#L1804-L1807 */
.see-inside-button {
box-shadow: 0 0 0 1px $ui-black-transparent;
}
.see-inside-button-icon {
height: 1.25rem;
}
|