You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
338 B

@import '~cartoassets/src/scss/cdb-variables/sizes';
@import '~cartoassets/src/scss/cdb-variables/colors';
.Inline-editor {
position: relative;
min-width: 0;
}
.Inline-editor-input {
display: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
padding: 10px 8px;
}
.Inline-editor-text.is-hidden {
opacity: 0.24;
}