Conflict resolution window

This commit is contained in:
Mo Bitar
2018-09-06 21:47:48 -05:00
parent fbf4458699
commit 97ef57ea27
5 changed files with 153 additions and 2 deletions

View File

@@ -23,6 +23,26 @@
}
}
#conflict-resolution-modal {
#items {
display: flex;
height: 100%;
}
.item {
width: 50%;
height: 100%;
flex-grow: 1;
}
.border {
height: 100%;
background-color: rgba(black, 0.1);
width: 1px;
margin: 0 15px;
}
}
.panel {
background-color: white;
}
@@ -61,6 +81,13 @@
}
}
&.large {
> .content {
width: 900px;
height: 600px;
}
}
&.medium {
> .content {
width: 700px;