feat: display warning banner when using the app with no account

This commit is contained in:
Baptiste Grob
2021-02-02 15:40:20 +01:00
parent 94473da61b
commit c084268f51
26 changed files with 709 additions and 197 deletions

View File

@@ -30,13 +30,14 @@
#notes-title-bar {
padding-top: 16px;
font-weight: normal;
font-size: var(--sn-stylekit-font-size-h1);
.section-title-bar-header .title {
font-size: var(--sn-stylekit-font-size-h3);
font-weight: 600;
width: calc(90% - 45px);
}
p {
font-size: var(--sn-stylekit-font-size-p);
}
}
#notes-menu-bar {
@@ -80,7 +81,8 @@
line-height: 17px;
text-align: center;
position: absolute;
top: 8px;
top: 50%;
transform: translateY(-50%);
right: 8px;
transition: background-color 0.15s linear;