feat: search protected notes text

This commit is contained in:
Baptiste Grob
2021-03-10 14:38:24 +01:00
parent ff9e622b82
commit 56665b2315
7 changed files with 49 additions and 19 deletions

View File

@@ -206,10 +206,6 @@ $footer-height: 32px;
.section-title-bar {
.padded {
padding: 0 14px;
}
.add-button {
font-size: 12px;
}

View File

@@ -42,7 +42,6 @@
#notes-menu-bar {
position: relative;
margin-top: 14px;
}
#notes-options-menu {

View File

@@ -101,6 +101,10 @@ $screen-md-max: ($screen-lg-min - 1) !default;
margin: 0;
}
.mb-0 {
margin-bottom: 0;
}
.mt-1 {
margin-top: .25rem;
}
@@ -114,10 +118,17 @@ $screen-md-max: ($screen-lg-min - 1) !default;
.p-0 {
padding: 0rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.pt-0 {
padding-top: 0;
}
.px-3 {
padding-left: .75rem;
padding-right: .75rem;