mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
13 lines
266 B
SCSS
13 lines
266 B
SCSS
|
|
.warning-banner {
|
|
background: var(--joplin-warning-background-color);
|
|
font-family: var(--joplin-font-family);
|
|
padding: 10px;
|
|
font-size: var(--joplin-font-size);
|
|
line-height: 1.6em;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
|
|
max-height: 25vh;
|
|
overflow-y: auto;
|
|
} |