Tweak notes pane styling

This commit is contained in:
Dan Stillman 2021-02-25 06:05:55 -05:00
parent ca15e03701
commit d47ec92116

View file

@ -42,13 +42,8 @@
} }
.empty-row { .empty-row {
border: 1px solid #bcc4d2; margin: 4px 7px 0;
border-radius: 5px;
margin: 4px 7px;
background-color: $shade-2;
text-align: center; text-align: center;
padding: 5px;
opacity: 0.5;
} }
.note-row { .note-row {
@ -58,7 +53,7 @@
background-color: #fff; background-color: #fff;
&:active { &:active {
background: #e4ebf9; background: #eef1f8;
} }
.inner { .inner {
@ -127,12 +122,12 @@
border: 1px solid #bcc4d2; border: 1px solid #bcc4d2;
border-radius: 5px; border-radius: 5px;
margin: 4px 7px; margin: 4px 7px;
background-color: $shade-2; background-color: white;
text-align: center; text-align: center;
padding: 5px; padding: 5px;
&:active { &:active {
background: #e4ebf9; background: #eef1f8;
} }
} }