mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
18 lines
280 B
SCSS
18 lines
280 B
SCSS
.preview-mode {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
padding: 15px;
|
|
color: var(--modal-text);
|
|
background: var(--background);
|
|
max-width: 300px;
|
|
border-radius: .7em;
|
|
z-index: 999;
|
|
text-align: left;
|
|
cursor: default;
|
|
|
|
h1 {
|
|
font-size: 1rem;
|
|
}
|
|
}
|