mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-19 21:07:03 +01:00
Implemented card archiving, both the DataModel login and UI (still very rough, though)
This commit is contained in:
@@ -14,10 +14,6 @@ div.cardList {
|
||||
}
|
||||
|
||||
ul {
|
||||
li.selected {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
li {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -26,6 +22,14 @@ div.cardList {
|
||||
@include flexbox();
|
||||
@include flex-direction(row);
|
||||
|
||||
&.selected {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
&.archived {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.favicon {
|
||||
width: $cardListHeight;
|
||||
@include flex(none);
|
||||
|
||||
Reference in New Issue
Block a user