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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user