1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

split vault into components

This commit is contained in:
Kyle Spearrin
2018-01-23 22:21:14 -05:00
parent f7b8bef465
commit d3fdaed4c2
10 changed files with 161 additions and 133 deletions

View File

@@ -44,7 +44,10 @@ div::-webkit-scrollbar-thumb {
background-color: rgba(100,100,100,.2);
border-radius: 10px;
margin-right: 1px;
transition: opacity 300ms ease-in-out;
&:hover {
background-color: rgba(100,100,100,.4);
}
}
html, body {
@@ -77,37 +80,6 @@ a {
height: 100vh;
display: flex;
#nav {
background-color: #1a2226;
min-width: 50px;
color: white;
display: flex;
flex-direction: column;
ul {
padding: 0;
margin: 0;
li {
padding: 0;
margin: 0;
list-style: none;
a {
display: block;
text-align: center;
padding: 20px 0;
text-decoration: none;
color: #fff;
}
}
&.top {
flex: 1;
}
}
}
#categories {
background-color: $background-color-alt;
width: 15%;