feat: search protected notes text
This commit is contained in:
@@ -206,10 +206,6 @@ $footer-height: 32px;
|
||||
|
||||
.section-title-bar {
|
||||
|
||||
.padded {
|
||||
padding: 0 14px;
|
||||
}
|
||||
|
||||
.add-button {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
|
||||
#notes-menu-bar {
|
||||
position: relative;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
#notes-options-menu {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user