UNPKG

vue-stickynotes-markdown

Version:

Markdown-enabled sticky notes extension for Vue 3

1 lines 2.19 kB
.sticky-notes-board[data-v-55e3a02b]{position:relative;width:100%;height:100vh;overflow:hidden;cursor:grab}.sticky-notes-board[data-v-55e3a02b]:active{cursor:grabbing}.notes-container[data-v-55e3a02b]{position:absolute;top:0;left:0;width:100%;height:100%}.controls-panel[data-v-55e3a02b]{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:10px;z-index:10}.font-controls[data-v-55e3a02b],.zoom-controls[data-v-55e3a02b]{display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.8);padding:10px;border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.font-controls button[data-v-55e3a02b],.zoom-controls button[data-v-55e3a02b]{min-width:40px;height:40px;border-radius:50%;border:none;background-color:#f0f0f0;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center}.font-controls button[data-v-55e3a02b]:hover,.zoom-controls button[data-v-55e3a02b]:hover{background-color:#e0e0e0}.font-controls button[data-v-55e3a02b]{font-weight:700}.sticky-note[data-v-6bbd3de6]{position:absolute;overflow:hidden;transition:transform var(--sticky-note-transition-duration,.2s) var(--sticky-note-transition-timing,ease)}.sticky-note[data-v-6bbd3de6]:hover{transform:scale(var(--sticky-note-hover-scale,1.02))}.note-content[data-v-6bbd3de6]{word-wrap:break-word;font-size:1em}.note-content[data-v-6bbd3de6] h1{font-size:var(--sticky-note-h1-size,1.5em);margin-top:var(--sticky-note-h1-margin-top,.5em);margin-bottom:var(--sticky-note-h1-margin-bottom,.5em)}.note-content[data-v-6bbd3de6] h2{font-size:var(--sticky-note-h2-size,1.3em);margin-top:var(--sticky-note-h2-margin-top,.5em);margin-bottom:var(--sticky-note-h2-margin-bottom,.5em)}.note-content[data-v-6bbd3de6] h3{font-size:var(--sticky-note-h3-size,1.1em);margin-top:var(--sticky-note-h3-margin-top,.5em);margin-bottom:var(--sticky-note-h3-margin-bottom,.5em)}.note-content[data-v-6bbd3de6] p{margin-bottom:var(--sticky-note-p-margin-bottom,.5em)}.note-content[data-v-6bbd3de6] ol,.note-content[data-v-6bbd3de6] ul{padding-left:var(--sticky-note-list-padding-left,1.5em)}.sticky-notes-theme-provider[data-v-1518944c]{display:contents}