jonjampen_obsidian-xournalpp/styles.css
Alvin f6a453e97e
Default name setting with shorthands (PR #23)
Co-authored-by: Jon Jampen <dev@jonjampen.ch>
2025-12-07 20:40:32 +01:00

51 lines
937 B
CSS

.new-xopp-file-modal-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.new-xopp-file-modal-form input {
width: 100%;
}
.new-xopp-file-modal-form .button-row {
display: flex;
justify-content: flex-end;
gap: 0.5rem;
}
.clickable-tag {
cursor: pointer;
}
.xopp-placeholder-table {
border-collapse: collapse;
width: 100%;
text-align: left;
}
.xopp-placeholder-table th,
.xopp-placeholder-table td {
border: 1px solid var(--color-base-20);
padding: 0.5rem 1rem;
text-align: left;
}
.xopp-placeholder-table th {
background-color: var(--color-base-10);
font-weight: bold;
}
.xopp-help-icon {
cursor: pointer;
margin-left: 8px;
color: var(--color-base-60);
display: inline-flex;
align-items: center;
vertical-align: middle;
}
.xopp-creation-editing-template-button-row {
display: flex;
justify-content: flex-end;
gap: 0.5rem;
}