Remove duplicate collection styles

This commit is contained in:
Samuel Elliott 2019-03-22 18:47:58 +00:00
parent 586ed01688
commit 13ac7ae0ff
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 0 additions and 60 deletions

View File

@ -1,59 +0,0 @@
.bd-formCollection {
display: flex;
flex-direction: column;
div {
&:first-child {
flex: 1 1 auto;
}
}
.bd-collectionItem {
display: flex;
flex-grow: 1;
margin-top: 5px;
.bd-removeCollectionItem {
width: 20px;
flex: 0 1 auto;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-bottom: 30px;
&:hover {
svg {
fill: #fff;
}
}
svg {
width: 16px;
height: 16px;
fill: #ccc;
}
}
}
.bd-newCollectionItem {
display: flex;
cursor: pointer;
align-self: flex-end;
justify-content: center;
align-items: center;
margin-right: 2px;
svg {
width: 16px;
height: 16px;
fill: #ccc;
}
&:hover {
svg {
fill: #fff;
}
}
}
}

View File

@ -8,6 +8,5 @@
@import './updater';
@import './window-preferences';
@import './kvp';
@import './collection';
@import './e2ee';
@import './devview';