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

rename some refs

This commit is contained in:
Kyle Spearrin
2018-01-23 23:05:23 -05:00
parent a816961dff
commit e06704431a
3 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ a {
height: 100vh;
display: flex;
#categories {
#groupings {
background-color: $background-color-alt;
width: 15%;
min-width: 175px;
@@ -142,7 +142,7 @@ a {
min-width: 400px;
}
#categories, #items, #details {
#groupings, #items, #details {
display: flex;
flex-direction: column;