Add About screen, list of recently opened vaults, category filtering

This commit is contained in:
aet
2022-01-02 00:53:57 -05:00
parent 5883adc2c1
commit d8f2cddb74
27 changed files with 1108 additions and 558 deletions

View File

@ -19,10 +19,10 @@ body {
--titlebar-height: 46px;
--titlebar-height: 0px;
--label-background: #ddd;
--selected-background: #c9c9c9;
--selected-background: #d5d5d5;
--hover-background: #ddd;
--border-color: #ddd;
--monospace: D2Coding, source-code-pro, Menlo, Monaco, Consolas, "Courier New",
--border-color: #e3e3e3;
--monospace: D2Coding, "source-code-pro", Menlo, Monaco, Consolas, "Courier New",
monospace;
}
@ -69,7 +69,7 @@ input {
@mixin input {
@include scheme(background-color, #fff, #2d2d2d);
border-radius: 6px;
border: 1px solid;
border: 1px solid #fff;
@include scheme(border-color, #cdc7c2, #1b1b1b);
transition: 0.1s;
&:focus {
@ -83,7 +83,6 @@ input[type="number"],
input[type="password"] {
@include input;
border-radius: 6px;
border: 1px solid;
color: inherit;
outline: none;
padding: 7px 8px;
@ -110,7 +109,8 @@ input[type="checkbox" i] {
}
button,
select {
select,
.button {
@include scheme(background-color, #f6f5f4, #333);
border-radius: 4px;
border: 1px solid;