blob: 291c66a407c45d75309ee98d0d2a1bd7c12fba94 [file] [log] [blame]
@import '../../../elements-sk/modules/styles/buttons';
@import '../theme/theme';
note-editor-sk {
dialog {
padding: 8px;
border: solid 1px var(--on-surface);
color: var(--on-background);
background: var(--background);
}
.controls {
display: flex;
justify-content: flex-end;
margin: 8px 0 0 0;
}
button {
margin: 0 8px 0 0;
}
input {
width: 512px;
}
}