This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* to make them more visible (default was 0.4) */ | |
| #bricks-structure .structure-item svg { | |
| opacity: 1; | |
| } | |
| /* to change the color of the arrows */ | |
| #bricks-structure .toggle svg { | |
| color: red; | |
| } |