Remove conflict resolution modal

This commit is contained in:
Mo Bitar
2020-04-12 18:07:14 -05:00
parent b109675e64
commit 5290c06fa2
3 changed files with 0 additions and 136 deletions

View File

@@ -58,26 +58,6 @@
}
}
#conflict-resolution-modal {
#items {
display: flex;
height: 100%;
}
.item {
width: 50%;
height: 100%;
flex-grow: 1;
}
.border {
height: 100%;
background-color: var(--sn-stylekit-border-color);
width: 1px;
margin: 0 15px;
}
}
.header .subtitle {
font-size: 1.1rem;
}