Updating InputField

This commit is contained in:
okbel
2018-05-03 15:42:28 -03:00
parent bc9e76c889
commit 6cfebb408f
2 changed files with 37 additions and 29 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;