🏠 Root
/
home
/
artorgp
/
www
/
wp-content
/
plugins
/
visual-portfolio
/
gutenberg
/
components
/
code-editor
/
Editing: style.scss
@import "../../variables"; .vpf-component-code-editor { &.ace_editor { width: 100%; line-height: 1.45; background-color: $light-gray-100; border-radius: 3px; box-shadow: 0 0 0 1px $light-gray-400; .ace_gutter { background-color: $light-gray-400; } .ace_gutter-cell { background-color: $light-gray-600; } } .ace_tooltip { padding: 6px 10px; background: none; background-color: #fff; border: 1px solid #e4e4e4; border-radius: 3px; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 5%); } .ace_hidden-cursors { opacity: 0; } } .vpf-control-pre-custom-css { padding: 20px; background-color: $light-gray-400; }
Save
Cancel