blob: ffc3d9174998fe8c65dc907b7c54ad6099100c70 [file] [edit]
@use '../../../elements-sk/modules/styles/buttons';
@use '../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;
}
button {
margin: 0 8px 0 0;
}
input {
width: 512px;
}
}