1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-desktop/gui/JoplinCloudConfigScreen.scss

12 lines
188 B
SCSS

.inbox-email-value {
font-weight: bold;
}
.alert-warn {
background-color: var(--joplin-background-color);
width: fit-content;
p {
padding: calc(var(--joplin-font-size) * 0.8);
}
}