InputField conflict

This commit is contained in:
okbel
2018-05-03 15:38:17 -03:00
parent 788cf25fa5
commit 29a840fe06
3 changed files with 38 additions and 30 deletions
@@ -5,6 +5,7 @@
.detailItemContainer {
display: flex;
flex-direction: column;
}
.columnDisplay {
@@ -16,6 +17,10 @@
}
.detailItemContent {
display: flex;
}
.detailInput {
border: solid 1px #787D80;
border-radius: 2px;
background-color: white;
@@ -64,7 +69,6 @@
display: flex;
align-items: center;
padding-left: 6px;
padding-top: 16px;
.warningIcon, .checkIcon {
font-size: 17px;