Created
February 12, 2025 16:39
-
-
Save Lego2012/0b9ad8611079b7b6bfceee83f5dba745 to your computer and use it in GitHub Desktop.
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
/* Make the edited icon bigger */ | |
.bricks-panel-controls .has-setting .indicator { | |
background-color: currentColor; | |
background-color: var(--bricks-color-secondary); | |
border-radius: 0%; | |
display: inline-block; | |
height: 20px; | |
width: 6px; | |
} | |
.brxce-panel-shortcut__container li.has-settings { | |
color: var(--bricks-color-accent) !important; | |
background: rgba(252,87,120, .5) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment