1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Added new page for viewing sites within a folder

This commit is contained in:
Kyle Spearrin
2016-12-06 23:54:03 -05:00
parent b4d41c6808
commit 4476eb7389
9 changed files with 218 additions and 2 deletions

View File

@@ -103,6 +103,14 @@
color: lighten(@brand-primary, 30%);
}
}
.left ~ .right ~ .search {
margin-left: 92px;
input {
width: 77%;
}
}
}
.tabs {