blob: ad225cb11e4190fcb3edb2a8956c6688f43e4965 [file] [log] [blame]
skottie-text-editor {
.editor-header {
align-items: center;
display: flex;
font-size: 18px;
&-title {
font-size: 18px;
flex: 0 0 auto;
}
&-separator {
flex: 1 1 auto;
}
&-save-button {
cursor: pointer;
flex: 0 0 auto;
margin: 0 6px;
}
}
.text-container {
margin-left: 10px;
padding: 0;
}
.text-element {
display: inline-block;
list-style: none;
margin-bottom: 10px;
vertical-align: top;
&-item {
margin-bottom: 8px;
}
&-wrapper {
border: 4px solid var(--primary);
display: inline-block;
padding: 6px 80px 6px 20px;
}
&-label {
font-size: 14px;
font-weight: 800;
margin-bottom: 4px;
}
&-input {
border: 1px solid var(--primary);
border-radius: 4px;
font-size: 14px;
padding: 4px 2px 2px 2px;
}
&-origin {
font-size: 12px;
}
}
}